If I want to run gcc, ld , as from elf32-i386 toolchain, should i change the file .xcompile in the root directory of Coreboot? and change the following line: CC:=gcc -Wa,--divide -fno-stack-protector -Wl,--build-id=none to: CC:=util/crossgcc/xgcc/i386-elf/bin/gcc -Wa,--divide -fno-stack-protector -Wl,--build-id=none
Will that be enough? (no need to change the system header files paths? or other thing?) Sorry to take up the time of people of the mailing list and thank you all in advance.
Am Montag, 7. Februar 2011, um 16:34:01 schrieb ali hagigat:
Will that be enough? (no need to change the system header files paths? or other thing?)
Simply remove .xcompile - it's regenerated by the util/xcompile/xcompile tool before next build, and it should find the cross compiler automatically.
Patrick