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: Thu, 24 Nov 2005 00:04:03 +0100 (MET)

Uwe Fechner <address@hidden> wrote:

> What seeams strange to me is, that you get the error-message from ld
> and not from avr-ld.

Internally, the program is named "ld":

% ls /usr/local/avr/bin/
/usr/local/avr/bin:
ar*      c++*     gcc*     nm*      ranlib*
as*      g++*     ld*      objdump* strip*

The name avr-ld is only a link to that tool:

% ls -li /usr/local/bin/avr-ld /usr/local/avr/bin/ld
217778 -r-xr-xr-x  2 root  wheel  556228 Nov  4 21:10 /usr/local/avr/bin/ld*
217778 -r-xr-xr-x  2 root  wheel  556228 Nov  4 21:10 /usr/local/bin/avr-ld*

-- 
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]