Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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