I keep getting this error:
CC mainboard/thomson/ip1000/crt0.initobj.o romstage.c: Assembler messages: romstage.c:2162: Error: junk `(0)' after expression romstage.c:2166: Error: junk `(0)' after expression make: *** [/home/joe/coreboot/build/mainboard/thomson/ip1000/crt0.initobj.o] Error 1
I am building on AMD X86_64 and using crossgcc and xcompile, any ideas?
On 3/25/10 5:25 AM, Joseph Smith wrote:
I keep getting this error:
CC mainboard/thomson/ip1000/crt0.initobj.o
romstage.c: Assembler messages: romstage.c:2162: Error: junk `(0)' after expression romstage.c:2166: Error: junk `(0)' after expression make: *** [/home/joe/coreboot/build/mainboard/thomson/ip1000/crt0.initobj.o] Error 1
I am building on AMD X86_64 and using crossgcc and xcompile, any ideas?
Your MTRR macros are not resolved properly. svn up and delete your build/ directory.