Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

Compiler/EVMK2H: can not generate assembly file for ARM core in 66AK2h(12/14) to check activation of VFP and NEON module

$
0
0

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?


Viewing all articles
Browse latest Browse all 17527

Trending Articles