I have a S32DS project which was built using version 2018.R1 (Build id: 180815).
The system which I have has version 2018.R1 (Build id: 180326) installed.
While building the project I am getting
Cannot run program "": Launching failed
Error: Program "" not found in PATH
How to resolve above issue. And how to update build version? Need solution asap.
已解决! 转到解答。
Hi,
this can be done by update. With fresh install:
On main menu bar click on Help -> Install new Software -> check Available Software sites:
Select S32DesignStudio and PE Micro:
Select all available sites:
and you should be able see what will be updated:
When update is done (it takes a while - it is cumulative update) - the support for MCWT1xxx is added and the build version is as requested:
Hope it helps.
Jiri
Please remove files after use.
Console Build:
14:43:20 **** Build of configuration Debug for project awc_msil ****
-j8
Cannot run program "": Launching failed
Error: Program "" not found in PATH
PATH=[C:\NXP\S32DS_ARM_v2018.R1\eclipse\..\Cross_Tools\gcc-6.3-arm32-eabi\bin;C:\NXP\S32DS_ARM_v2018.R1\utils\msys32\usr\bin;C:/NXP/S32DS_ARM_v2018.R1/eclipse/jre/bin/client;C:/NXP/S32DS_ARM_v2018.R1/eclipse/jre/bin;C:/NXP/S32DS_ARM_v2018.R1/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:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;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\TortoiseGit\bin;C:\WINDOWS\System32\OpenSSH\;c:\Program Files\MATLAB\R2018a\runtime\win64;c:\Program Files\MATLAB\R2018a\bin;C:\Users\nxf39574\AppData\Local\Microsoft\WindowsApps;;C:\NXP\S32DS_ARM_v2018.R1\eclipse]
14:43:20 Build Finished (took 153ms)
In your project is absolute path for linker script file (the .ld file) - located on Drive
D:/1_git/actual/AWC_MSIL_B_VERSION/awc_msil/Project_Settings/Linker_Files/MWCT1014S_64_flash.ld"
Do you have such folder on your machine? If not, you need add correct location for linker file script in Project Properties:
Jiri
Okay. What is in Project Properties -> Settings -> Cross Settings?
And what is in your toolchain properties:
It is possible share your project - you an send it to jiri.kral@nxp.com . It looks, that there is probably somehow badly setup toolchain. If you imported project, was there some Warning/Error message?
I have attached snapshots of projects settings which are required to build the project.
The outcome of this is that
1. I am able to build the project but there is mismatch in hex file contents.
2. I am not able to select chip: MWCT1014S in "EmbSys Register View" project settings. The only options are S32K* series.
3. there is definitely some issue happening while importing the project
Can you give steps about "How to update S32DS build id from 180326 to 180815"?
I think this will might resolve the issue build issue.
Okay, So try the update or install the latest S32DS version - S32DS For ARM v2.2.
If the update doesn't work and you required the S32DS for ARM v2018.R1 - download it from NXP pages, uninstall your existing S32DS and install the downloaded one.
Jiri
Hi,
the MWCT10xxS chip is under NXP vendor, not in Freescale - are you able switch from Freescale to NXP in EmbSys register view?
You can update your S32DS installation from Main Menu bar Help -> Install New Software:
Anyway, the latest S32DS version supporting MWCT10xx MCU is S32DS for ARM v2.2 -
https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&element=11406937
Jiri
Hi,
this can be done by update. With fresh install:
On main menu bar click on Help -> Install new Software -> check Available Software sites:
Select S32DesignStudio and PE Micro:
Select all available sites:
and you should be able see what will be updated:
When update is done (it takes a while - it is cumulative update) - the support for MCWT1xxx is added and the build version is as requested:
Hope it helps.
Jiri