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

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

[avr-gcc-list] Loader problems


From: Dale Seaburg
Subject: [avr-gcc-list] Loader problems
Date: Fri, 06 Jul 2001 21:28:22 -0500

I'm using a recent download from Gunnar's site.  Can't remember the
exact date, but the avr-gcc --version returns 3.1 and the avr-ld
--version returns 2.11.90.

Here's the problem.  When I feed the ld with:

  /opt/avrgcc/avr/bin/ld sqrtMike.o sqrtJack.o gcctest9.o \
                         uart.o timer.o -Wl \
                         -mmcu=atmega103 -o gcctest9.elf

I get the following error message:

  unrecognised emulation mode: mcu=atmega103
  Supported emulations: avr85xx avr1200 avr23xx avr44x4 avr4433
avrmega603 avrmega103 avrmega161

The compile didn't complain about the -mmcu=atmega103, why does the
loader?  What am I doing wrong?

Thanks,

Dale Seaburg



reply via email to

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