Hi
I am trying to do code generation from Processor Expert (ProcessorExpert.pe file) through command line, but code is not getting generated.
Command used : eclipsec.exe -noSplash -data c:\Users\XYZ\workspace -application com.freescale.processorexpert.core.PExApplication -generate projectABC
The above command is a standard command present in Help documents of Design studio.
Please help...
Steps followed in creating project.
Thanks
Amarjeet
This article might be helpful for you:
Eclipse Command Line Code Generation with Processor Expert | MCU on Eclipse
It is for a previous version of Eclipse, but things still shall be the same.
I hope this helps,
Erich
Hi Styger
I followed your suggestion from your last reply,but still my problem not solved.
I have created S32 Design studio Project by selecting IAR Toolchan for ARM(8.x) with SDK (S32SDK_S32K1xx_RTM_3.0.0 ) and when i am trying to generate the code from Processor Expert using command line i am facing below error.
Command used : eclipsec.exe -noSplash -data c:\Users\XYZ\workspace -application com.freescale.processorexpert.core.PExApplication -generate projectABC
i am also attaching the error log file here.
If you want i can share the Basic project along with script batch file.
Please help in solving this issue.
Thanks
Amarjeet
Hi,
in attachment is my testing project. PE Code can be generated from command line without any issue using this command:
eclipsec.exe -noSplash -data c:\Users\nxf24838\workspaceS32DS.ARM.2018.R1 -application com.freescale.processorexpert.core.PExApplication -generate iar_sdk_test
Here is console output:
It is possible share your project?
Jiri