2025-06-30 6:50 PM
Hi,
I am working on a project generated from AutoDevKitStudio-2.2.1, with few SPC58ECxx applications. Able to generate, build and run using the AutoDevKitStudio, and Makefile is auto generated in the project folder.
I am using DiscoveryPlus development board with SPC58ECxx MCU.
When I try to execute the "make all" command in WSL (ubuntu 20.04.6 LTS), it generate error:
After run "make clean" (remove .dep and build folders successfully) , it generate error:
PATH already pointing to the correct directory in the generated Makefile:
ppc-freevle-eabi-gcc.exe is present in the directory above.
Is the gcc compiler in the PATH is for window environment? Do we need a different gcc compiler for the linux environment? Kindly advise.
Please help me to share the relevant document or sample project which has a working Makefile with this environment.
Thanks
AJ