We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi guys,
i'm having a problem when compiling my program the error is as follow :
compiling SPI_STM32F4xx.c... C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\SPI_STM32F4xx.c(36): error: #5: cannot open source input file "cmsis_os.h": No such file or directory #include "cmsis_os.h" C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\SPI_STM32F4xx.c: 0 warnings, 1 error ".\Objects\untitled.axf" - 1 Error(s), 144 Warning(s). Target not created.
i really need help as soon as possible!!
"i'm new with keil could you tell me please what's this header file path"
It's not special to Keil; every toolchain needs some way to know where to find files referenced by #include - this is commonly known as the "Include Path" or "Search Path" or similar.
The specific details vary according to the particular tool - so you must learn to study the manuals
For Keil:
http://www.keil.com/support/man/docs/uv4/uv4_dg_adscc.htm
www.keil.com/.../armcc_chr1359124197463.htm