Tool/software:
I am trying to import the SDL module into our project. I've added the module as is, and I've created a CMake file. I am trying to compile it with the arm-none-eabi-gcc compiler. However, GCC cannot compile .asm files as is, so I have to change them to .S files. Moreover, I need to manually make some changes to the files, e.g., replacing all ';' with '@' and adding ':' after a global symbol definition. I was wondering if TI could make those changes instead to ensure the SDL package can be compiled as is with the GCC compiler
Thanks,
Masi