2013-01-04 09:18 AM
Hi
I'm using STM32F10x_StdPeriph_Lib_V3.5.0 with IAR 6.50 compiler but when I open the workspace in the templade directory and then I build it , I found 240 errors look like these :Building configuration: Project - STM3210C-EVAL Updating build tree... main.c Error[Pe147]: declaration is incompatible with ''__nounwind __interwork __softfp unsigned long __get_PSP(void)'' (declared at line 52 of ''C:\Program Files\IAR Systems\Embedded Workbench C:\progetti\file-rete\STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1084 6.5\arm\inc\c\intrinsics.h'') Error[Pe147]: declaration is incompatible with ''__nounwind __interwork __softfp void __set_PSP(unsigned long)'' (declared at line 53 of ''C:\Program Files\IAR Systems\Embedded Workbench C:\progetti\file-rete\STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1094 6.5\arm\inc\c\intrinsics.h'') Can You help me?thanks2013-01-04 10:34 AM
http://netstorage.iar.com/SuppDB/Public/SUPPORT/005449/EWARM_MigrationGuide.ENU.pdf
http://www.emcu.it/ARM_Compiler/IAR/IAR_tips_and_tricks.html
2013-01-06 01:44 PM
thanks very much!