lost link/path to gcc after uninstall of IDE and reinstall
- September 3, 2022
- 1 reply
- 3410 views
When I run my program I get an error:
##########
16:23:19 **** Incremental Build of configuration Debug for project LoRaWAN_End_Node ****
make all
'Building file: ../Utilities/trace/adv_trace/stm32_adv_trace.c'
'Invoking: Cross GCC Compiler'
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"Utilities/trace/adv_trace/stm32_adv_trace.d" -MT"Utilities/trace/adv_trace/stm32_adv_trace.o" -o "Utilities/trace/adv_trace/stm32_adv_trace.o" "../Utilities/trace/adv_trace/stm32_adv_trace.c"
Der Befehl "gcc" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
make: *** [Utilities/trace/adv_trace/stm32_adv_trace.o] Error 1
"make all" terminated with exit code 2. Build might be incomplete.
16:23:21 Build Failed. 1 errors, 0 warnings. (took 1s.809ms)
##########
So my gcc cannot be found anymore. Before the deinstall it worked to run the program without any error.
Where do I have to check if the gcc is right connected. The toolchain manager says gcc would be installed by STM by default.
Can anybody suggest or help?
dachungmao