2023-05-22 09:37 AM - edited 2023-11-20 04:53 AM
this is the path in the make file and the path is written correctly
2023-05-22 10:43 AM
Tools generally don't lie, there's usually some problem..
ie the PATH is not set properly, or mis-formatted.
Contains spaces or other hieroglyphs that shouldn't be in file names and paths.
Inconsistent use of \ or / characters
Use of virtual directories, like Desktop
Create a test app that when runs it outputs parameters, call paths, environment variables and system paths, replace the app that's being run currently with this to understand what environment it's being furnished
2023-05-23 12:27 AM
The gcc path is added at compilation time thanks to this line in Makefile:
export PATH := C:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\toolchain\bin\$(PATH_SEPARATOR)${PATH}
2023-05-23 01:00 AM - edited 2023-11-20 04:53 AM
this is the path in the make file and the path is written correctly
2023-05-23 01:11 AM
can you try to add it manually in your path ? using windows environment settings ?
2023-05-23 03:32 AM - edited 2023-11-20 04:53 AM
Tried this and still the same error
2023-05-23 05:06 AM
can you try to uninstall/reinstall SPC5Studio ?
2023-05-23 05:47 AM
Normaly we are using the version C:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\toolchain\bin
i suspect that that your toolchain has been removed or is obsolete
Best Regards
Erwan