2023-05-06 01:19 PM
22:39:03 **** Incremental Build of configuration Debug for project c1 ****
make all
Building file: ../src/c1.c
Invoking: Cross GCC Compiler
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/c1.d" -MT"src/c1.o" -o "src/c1.o" "../src/c1.c"
c:/st/stm32cubeide_1.12.1/stm32cubeide/plugins/com.st.stm32cube.ide.mcu.externaltools.make.win32_2.0.200.202301161003/tools/bin/sh: gcc: not found
make: *** [src/subdir.mk:20: src/c1.o] Error 127
"make all" terminated with exit code 2. Build might be incomplete.
22:39:04 Build Failed. 1 errors, 0 warnings. (took 789ms)
Solved! Go to Solution.
2024-03-10 10:32 PM - edited 2024-03-10 10:53 PM
**Fault found, no reply required**
Hi there,
My project has ended up in the same state. As can be seen in the attached screenshot;
* it is stm32cubeide
* it does have the toolchain editor
* it cannot find gcc.exe.
Any advice before I start reinstalling everything from ST?
2024-03-10 10:52 PM
...For anyone that gets into the same state: somehow or other, the project had been imported to stm32cubeide as a standard eclipse project. Importing it as an stm32cube project brought back full functionality.