From 3086da2235a6441e5bceb6f894900f9d580626f3 Mon Sep 17 00:00:00 2001 From: yuht Date: Tue, 16 Jun 2015 09:02:35 +0800 Subject: [PATCH] solve error #5 include path "..\..\..\stm32f4xx\Libraries\CMSIS\Include" for solve error "error: #5: cannot open source input file "core_cm3.h": No such file or directory" --- demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj b/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj index e34775f..93fe30b 100644 --- a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj +++ b/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj @@ -345,7 +345,7 @@ USE_STDPERIPH_DRIVER,STM32F10X_HD,USE_FULL_ASSERT - ..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\easyflash\inc + ..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\easyflash\inc;..\..\..\stm32f4xx\Libraries\CMSIS\Include