This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linker errors when building MLO

Genius 5820 points

After a long time I modified some minor things in MLO code and tried to build it. Amazingly I stumble upon a bunch of strange linker errors:

unresolved symbol __aeabi_uidivmod, first referenced in <whole-program>
unresolved symbol __stack, first referenced in ./bl_init.obj
unresolved symbol __TI_auto_init, first referenced in ./bl_init.obj
unresolved symbol memcpy, first referenced in <whole-program>
unresolved symbol memset, first referenced in <whole-program>
unresolved symbol strcmp, first referenced in ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/platform/Debug/platform.lib<board.obj>
unresolved symbol strncmp, first referenced in ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/platform/Debug/platform.lib<board.obj>

Any idea what I'm doing wrong now?