It was a false alarm ...
IIUC buildtarget script performs some tries to guess proper parameters
to pass to linker. Thus the error messages printed by the linker refers
to one on these attempts. The Mkefiles and stuff are generated correctly
anyway.
Sorry for bothering you and thank you again for your support.
--
llandre
DAVE Electronics System House - R&D Department
web:
http://www.dave.eu
email: r&d2@dave-tech.it
>
>> -----Original Message-----
>> From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org]
>> On Behalf Of llandre
>> Sent: Friday, May 16, 2008 8:58 AM
>> To: Stefan Reinauer
>> Cc: peter@stuge.se; coreboot@coreboot.org
>> Subject: Re: [coreboot] Building coreboot on 64-bit host
>>
>>> what about setting DISTRO_LFLAGS to -m32 ?
>> I added in targets/buildtarget the following lines but it did not work :(
>>
>> EXTRA_CFLAGS=-m32
>> EXTRA_LFLAGS=-m32
>>
>> However I tried to build coreboot with buildrom on the same machine and
>> it worked fine. Where do I have to look to understand how buildrom
>> configures coreboot before building it?
>
> Here are some places to look (more or less in order):
>
> scripts/Build.settings
> packages/coreboot-v2/coreboot.inc
> packages/coreboot-v2/*.mk
> Makefile
>
> Thanks,
> Myles
>
>
>