Hi Experts,
While compiling for the android project the linker options -lm -ldl -lc are not working.
What could be the reason for the same. Toolchain used is arm-eabi 4.7
What are you attempting to do? What are the errors? Why such an old version of the compiler? I'll try to respond a bit more in depth when I'm not responding from my mobile but please provide a bit more detail. Thanks!
Hi Matthew,
The issue is the linker is not able to find the flags -lm -ldl -lc options given during compilation.
I was trying to do on beagle bone black android porting. It seems like checked out wrong repo so I got some linker error.
Now I had corrected it and works.
Thanks !!