[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Compilation Problem
From: |
Theodore A. Roth |
Subject: |
Re: [avr-gcc-list] Compilation Problem |
Date: |
Wed, 16 Apr 2003 21:42:06 -0700 (PDT) |
On 17 Apr 2003, Russell Strong wrote:
:)Hi,
:)
:)Using the Source RPMS:
:)
:)avr-binutils-2.13.90.030414-1.src.rpm
:)avr-gcc-3.2.90.20030414-1.src.rpm
:)avr-libc-20030414cvs-1.src.rpm
:)
:)from http://savannah.nongnu.org/download/avr-libc/snapshots/
:)
:)I built and installed them without any errors but when I try to compile
:)the demo project from the avr-libc-docs. I get the following
:)
:)address@hidden avr]$ avr-gcc -g -Os -mmcu=at90s2333 -c demo.c
:)address@hidden avr]$ avr-gcc -g -mmcu=at90s2333 -o demo.elf demo.o
:)
:)/usr/lib/gcc-lib/avr/3.3/../../../../avr/bin/ld: skipping incompatible
:)/usr/lib/gcc-lib/avr/3.3/libgcc.a when searching for -lgcc
:)/usr/lib/gcc-lib/avr/3.3/../../../../avr/bin/ld: cannot find -lgcc
:)address@hidden avr]$
I'm battling this myself, still looking into though...
Good to hear I'm not alone. I'm wondering if something changed in the latest
binutils. I need to make a rpm package for 2.13.2 since that will work with
the gcc-3.3 pre-releases.
Ted Roth