Re: Problem about port the GNU ld tool

bill@qswtools.com
21 Jul 2002 02:08:02 -0400

          From comp.compilers

Related articles
Problem about port the GNU ld tool jcchen00@yahoo.com.tw (Eric Chen) (2002-07-15)
Re: Problem about port the GNU ld tool bill@qswtools.com (2002-07-21)
| List of all articles for this month |

From: bill@qswtools.com
Newsgroups: comp.compilers
Date: 21 Jul 2002 02:08:02 -0400
Organization: EarthLink Inc. -- http://www.EarthLink.net
References: 02-07-055
Keywords: linker
Posted-Date: 21 Jul 2002 02:08:02 EDT

"Eric Chen" <jcchen00@yahoo.com.tw> writes:
> We have an assembler tool for our specified DSP.
> And we need a linker tool for memory allocation and symbol resolution.
> For timesaving and reusable, we decide to port the GNU ld to our system.
> Now, I have got some general questions:
> 1. How to port the GNU ld to a specific system? just write a script file?


Here's the official doc:
http://www.mcc.ac.uk/gnu/ld/texi/ldint.texinfo


> 2. The output file from assembler must be ELF format?


I recommend it, yes. COFF and its predecessors are obsolete
in cross-compilation circles these days.


> 3. Are There related documents available?


Yes. See above.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.