Generate Code from specified Processor Expert

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

Generate Code from specified Processor Expert

1,183 Views
ShriraamSundaram
Contributor I

Hello,

In my project I have two processor experts. How would I specify which processor expert to generate code from?

If I have two PE files, PExpertV0.pe, PExpertV1.pe. Although I click on Generate code from PExpertV1.pe, the code for PExpertV0.pe gets generated.

Also, command line interface for generation doesn't work.

I run the following command there are no errors but no files are generated:

eclipsec.exe -noSplash -data C:\Repo\XYZ -application com.freescale.processorexpert.core.PExApplication -generateAll

Overall I would like to

If HW_VARIANT == XXXX

Generate ProcessorExpertV0.pe

else if HW_VARIANT = YYYY

Generate ProecssorExpertV1.pe

 

0 Kudos
0 Replies