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
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 !!