Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

Yocto bitbake not working with version 3.82-r4 of make


kindofblue

Question

The bitbake program of Yocto complains that the version of make used by Funtoo, 3.82-r4, is broken.

 

Here's the makefile bitbake is using to test make:

makefile_test.a: makefile_test_a.c makefile_test_b.c makefile_test.a( makefile_test_a.c makefile_test_b.c)
makefile_test_a.c:
        touch $@
makefile_test_b.c:
        touch $@

When running make on this makefile it fails with the following error:

make: *** No rule to make target `makefile_test.a()', needed by `makefile_test.a'.  Stop.

The error comes from the extra space after makefile_test.a(; make completes successfully if the space is removed. I'm not sure if the space in the makefile is a typo or if it's on purpose to expose a bug with make.

 


 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...