hiii i'm working with the same project but i got these errors
Building C:\usbcomm\PrimerVirtualCOM 1.1\src\Application.c
Running: ARM Compiler
"C:\Program Files (x86)\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe" -MD -D_STM32F103RBT6_ -D_STM3x_ -D_STM32x_ -mthumb -mcpu=cortex-m3 "C:\usbcomm\PrimerVirtualCOM 1.1\src\Application.c" -o "C:\usbcomm\PrimerVirtualCOM 1.1\AppLib\Application.o" -I "C:\Program Files (x86)\Raisonance\Ride\Lib\ARM\include" -I ".\Include" -I ".\src\USBLIB" -c -fsigned-char -D PRIMER1 -g -Os -ffunction-sections -mlittle-endian
In file included from .\Include/stm32f10x_flash.h:31:0,
from .\Include/stm32f10x_lib.h:57,
from .\Include/circle_api.h:27,
from C:\usbcomm\PrimerVirtualCOM 1.1\src\Application.c:10:
C:\Program Files (x86)\Raisonance\Ride\Lib\ARM\include/stm32f10x.h:1:2: error: #error STM32 precompiled library option is deprecated!
In file included from .\Include/stm32f10x_lib.h:57:0,
from .\Include/circle_api.h:27,
from C:\usbcomm\PrimerVirtualCOM 1.1\src\Application.c:10:
.\Include/stm32f10x_flash.h:305:37: error: expected ')' before 'FLASH_Latency'
.\Include/stm32f10x_flash.h:306:45: error: expected ')' before 'FLASH_HalfCycleAccess'
.\Include/stm32f10x_flash.h:307:44: error: expected ')' before 'FLASH_PrefetchBuffer'
.\Include/stm32f10x_flash.h:310:44: error: expected ')' before 'Page_Address'
.\Include/stm32f10x_flash.h:313:46: error: expected ')' before 'Address'
.\Include/stm32f10x_flash.h:314:50: error: expected ')' before 'Address'
.\Include/stm32f10x_flash.h:315:56: error: expected ')' before 'Address'
.\Include/stm32f10x_flash.h:316:56: error: expected ')' before 'FLASH_Pages'
.\Include/stm32f10x_flash.h:318:55: error: expected ')' before 'OB_IWDG'
.\Include/stm32f10x_flash.h:319:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'FLASH_GetUserOptionByte'
.\Include/stm32f10x_flash.h:320:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'FLASH_GetWriteProtectionOptionByte'
.\Include/stm32f10x_flash.h:323:35: error: expected ')' before 'FLASH_IT'
.\Include/stm32f10x_flash.h:324:46: error: expected ')' before 'FLASH_FLAG'
.\Include/stm32f10x_flash.h:325:36: error: expected ')' before 'FLASH_FLAG'
.\Include/stm32f10x_flash.h:327:55: error: expected ')' before 'Timeout'
In file included from .\Include/circle_api.h:27:0,
from C:\usbcomm\PrimerVirtualCOM 1.1\src\Application.c:10:
.\Include/stm32f10x_lib.h:65:30: fatal error: stm32f10x_gpio.h: No such file or directory
compilation terminated.
Build failed
Can any one tell me how to fix them thanks a lot