cancel
Showing results for 
Search instead for 
Did you mean: 

error due to stdlib.h file IAR

sommer
Associate II
Posted on September 25, 2015 at 08:30

I am using IAR Workbench for programming my stm32f4 Discovery board and am having trouble using functions like malloc from stdlib.h file which is present in this path: IAR Systems\Embedded Workbench 7.0\arm\inc\c. Immediately after I include <stdlib.h> and try to compile the program, I get a few error messages as follows:

Error[Pe040]: expected an identifier C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\stdlib.h 97

Error[Pe018]: expected a '')'' C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\stdlib.h 97

Error[Pa002]: the type attribute ''__intrinsic'' is not allowed on this declaration C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\stdlib.h 97

Error[Pa002]: the type attribute ''__nounwind'' is not allowed on this declaration C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\stdlib.h 97

Error[Pe040]: expected an identifier C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\stdlib.h 408

Error[Pe018]: expected a '')'' C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\stdlib.h 408

Error[Pe065]: expected a '';'' C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\stdlib.h 409

However, when I am including <stdio.h> from the same location, I seem to be facing no issues. Could someone please let me know what I could be missing.

#st
1 REPLY 1
Posted on September 25, 2015 at 16:47

Helps to show the lines it's having issues with.

A question to IAR support I suspect.

I'd hazard that you need to check some command line compatibility or extensions option(s).

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..