Re: arm-elf-gcc problem

From: Steffen Lutzmann (steffen.lutzmann_at_web.de)
Date: 06/25/04

  • Next message: Stef Mientki: "FT232BM, D2XX drivers and non-standard baudrates ??"
    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
    

  • Next message: Stef Mientki: "FT232BM, D2XX drivers and non-standard baudrates ??"

    Relevant Pages

    • Re: c program binary/image in memory
      ... c code and loaded into memory) stored in memory. ... This is GNU specific, so off topic here. ... I've used plenty of systems that had absolutely nothing to do with GNU that used things called linker scripts where the user was *meant* to write a linker script. ...
      (comp.lang.c)
    • Re: arm-elf-gcc problem
      ... subsection, all the subsections will be inserted there. ... I worked before with the ADS tools and, IMHO, the ... > scatter file syntax of the ADS stuff is more descriptive than the GNU ... I guess most linker script syntaxes from all the providers are ...
      (comp.arch.embedded)