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.

ARM: Generate Assembly Listing with CCS5 and GCC Toolchain

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é