This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
link no standard library
- To: egcs at cygnus dot com
- Subject: link no standard library
- From: Gilmar Sinhorin <gsinhori at fore dot com>
- Date: Tue, 24 Nov 1998 17:10:42 -0800
I would like have your help for find out the problem described below.
I'm constructing an environment with this GNU tools and when I linked a no
standard library as described below I've no successfully.
command for linking:
sde-gcc -o <output linked file> -L<lib path> -L. -nostdlib -nostartfiles
-Xlinker -Map -Xlinker netm.map -Xlinker -warn-common -T elfsde.xn <list of
obj files> -l <libname>
Command log:
<libname>: No such file or directory
Is it the right command for link no standard library?
I appreciate have your help.
If its not clear please e-mail me back.
Thank you,
Gilmar