Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - RVDS equivalant qcc command: (1 Item)
   
RVDS equivalant qcc command  
I want to profile the code built by qcc and armcc(arm compiler present in RVDS)
and hence I want to use exactly same command for compiling both RVDS and qcc.

1. What is the equivalant qcc command for the below RVDS command(please mention include the default RVDS commands in 
qcc),

armcc -c --enum_is_int --wchar32 --library-interface=aeabi_clib99 --c99 --gnu --cpu=Cortex-A8 --apcs=/interwork/softfp -
O0 -Otime -D__QNX__ -D__ARM__ -D__LITTLEENDIAN__ -D__QNXNTO__ -o exampleSrc.o exampleSrc.c