Hi,
I am working with an imported make-file project and need to generate/keep the assembly listing. However, I can not find any useful options in CCSv5 to achieve it. I am using CodeSourcery's gcc toolchain for arm.
The project I am working with is: https://gitorious.org/x-loader and I am interested in the assembly of drivers/serial.c for ARM OMAP4460.
I already tried to modify the makefil to include CFLAG -S but this somehow crews up the build since I dont know the right spot to add the statement.
Best Regards,
André