[coreboot] [patch] Build error with top of tree V2

Clay Jones c.jones at f5.com
Wed Feb 6 18:53:53 CET 2008


That is the right place but you need to remove the space after the )
like this

+        action  "$(CROSS_COMPILE) ar cr coreboot.a $(OBJECTS)"

To

+        action  "$(CROSS_COMPILE)ar cr coreboot.a $(OBJECTS)"

-----Original Message-----
From: Marc Jones [mailto:marc.jones at amd.com] 
Sent: Wednesday, February 06, 2008 9:30 AM
To: Clay Jones
Cc: coreboot at coreboot.org
Subject: Re: [coreboot] [patch] Build error with top of tree V2



Clay Jones wrote:
> I found the problem. The wrong ar command was being used because the
> make file does not have " $(CROSS_COMPILE)" in front of the ar
command.
> 

I think this might fix the problem. You will need to run buildtarget 
again. I hope some of the make experts to chime in on this.

Marc



-- 
Marc Jones
Senior Firmware Engineer
(970) 226-9684 Office
mailto:Marc.Jones at amd.com
http://www.amd.com/embeddedprocessors




More information about the coreboot mailing list