I have used ProcessorExpert to create a S08 application, but I need to add items to the linker file ProcessorExper.pr.m but every time i build the app the file is re-generated without my additions. How can I stop this from happening?
Solved! Go to Solution.
Hi Julian.
In processor expert project, prm file is generated by processor expert by default.
During working with pe project, prm will be overwritten after each code generation.
To avoid prm being overwritten, we need to set pe Build options "Generate PRM file" as "NO". see below:
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Julian.
In processor expert project, prm file is generated by processor expert by default.
During working with pe project, prm will be overwritten after each code generation.
To avoid prm being overwritten, we need to set pe Build options "Generate PRM file" as "NO". see below:
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------