Re: [arm-gnu] run-time helper-function ABI issue: __aeabi_idivmod
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] run-time helper-function ABI issue: __aeabi_idivmod



What library are the __aeabi functions in?

libgcc

Paul

Running `cat libgcc.a | grep __aeabi_idivmod' I see that seems correct, but I am still unable to resolve the undefined reference.

First I attempted to link with `arm-none-eabi-ld -L/usr/local/lib/gcc/arm-none-eabi/3.4.2 -lgcc ...' but ld reported `cannot find -lgcc'. I manually copied libgcc.a from /usr/local/lib/gcc/arm-none-eabi/3.4.2 to /usr/local/arm-none-eabi/lib. This fixed the `cannot find -lgcc' report, but did not fix the undefined reference.

Any ideas as to either issue?

Please CC me on replies.

Cheers,
Chris