Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:xc16 [2017/01/18 08:12] – [Raspberry Pi] darron | tools:xc16 [2017/01/18 19:05] (current) – [Microchip XC16 compiler] darron | ||
---|---|---|---|
Line 4: | Line 4: | ||
Installation is comprised of two steps. The first step installs | Installation is comprised of two steps. The first step installs | ||
- | the commercial compiler and the support | + | the commercial compiler and the include |
is used to replace the compiler with the free edition. The | is used to replace the compiler with the free edition. The | ||
support files are needed in step 2 from step 1. | support files are needed in step 2 from step 1. | ||
Line 17: | Line 17: | ||
</ | </ | ||
- | == Fetch == | + | == Fetch and install |
< | < | ||
- | wget http:// | + | wget "http:// |
- | </ | + | chmod +x *.run |
- | + | ./xc16-v1.30-full-install-linux-installer.run | |
- | == Install | + | |
- | < | + | |
- | chmod +x xc16-v1.25-full-install-linux-installer.run | + | |
- | ./xc16-v1.25-full-install-linux-installer.run | + | |
</ | </ | ||
== Include files == | == Include files == | ||
- | Version 1.25 is missing some important | + | Peripheral |
- | separately. | + | |
- | Method 1 | + | == Fetch and install == |
< | < | ||
- | wget xc16-v1.24-full-install-linux-installer.run | + | wget " |
- | chmod +x xc16-v1.24-full-install-linux-installer.run | + | chmod +x *.run |
- | ./xc16-v1.24-full-install-linux-installer.run | + | ./peripheral-libraries-for-pic24-and-dspic-v2.00-linux-installer.run |
- | cp -Rpa / | + | |
</ | </ | ||
- | Method 2 (TODO) | + | Use /opt/microchip/xc16/v1.30 as the install directory. |
- | < | + | |
- | wget http://www.microchip.com/mymicrochip/filehandler.aspx? | + | |
- | </ | + | |
=== Free edition === | === Free edition === | ||
- | The free edition utilises header files and libraries from the commercial edition so perform the installation steps given above. The free edition has no limitations and does not require a license for optimisations. | + | The free edition utilises header files and libraries from the commercial edition so perform the installation steps given above first. The free edition has no limitations and does not require a license for optimisations. |
+ | |||
+ | The source code for the compiler needs a number of patches to build and operate. Patches were sourced from patches from the older c30 compiler and others created for XC16. The | ||
+ | resultant build has proven to produce binary objects that work on the target devices. | ||
== Initialise == | == Initialise == | ||
Line 58: | Line 52: | ||
</ | </ | ||
- | == Fetch == | + | The install process will apply a number of patches, build the compiler and tools and install everything in /opt/pic30-tools. |
- | < | + | |
- | wget "http://ww1.microchip.com/ | + | |
- | </ | + | |
- | == Install | + | == Fetch and install |
< | < | ||
+ | wget " | ||
./install | ./install | ||
</ | </ | ||
+ | |||
+ | The install script expects the commercial compiler and includes files | ||
+ | to be installed so it may copy the support files to the build directory. | ||
+ | |||
+ | The final output of this process is not elegant and can do with more | ||
+ | work but this is not a high priority. | ||
=== Raspberry Pi === | === Raspberry Pi === | ||
Line 77: | Line 75: | ||
== Initialise == | == Initialise == | ||
< | < | ||
- | mkdir -p / | + | mkdir -p / |
- | cd / | + | cd / |
- | cp -Rp / | + | cp -Rp / |
mkdir -p / | mkdir -p / | ||
cd / | cd / | ||
Line 88: | Line 86: | ||
== Fetch == | == Fetch == | ||
< | < | ||
- | wget " | + | wget " |
</ | </ | ||
Line 115: | Line 113: | ||
[[http:// | [[http:// | ||
[[http:// | [[http:// | ||
+ |