[arm-gnu] __aeabi_uldivmod ld error in 2005q1b
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] __aeabi_uldivmod ld error in 2005q1b



Hello.

I am interested in compiling a preexistent l4 kernel using a toolchain that has vfp support built in.

I started using arm-none-eabi from the 2005q1b lite package, but I get this libgcc error:

pistachio/include/pm_schedule.h:562: undefined reference to `__aeabi_uldivmod'
pistachio/include/pm_schedule.h:564: undefined reference to `__aeabi_uldivmod'
pistachio/include/pm_schedule.h:507: undefined reference to `__aeabi_uldivmod'


Is the  "__aeabi_uldivmod" symbol part of the EABI v4? 
Is there an incompatibility with "__udivmodsi4" found in a softfp enabled?
Is the C source of `__aeabi_uldivmod' available in a newlib package?

Thank you,
Gabi Voiculescu