Re: arm-elf-gcc problem
From: Steffen Lutzmann (steffen.lutzmann_at_web.de)
Date: 06/25/04
- Previous message: Richard: "Re: DDR / DDR2 memory controllers"
- In reply to: Pablo Bleyer Kocik: "Re: arm-elf-gcc problem"
- Next in thread: Pablo Bleyer Kocik: "Re: arm-elf-gcc problem"
- Reply: Pablo Bleyer Kocik: "Re: arm-elf-gcc problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Jun 2004 08:48:38 +0200
Thanks for the reply, Pablo.
>>SECTIONS
>>{
>> .startup :
>> {
>> cstartup.o;
>> *(.glue_7t);
>> *(.glue_7);
>> *(.rdata);
>> *(.fini);
>>
>> } > int_ram
>>
>> .text :
>> {
>> main.o;
>> *(.text);
>> } > ram
>
>
> Where did you get this script file?
Something wrong with that? Maybe my linker script is the reason that ld
couldn't find the global symbols?
This is my first try to write an own GNU linker script but I'm not sure
whether I catched all the syntax in the right way. I oriented towards
example scripts. I worked before with the ADS tools and, IMHO, the
scatter file syntax of the ADS stuff is more descriptive than the GNU
syntax. However, GNU is for free :-).
> For these kind of issues, I'd recommend you to join the GNUARM
> mailing list: http://groups.yahoo.com/group/gnuarm/
Thanks for that hint. Did this a few minutes ago...
Steffen
-- http://www.df0hq.de
- Previous message: Richard: "Re: DDR / DDR2 memory controllers"
- In reply to: Pablo Bleyer Kocik: "Re: arm-elf-gcc problem"
- Next in thread: Pablo Bleyer Kocik: "Re: arm-elf-gcc problem"
- Reply: Pablo Bleyer Kocik: "Re: arm-elf-gcc problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|