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

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

Re: [avr-gcc-list] ld: skipping incompatible /usr/lib/gcc/avr/3.4.6/../.


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] ld: skipping incompatible /usr/lib/gcc/avr/3.4.6/../../../../avr/lib/libc.a
Date: Mon, 21 Aug 2006 07:10:21 +0200 (MET DST)

Johannes Bauer <address@hidden> wrote:

> /usr/lib/gcc/avr/3.4.6/../../../../avr/bin/ld: skipping incompatible
>     /usr/lib/gcc/avr/3.4.6/../../../../avr/lib/libc.a when searching for -lc

So what file format does your /usr/avr/lib/libc.a actually have (file
/usr/avr/lib/libc.a), if it's a "current ar archive", what modules are
in it (avr-ar tv /usr/avr/lib/libc.a), if the modules really look like
avr-libc modules, what's their file format (extract one with avr-ar xv
/usr/avr/lib/libc.a ....o, and use the "file" command on that), and
finally, what's the result when trying to disassemble such a module
(avr-objdump -d ....o)?

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