This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to do changes to the arm pack managed files in keil RTE

When using Keil RTE, I want to do some changes to the file managed by the pack system, but it seems they all are read only. So, are there any way keil provided for us to do the changes? Or just Keil absolutely don't permit any changes to them?

Thanks.

Parents
  • They're just files - you can clear the write protection if you want.

    Just bear in mind what  said - any changes you make will get overwritten by the next Pack update.

    This is really no different to editing any 3rd-party files.

    A common approach would be to take a copy of the file(s) in question, and make your modifications in that/them.

    This still leaves you with the maintenance issue of having to check whether any of the supplier's (eg, Keil's) changes from their updates need to be merged into your "hacked" version.

Reply
  • They're just files - you can clear the write protection if you want.

    Just bear in mind what  said - any changes you make will get overwritten by the next Pack update.

    This is really no different to editing any 3rd-party files.

    A common approach would be to take a copy of the file(s) in question, and make your modifications in that/them.

    This still leaves you with the maintenance issue of having to check whether any of the supplier's (eg, Keil's) changes from their updates need to be merged into your "hacked" version.

Children
No data