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 - Compilation error with compiler option '-Wc,-std=c99' : (1 Item)
   
Compilation error with compiler option '-Wc,-std=c99'  
When I use the compiler option '-Wc,-std=c99' I am getting the following errors ...

error: 'PROT_NOCACHE' undeclared (first use in this function)
error: (Each undeclared identifier is reported only once for each function it appears in.)
error: 'MAP_PHYS' undeclared (first use in this  function)
error: 'MAP_ANON' undeclared (first use in this  function)
error: 'NOFD' undeclared (first use in this fun ction)

Can I know why and how can I resolve the same ?