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 - qcc for QNX v6.5.0 vs qcc for v6.3.2 v: qcc doesn't accept -std=C99 option: Page 1 of 5 (5 Items)
   
qcc for QNX v6.5.0 vs qcc for v6.3.2 v: qcc doesn't accept -std=C99 option  
I have to study a software that compiles under v6.3.2 with no errors.

The problem is that when try to compile it under v6.5.0 several compiler errors occur, for example: 'comma at end of 
enumerator list'.

In other forums I see that the upwritten error can be avoided with the compiler option '-std=c99', but when I try to use
 it the qcc give me the following error:
cc: unknown option: '-std=c99'

I tried also to compile using the command line outside Momentics, but the error is the same so this error is not related
 to the makefile.

Can you help me?