[Buildroot] Buildroot build fails is executed from Makefile

Teemu Keskinarkaus Teemu.Keskinarkaus at cc-systems.com
Thu Sep 24 09:52:24 UTC 2009


I have main Makefile that's idea is to build the whole system. With the
old buildroot it worked just fine, but with the latest stable buildroot
it seems to be failing in kernel build.

 

Here is some of the debug printout I got out from make

 

Must remake target `modules_install'.

Successfully remade target file `modules_install'.

make[2]: Leaving directory `/opt
/buildroot/project_build_arm/project/linux-2.6.27.34'

WARNING: Can't read module GNU: No such file or directory

WARNING: Can't read module Make: No such file or directory

WARNING: Can't read module 3.81: No such file or directory

WARNING: Can't read module Copyright: No such file or directory

WARNING: Can't read module (C): No such file or directory

WARNING: Can't read module 2006: No such file or directory

WARNING: Can't read module Free: No such file or directory

WARNING: Can't read module Software: No such file or directory

WARNING: Can't read module Foundation,: No such file or directory

 

It seems that for some reason it tries to do something with the text
that is being printed out somewhere else. I'm not 100% sure if this is
buildroot problem or actually a kernel problem. 

 

The buildroot make is called from other makefile either:

 

$(MAKE) -C buildroot

 

or

 

make -C buildroot

 

or

 

cd buildroot ; \

make

 

but none of those worked and resulted the same error.

 

Teemu Keskinarkaus

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090924/c1994f06/attachment.htm>


More information about the buildroot mailing list