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

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

Re: [avr-gcc-list] Undefined reference to `__udivmodqi4'


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Undefined reference to `__udivmodqi4'
Date: Mon, 7 Feb 2005 16:26:36 +0100 (MET)

Yuri Vignoli <address@hidden> wrote:

> I try to remove it and I abtain the following errors :
> 
>  "C:\WinAVR\utils\bin\make.exe" all
> avr-gcc -Wl,-Map=prova.map -Wl,--script=rom.ld  -o prova.out com.o 
> rele.o main.o ios_kern.o led.o serialflash.o RTC.o vectors.o dcpy.o

This time, you forgot the -mmcu option.  Also, you're using a private
linker script, in that case you ought to know *very well* what you're
doing, as nobody else will be able to help you.  All of the error
messages you've been quoting could as well be caused by errors in the
linker script.

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