Ubuntu 11.10, 32 bit host
Fresh git from the Angstrom distribution
bitbake console-base-image
errors out unable to find the c++ include files
Funny thing, just a few days ago (approx 10) on a different machine EXACT configuration, I was able to get through bitbake of console-base-image for all three of my boards. The Beaglebone, Beagleboard and the Pandaboard. So someone somewhere has changed something that breaks the OE/bitbake/Angstrom system. Sure would be nice if this thing worked a bit more reliably. I know “you get what you pay for” but come on, no one checks the most common configurations? (Ubuntu 32 bit host, Beagleboard targets)
If anyone has any insight I (and others) would sure appreciate it.
Ubuntu 11.10, 32 bit host
Fresh git from the Angstrom distribution
bitbake console-base-image
errors out unable to find the c++ include files
It's a race issue which we're trying to solve, but it's hard to reproduce if you aren't seeing it. I only started seeing it yesterday after setting up a new buildmachine on with an i7 CPU. That was fast enough to trigger the race.
That fixed the issue for me on an incremental build and for my coworker on a clean build. I'm not convinced this fixes it completely, but it does seem to improve the situation.
That fixed the issue for me on an incremental build and for my coworker on a clean build. I'm not convinced this fixes it completely, but it does seem to improve the situation.
regards,
Koen
Thanks Koen and team, that seemed to fix my issue - Happy Holidays!