This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

link no standard library



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]