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