http://bugs.openembedded.org/show_bug.cgi?id=3102
--- Comment #2 from Valentin Longchamp <[EMAIL PROTECTED]> 2007-12-04 01:12:51 --- I had the same issue and I fixed the problem by changing my PATH value: you must define PATH as export PATH=$PATH:/stuff/OE ... and not export PATH=/stuff/OE...:$PATH, becasue otherwise the local as script created by the gcc build is used instead of the one of the system ! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
