|
From: | Ingo Heffe |
Subject: | [avr-libc-dev] problems with divisions using libgcc.a |
Date: | Sun, 29 Jan 2006 12:19:29 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040804 |
Hello,i'm using the cdk4avr environment for programming an Atmel-Mega64 controller on a Mandrake-10.1-PC. If a division-command with a divisor, that can't be expressed by a shift-operation (e.g. variable /= 10;) is implemented, the linker causes an error " undefined reference to "__udivmodhi4".
Do you know if this problem is due to missing division support in my actual libgcc.a and if yes how i can get a library that does support this functionality ?
[Prev in Thread] | Current Thread | [Next in Thread] |