------- Additional Comments From rearnsha at gcc dot gnu dot org 2004-11-23 11:03 ------- Subject: Re: EP9312 gcc: undefined reference to __divdf3
On Tue, 2004-11-23 at 06:04, zhangyijin_2008 at 163 dot com wrote: > I use this function and I test it can run ok. But I don`t know can it run ok > always? > ldfd f1, [fp, #-24] > ldfd f0, [fp, #-32] > dvfd f0, f1, f0 These are FPA instructions, the ep9312 does not have an FPA co-processor and your linux kernel is emulating their behaviour in software. That won't work on an embedded system. R. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16314