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?