Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
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 ?