stm32duino / STM32FreeRTOS

Real Time Operating System implemented for STM32
312 stars 61 forks source link

error: #5: cannot open source input file "cmsis_gcc.h" #60

Closed bigmirrorDH closed 1 year ago

bigmirrorDH commented 1 year ago

I've just started using mdk5, created a new project and the first example compiles with an error """... ... \Drivers\CMSIS\Include\cmsis_compiler.h(41): error: #5: cannot open source input file "cmsis_gcc.h": No such file or directory" "", but I see the same file in the official routine as in the "cmsis_compiler.h" file I imported I'm not sure how to solve this error

bigmirrorDH commented 1 year ago

`#ifndef __CMSIS_COMPILER_H

define __CMSIS_COMPILER_H

include

/*

/*

/*

fpistm commented 1 year ago

~Which core you used?~

Sorry, I missed you used keil mdk. This library is for the STM32 core for Arduino using gcc. It is not for keil environment. You should look at those repos instead: https://github.com/STMicroelectronics/stm32_mw_freertos https://github.com/STMicroelectronics/x-cube-freertos

I'm not using keil.