Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 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 an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...