[arm-gnu] libgcc.a for arm-none-eabi
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] libgcc.a for arm-none-eabi



Hello,

I am working on camera sensor interface for arm imx21 soc.
The code snippet I have basically involves lot of divisions
normally provided by libgcc.a as a library 

In arm-none-eabi toolchain I dont find libgcc.a , which is the 
equivalent library that I can use.

This library will resolve the error that I am getting 
--------------------------------------- 
undefined reference to `__aeabi_idiv'

---------------------------------------

Thanks & regards
Aditya