public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Embedded arm-elf-gcc
@ 2007-03-27 15:43 jbousch
  2007-03-27 15:52 ` Ian Lance Taylor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jbousch @ 2007-03-27 15:43 UTC (permalink / raw)
  To: gcc; +Cc: gcc-help

Hi everybody,

I'm currently working in a company, as embedded developper, which use gnu
tools. I have a good experience about non gnu compiler tools and i need
help because the most disavantage of gcc compiler is the almost unexistant
support for developper.

I work on an embedded software for an ARM7TDMI target processor (Phillips
LPC 2214) and i have to locate the software in the target. So here comes
the link command file (arm.ln) with wich i am supposed to set the memory
map. The thing is that i can't find any tutorial about link comand file so
i don't know how to write it manually.

If anybody knows something about link comand file or any book or web site
reference i would apreciate it a lot.

Thanks in advance


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Embedded arm-elf-gcc
  2007-03-27 15:43 Embedded arm-elf-gcc jbousch
@ 2007-03-27 15:52 ` Ian Lance Taylor
  2007-03-27 16:38 ` Sergei Organov
  2007-03-27 17:09 ` Mike Stump
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Lance Taylor @ 2007-03-27 15:52 UTC (permalink / raw)
  To: jbousch; +Cc: gcc-help

jbousch@altran-tech.net writes:

> I'm currently working in a company, as embedded developper, which use gnu
> tools. I have a good experience about non gnu compiler tools and i need
> help because the most disavantage of gcc compiler is the almost unexistant
> support for developper.
> 
> I work on an embedded software for an ARM7TDMI target processor (Phillips
> LPC 2214) and i have to locate the software in the target. So here comes
> the link command file (arm.ln) with wich i am supposed to set the memory
> map. The thing is that i can't find any tutorial about link comand file so
> i don't know how to write it manually.
> 
> If anybody knows something about link comand file or any book or web site
> reference i would apreciate it a lot.

Please send questions only to gcc-help@gcc.gnu.org, not also to
gcc@gnu.org.  Thanks.

First let me say that there are several companies which sell support
for developers using the GNU tools.  If you want support, it is
available.

The link command file is described in the linker manual.  The linker
is not part of gcc; it is part of the GNU binutils.  Here is the
online version of the documentation for version 2.17:
    http://sourceware.org/binutils/docs-2.17/ld/index.html

Ian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Embedded arm-elf-gcc
  2007-03-27 15:43 Embedded arm-elf-gcc jbousch
  2007-03-27 15:52 ` Ian Lance Taylor
@ 2007-03-27 16:38 ` Sergei Organov
  2007-03-27 17:09 ` Mike Stump
  2 siblings, 0 replies; 4+ messages in thread
From: Sergei Organov @ 2007-03-27 16:38 UTC (permalink / raw)
  To: jbousch; +Cc: gcc, gcc-help

jbousch@altran-tech.net writes:
> Hi everybody,
>
> I'm currently working in a company, as embedded developper, which use gnu
> tools. I have a good experience about non gnu compiler tools and i need
> help because the most disavantage of gcc compiler is the almost unexistant
> support for developper.

Really?! My experience is quite opposite.

> I work on an embedded software for an ARM7TDMI target processor (Phillips
> LPC 2214) and i have to locate the software in the target. So here comes
> the link command file (arm.ln) with wich i am supposed to set the memory
> map. The thing is that i can't find any tutorial about link comand file so
> i don't know how to write it manually.
>
> If anybody knows something about link comand file or any book or web site
> reference i would apreciate it a lot.

<http://sourceware.org/binutils/docs-2.17/ld/index.html>

-- Sergei.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Embedded arm-elf-gcc
  2007-03-27 15:43 Embedded arm-elf-gcc jbousch
  2007-03-27 15:52 ` Ian Lance Taylor
  2007-03-27 16:38 ` Sergei Organov
@ 2007-03-27 17:09 ` Mike Stump
  2 siblings, 0 replies; 4+ messages in thread
From: Mike Stump @ 2007-03-27 17:09 UTC (permalink / raw)
  To: jbousch; +Cc: gcc, gcc-help

On Mar 27, 2007, at 8:35 AM, jbousch@altran-tech.net wrote:
> I'm currently working in a company, as embedded developper, which  
> use gnu
> tools. I have a good experience about non gnu compiler tools and i  
> need
> help because the most disavantage of gcc compiler is the almost  
> unexistant
> support for developper.

You must be paying the wrong people for support.  :-)  Find new  
people to pay.

> I work on an embedded software for an ARM7TDMI target processor  
> (Phillips
> LPC 2214) and i have to locate the software in the target. So here  
> comes
> the link command file (arm.ln) with wich i am supposed to set the  
> memory
> map. The thing is that i can't find any tutorial about link comand  
> file so
> i don't know how to write it manually.

I'd try the LD manual.

> If anybody knows something about link comand file or any book or  
> web site
> reference i would apreciate it a lot.

Also, there is a search tool called google at google.com that is able  
to find all sort of things.  For example, you could type "linker  
documentation", and it would have answered your question in about  
140ms, which should be more than 50% faster than the speed at which  
we can answer your questions.

Also, this is the wrong list, gcc-help is for help using gcc.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-27 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-27 15:43 Embedded arm-elf-gcc jbousch
2007-03-27 15:52 ` Ian Lance Taylor
2007-03-27 16:38 ` Sergei Organov
2007-03-27 17:09 ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).