Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Talk:Advanced configuration
From Openembedded.org
Revision as of 01:30, 2 June 2009 by Tiankongever (Talk | contribs)
I need to convert the hardware platform of OE from ARM into X86,but I don't know the correct step, I tried as follows:
Change the contents of file ~/stuff/build/conf/local.conf, the changes are:
MACHINE = "i586-generic";
#TARGET_ARCH = "arm"
TARGET_OS = "linux"
then, build ,but a error occured:
ERROR: Build of /home/build/stuff/openembedded/packages/xorg-lib/libx11_1.2.1.bb do_compile failed ERROR: Task 3164 (/home/build/stuff/openembedded/packages/xorg-lib/libx11_1.2.1.bb, do_compile) failed
Now,I don't know what to do, I tried to do some changes,but this error still exit,call for help!