2019-06-28 01:58 PM
I have created a project in trueSTUDIO v7.1.0 on computer 1 and compiled it well without any errors. But when I imported the same project to trueSTUDIO v9.3.0 on computer 2 it is giving me an error.(ERROR: Program "GCC" not found in PATH ).
When I checked the PATH variable in (Properties-> C/C++ Build->Environment(PATH: C:\Program Files (x86)\Atollic\TrueSTUDIO for STM32 9.3.0\ARMTools\bin; )) .Its was fine as bin contains the arm-atollic-eabi-gcc compiler. What might be the problem? Did anyone faced the same issue? Any help will be appreciated. Thank you.:beaming_face_with_smiling_eyes:
2019-09-09 02:49 PM
This was biting me too. Read PREVENT “GCC NOT FOUND IN PATH�? ERROR section under
https://usermanual.wiki/Document/AtollicTrueSTUDIOforSTM32UserGuide.1420695683/help
It helped me