Hello:
I have the following errors in the process of using:
1.Program "arm-none-eabi-g++" not found in PATH
2.Program "arm-none-eabi-gcc" not found in PATH
Can you check this way:
Right click on Project name on Project Explorer > Properties > C/C++ Build > Environment > Add PATH variable as below:
Name: PATH
Value:
C:\NXP\S32DS.3.4\eclipse\..\S32DS\build_tools\gcc_v10.2\gcc-10.2-arm32-eabi\bin;
C:\NXP\S32DS.3.4\S32DS\build_tools\msys32\usr\bin;
C:/NXP/S32DS.3.4/eclipse/jre/bin/server;
C:/NXP/S32DS.3.4/eclipse/jre/bin;
C:/NXP/S32DS.3.4/eclipse/jre/lib/amd64;
C:\Windows\system32;
C:\Windows;
C:\Windows\System32\Wbem;
C:\Windows\System32\WindowsPowerShell\v1.0\;
C:\Windows\System32\OpenSSH\;
C:\Program Files\Common Files\ThinPrint\;
C:\Users\cuongnp2\AppData\Local\Microsoft\WindowsApps;
C:\NXP\S32DS.3.4\S32DS\tools\S32Trace\bin;
C:\NXP\S32DS.3.4\eclipse
This values should be modify as your environment
Hi,
Can you capture the errors?