[coreboot] New trunk/filo branch

2008-08-31 Thread Vincent Legoll
Hello, I was trying to use the new trunk/filo branch, but encountered problems, it needs a cross compiler to work: with native x86_64 gcc -m32, I got: printf.c:(.text+0x344): undefined reference to `__umoddi3' printf.c:(.text+0x379): undefined reference to `__udivdi3' those functions are not

Re: [coreboot] New trunk/filo branch

2008-08-31 Thread Stefan Reinauer
Vincent Legoll wrote: Hello, I was trying to use the new trunk/filo branch, but encountered problems, it needs a cross compiler to work: with native x86_64 gcc -m32, I got: printf.c:(.text+0x344): undefined reference to `__umoddi3' printf.c:(.text+0x379): undefined reference to