Part Number:EVMK2H
Tool/software: TI C/C++ Compiler
hello
USING TOOLS : ccs 8 & OS : Ubuntu 14 64bit
i'm new to ARM Processors but i have some experience with dsp specially c66x, i want to run some test and compare their results. one of these tests is code performance with and without VFP-NEON modules. i want to make sure that my changes(activation or deactivation of VFP-NEON) have been applied therefore i need to check assembly code of compiled code to verify activation and deactivation of VFP-NEON modules.
when i was using DSP i could create output assembly file by adding -k option into compiler command line. but in case of ARM (compiler = GNU 7.2.1 Linaro) i've tried all of "-S", "--asm", "-g -Wa,alh" but every time I end up with some kind of error in makefile.
now here is the questions:
1- is there anyway to force ARM compiler(GNU 7.2.1 Linaro) generate assembly file like C66x compiler?
2- or is there anyway to Make sure from activation (or deactivation) of VFP-NEON modules?