make: ppc-freevle-eabi-gcc: No such file or directory
Hi,
I'm trying to build SPC5 application in VS Studio Code on an agent environment (Windows), which does not have any installed SPC5Studio with Autodevkit plugin. The intention is to start a pipeline on AzureDevOps, where the project can be compiled and build on the agent environment.
While executing the command make -j8 all, I'm getting following error:
I ran this on VS Code with msys64 installed on windows pc.

