Unable to build project
Hi,
I’ve just imported a project and I’m having a lot of issues with it. When I tried to build it, a message appeared saying that there was nothing to build. I figured out that the toolchain and builder used are different than the ones I have downloaded (It used to be Ac6 STM32 MCU GCC and GNU make builder, both were designated as “orphaned” in the toolchain editor tab). (see attached file)
I tried to change these to ARM Cross GCC and Gnu Make builder but I only ended up with this error in the console :
15:22:01 **** Incremental Build of configuration Debug for project project1 ****
make all
Building file: ../Src/A_com_cartes.c
Invoking: GNU ARM Cross C Compiler
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -O2 -g -std=gnu11 -MMD -MP -MF”Src/A_com_cartes.d” -MT”Src/A_com_cartes.o” -c -o “Src/A_com_cartes.o” “../Src/A_com_cartes.c”
../Src/A_com_cartes.c:9:26: fatal error: A_com_cartes.h: No such file or directory
Src/subdir.mk:84: recipe for target ‘Src/A_com_cartes.o’ failed
compilation terminated.
make: *** Src/A_com_cartes.o Error 1
15:22:02 Build Finished (took 924ms)
See attached file for problems tab
I’m on Windows 10, working with Eclipse Neon.3 Release (4.6.3)
Java : jdk1.8.0_144
GNU MCU Eclipse 4.1.1 (GCC 5.4)
board : STM32F401C-DISCO
MCU : STM32F411VET6U
I have no idea what’s going on, does anyone know how to solve this issue?
Thanks


