Hi
I don't know if this is the right place for my question.
My target HW is a Wandboard-quad and I have followed this tutorial (Getting started with Yocto on Wandboard - Wandboard Wiki).
My host system is gentoo which isn't a validated system for yocto but if someone can help me anyway I would be very happy.
When I try to bitbake the 1.5 DORA branch it fails when it compiles eglibc(shlib.lds:150).
I work as a software developer but I have very little Linux experience.
Regards
Johan
Original Attachment has been moved to: bitbake_log.txt.zip
For Yocto, which bitbake is the heart of it, you can use either this community or a distribution list, where the latter one is for Yocto issues only. Some people post first in the community and if nothing comes out, they ask the same question on the list.
Regarding your issue, you may have found the issue mentioned on the reference manual
Sometimes issues on the host development system can cause your build to fail. Following are known, host-specific problems. Be sure to always consult the Release Notes for a look at all release-related issues.
eglibc-initial
fails to build: If your development host system has the unpatched GNU Make 3.82
, thedo_install
task fails for eglibc-initial
during the build.Typically, every distribution that ships GNU Make 3.82
as the default already has the patched version. However, some distributions, such as Debian, have GNU Make 3.82
as an option, which is unpatched. You will see this error on these types of distributions. Switch to GNU Make 3.81
or patch your make
to solve the problem.Also, when some building issue is found, you can try cleaning all binaries already created (bitbake -c cleansstate package) for that particular package and then try again. Sometimes this trick fixes the issue ...
Leo
Thank you Leo.
I am running make 3.81 and have tried to use "bitbake -c cleanstate" with the same result.
I first tried make 3.82 but this gave me a warning during bitbake and a recomendation to patch 3.82 or switchink to 3.81. I couldn't find a patch for 3.82 and selected to downgraded to 3.81.
Johan
I see, so please post the problem on the list https://lists.yoctoproject.org/listinfo/meta-freescale
Leo