View previous topic :: View next topic |
Author |
Message |
jma_1
Joined: 08 Feb 2005 Posts: 147 Location: Wisconsin
|
Archiving compiler version? |
Posted: Wed Jul 20, 2005 6:33 am |
|
|
I use a software version system to archive and track different software releases (and potential bugs). I would like to also archive the compiler software. If I never upgrade the compiler, no problem. Anyone know what files need to be saved in order to recreate a version of the compiler? Also, is there a detailed, specific list of what things changed in each compiler release?
JMA |
|
|
MikeValencia
Joined: 04 Aug 2004 Posts: 238 Location: Chicago
|
|
Posted: Wed Jul 20, 2005 6:50 am |
|
|
You just need to save your .crg file(s) and save the compiler version, and put a unique name to it, such as:
pchupd_3_228.exe
I usually install new updates in directory C:\Program Files\PICC_3_228\PICC for example.
I use the MPLAB IDE, and it is easy to switch back and forth between compiler versions in Project->Select Language Tool Location...
Furthermore, try to avoid installing versions in C:\Program Files\PICC\ since this is the default directory it would want to install to, and you might accidentally overwrite your previous version.
Don't forget to install the MPLAB plug-in in each new directory as well, if you use MPLAB. |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Wed Jul 20, 2005 8:00 am |
|
|
For my 2 cents. I archive the zip install file. Tho the compiler changes, the librarys, and examples files might change also. I keep everything together. |
|
|
|