On Fri, 26 Mar 2010 17:09:31 +0100, Stefan Reinauer stepan@coresystems.de wrote:
On 3/26/10 5:07 PM, Joseph Smith wrote:
Speaking of docs, any way we could get building libpayload on x86_64 documented?
I could not get it to build on AMD x86_64.
Look at FILO's build.sh script.
OK, so it will build with crossgcc. Good but bad. It looks for i386-elf-* in the util/crossgcc/xgcc/bin directory. I use crossgcc out of my coreboot repo, by adding my cross gcc bin to my $PATH. Any way we could add another line that looks for crossgcc in the builders $PATH?