Program "" not found in PATH Error- S32DS for Platform

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Program "" not found in PATH Error- S32DS for Platform

2,244 Views
rahulpkumar-2612
Contributor II

Hi,

I am getting the below error, while trying to build a sample S32K148 bootloader program.

18:35:26 **** Clean-only build of configuration Debug for project S32K148_bootloader_trial ****
-j8 clean
Cannot run program "": Launching failed

Error: Program "" not found in PATH
PATH=[C:/NXP ARM/eclipse/jre/bin/client;C:/NXP ARM/eclipse/jre/bin;C:/NXP ARM/eclipse/jre/lib/i386;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Universal Extractor;C:\Program Files (x86)\Universal Extractor\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Android;C:\Program Files\dotnet\;C:\Program Files (x86)\GitExtensions\;C:\Program Files\Git\cmd;C:\Users\rahul\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\FreeArc\bin;;C:\NXP ARM\eclipse]

18:35:26 Build Finished (took 69ms)

 

Screenshot also attached.

 

I got the same error in S32DS for ARM 2.2 also. How do I solve this? Do I need to update any file or settings to build available projects?

Please advise as this is my first experience with S32K devices and NXP for that matter.

Thank you in advance.

0 Kudos
1 Reply

2,211 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

the project is probably based on old toolchain with gcc v 4.9 which is not present in S32DS v3.4 and in S32DS for ARM v2.2. was changed path to it. 

You can try to change Toolchain version in Project Properties: 

jiri_kral_0-1641218424744.png

 

It it doesn't help, please share .args file - by default located in Debug or Debug_FLASH folder. 

 

Jiri 

 

0 Kudos