|
|
Compilation error with compiler option '-Wc,-std=c99'
|
|
02/14/2011 8:44 AM
post83141
|
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 ?
|
|
|
|
|