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: Larry Barello
Subject: Re: [avr-gcc-list] Calling functions (-udivhi3) from asm ?
Date: Sat, 10 Mar 2001 08:22:45 -0800

Scratch that ".extern ..."

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

Cheers!




reply via email to

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