This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

arm-eabi 4.7 toolchain error

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

Parents Reply Children
  • 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 !!