Gast
#3675595
Hallo Gemeinde, habe folgendes versucht: aktuelle CooCox IDE 1.7.6 installiert. GCC ARM 4.8.2 installiert In CooCox IDE eingebunden Dieses Testprojekt erstellt: http://mikrocontroller.bplaced.net/wordpress/?page_id=58#I01 bekomme nach dem compilieren dann diese Meldung: GCC HOME: C:\CooCox\CoIDE\gcc-arm-none-eabi-4.8\bin compile: [mkdir] Skipping C:\CooCox\CoIDE\workspace\Test\test\Debug\bin because it already exists. [mkdir] Skipping C:\CooCox\CoIDE\workspace\Test\test\Debug\obj because it already exists. [cc] 1 total files to be compiled. [cc] arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -Wall -ffunction-sections -g -O0 -c -DSTM32F407VG -DSTM32F4XX -IC:\CooCox\CoIDE\workspace\Test C:\CooCox\CoIDE\workspace\Test\main.c [cc] C:\CooCox\CoIDE\workspace\Test\main.c:1:28: fatal error: stm32f4xx_gpio.h: No such file or directory [cc] #include "stm32f4xx_gpio.h" [cc] ^ [cc] compilation terminated. BUILD FAILED Total time: 1 second Was hab ich flasch gemacht oder vergessen ? Danke im Voraus