2013-07-17 07:00 AM
In the course of learning SPC5 Studio
I modified the Makefile and rules.mk to output a Motorola srec (.mot) in addition to the regular outputs.
This can be very useful for those of us with a Motorola/Freescale background.
The question is; How to make these changes permanent? Whenever I re-generate the application, rules.mk is overwritten.
2013-07-18 12:47 AM
Hi Kevin,
If you post the change we could include the new feature in the next release. The immediate workaround would be to modify the rules.mk file into the component plugin: C:\SPC5Studio\eclipse\plugins\<platform_plugin>\component\lib\rsc\rules.mk This way the file in the project will be overwritten by the modified version. Giovanni2013-07-18 08:49 AM
Hi Giovanni,
I've attached the modified rules.mak and Makefile. They are so small that I just zipped them up and attached them. In the future, would you prefer a diff? Kevin ________________ Attachments : srec_files.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006qUHV&d=%2Fa%2F0X0000000bnh%2F4VDuDuzkIpTeLLcEsEVjTEWZzCICFpYFBSSFmv5gPOk&asPdf=false2013-09-27 07:32 AM
Sorry for the delay, had to wait a chance to work on the Makefiles. I merged the change among other improvements.
Giovanni