[U-Boot-Users] Re: Problem building U-Boot for ARM target

Catalin Marinas catalin.marinas at arm.com
Tue Oct 11 14:48:56 CEST 2005


Paolo Broggini <pbroggini at softool.ch> wrote:
> Catalin Marinas ha scritto:
>> PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,$(call
>> cc-option,-mabi=apcs-gnu,))
>
> Great, with this it builds fine :-) but the statement contained in
> the head of git 'config.mk' is:
>
>   PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)

My proposals tries both -mapcs-32 and -mabi=apcs-gnu and if neither
works it doesn't add anything.

In your config.mk file, can you change -mapcs-32 with -g (this one
would never fail) just to make sure there isn't any problem with the
option checker?

Thanks.

-- 
Catalin





More information about the U-Boot mailing list