Uwe Fechner <[EMAIL PROTECTED]> 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. ;-)



_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to