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

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

Re: [avr-gcc-list] Calling functions (-udivhi3) from asm ?


From: Denis Chertykov
Subject: Re: [avr-gcc-list] Calling functions (-udivhi3) from asm ?
Date: 10 Mar 2001 22:05:26 +0300

"Larry Barello" <address@hidden> writes:

> Scratch that ".extern ..."
> 
> Any undefined symbol is automatically searched for
> externally.  You need to add the math library "libm.a" to
> your link list.

You needn't libm.a
lib/gcc/avr/libgcc.a must have an `__udivmodhi4' (Right name).




reply via email to

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