Linking objects with GNU LD
- From: "Karl-Heinz" <karl-heinz.rossmann@xxxxxxxxxxxx>
- Date: 27 Feb 2006 01:23:08 -0800
Hi everybody,
I am using the GNU GCC toolchain configured for m68k (cross compiler).
I want to link several objects into an executable file. Unfortunately
there are several c-functions compiled into one object but I don't want
to use all functions in my executable. Looking into the map file I can
see the unused functions in my executable. Is there a way to avoid this
functions being in the executable (apart from splitting the functions
in the c file)?
Thanks in advance
.
- Follow-Ups:
- Re: Linking objects with GNU LD
- From: Hans Odeberg
- Re: Linking objects with GNU LD
- Prev by Date: What is the difference between eCos and redboot?
- Next by Date: Re: anyone have an ancient SDS tool suite?
- Previous by thread: What is the difference between eCos and redboot?
- Next by thread: Re: Linking objects with GNU LD
- Index(es):
Relevant Pages
|