Hi there,
we recently changed from using Keil ARM Toolchain to GNU gcc Toolchain v7.1 to build our application for OMAP-L138. I am booting my OMAP from SPI-Flash.
We use AISgen to generate our bootloader binary with the neccessary startup code from elf File. This worked perfectly for me when using Keil ARM Toolchain.
Now after switching to gcc Toolchain, it seems that some sections are overwritten somewhere in the build process. I am pretty sure, that I didn´t make a mistake in the new Linker command file.
Is it possible that AISgen gets confused with the changed elf structure provided by gcc toolchain, or did yet someone else report errors in using AISgen with gcc Toolchain?
The Startup code Aisgen added works well, I already checked this, the neccessary initializations are done properly, but some sections seem to contain rubbish, according to this fact, omap gets stuck.
All support is appreciated.
Best regards,
Chris