avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] ld: crts8515.o: No such file; with avr-gcc under Linu


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] ld: crts8515.o: No such file; with avr-gcc under Linux
Date: Wed, 23 Nov 2005 07:04:59 +0100 (MET)

Günter Dannoritzer <address@hidden> wrote:

> /usr/local/avr/lib/gcc/avr/4.0.2/../../../../avr/bin/ld: crts8515.o: No such 
> file: No such file or directory

Please run your command to link the job with the -v added.  That
should show you the ld command that is being run.

> The crts8515.o file I found in folder /usr/local/avr/lib. So I added
> the -L /usr/local/avr/lib option to the linker call, but that did
> not make any difference.

Sure, it's a .o file, not a .a one.  -L is only useful for any -l
libraries.  The crtXXX.o file is explicitly named to the linker by the
compiler.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]