Facing this error While trying to build a project on SPC5 Studio
"make: ppc-freevle-eabi-gcc: No such file or directory"
Knowing that it exist in the SPC5 Studio plugins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-22 9:37 AM - edited ‎2023-11-20 4:53 AM
this is the path in the make file and the path is written correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-23 1:00 AM - edited ‎2023-11-20 4:53 AM
this is the path in the make file and the path is written correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-23 1:11 AM
can you try to add it manually in your path ? using windows environment settings ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-23 3:32 AM - edited ‎2023-11-20 4:53 AM
Tried this and still the same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-23 5:06 AM
can you try to uninstall/reinstall SPC5Studio ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-23 5: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
