This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: EP9312 gcc: undefined reference to __divdf3
On Wed, Jun 30, 2004 at 12:54:31PM +0200, Wouter van Heyst wrote:
<snip>
> Yesterday drow and pbrook on #gcc suggested I try csl-arm-branch, using
> that instead of gcc-3.4.0 but configure/test the same way, there is no
> undefined reference. Unfortunately, there is also no Crunch assembly
> anymore, bummer.
Ahum, that isn't exactly true. On the csl-arm-branch, --with-cpu=ep9312
no longer implies --with-fpu=maverick. Also, forgetting to turn on the
ep9312 multilib doesn't help *blush*.
Now it doees generate Crunch assembly, but the undefined reference to
__divdf3 is back.
Wouter van Heyst