installing_gputils_and_sdcc_on_osx
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
installing_gputils_and_sdcc_on_osx [2011/07/26 11:01] – hanleynicholson | installing_gputils_and_sdcc_on_osx [2023/11/26 20:16] (current) – admin | ||
---|---|---|---|
Line 5: | Line 5: | ||
And more than that: you are able to [[how to use xcode2 as ide on a mac|use Apple' | And more than that: you are able to [[how to use xcode2 as ide on a mac|use Apple' | ||
- | The first step in this process is to install SDCC. If you have already SDCC running and calling "sdcc -v" in terminal | + | The first step in this process is to install SDCC. If you have already SDCC running and calling "sdcc -v" in terminal |
\\ | \\ | ||
Line 17: | Line 17: | ||
Now you have to type three commands: | Now you have to type three commands: | ||
- | * ./config | + | * ./configure |
* make | * make | ||
* make install | * make install | ||
sometimes you have to call these with " | sometimes you have to call these with " | ||
- | If you have problems compiling and installing SDCC, you might lack a library. | + | If you have problems compiling and installing SDCC 2.8.0, you might lack a library. |
Here is what you should have installed (in this particularly order) | Here is what you should have installed (in this particularly order) | ||
Line 32: | Line 32: | ||
==== Compiling for PIC18F4685? ==== | ==== Compiling for PIC18F4685? ==== | ||
- | If you want to compile for the PIC18F4685, you need a later version of GPUTILS than 0.13.4, | + | If you want to compile for the PIC18F4685, you need a later version of GPUTILS than 0.13.4. The usage of 0.13.7 is highly recommended, newer versions may fail with SDCC 2.8.0.\\ |
**Following the instructions from [[http:// | **Following the instructions from [[http:// | ||
Line 74: | Line 74: | ||
</ | </ | ||
--- // | --- // | ||
+ | |||
+ | |||
+ | Update 2023-11-26: usage of SDCC 2.8.0 still mandatory, don't use newer versions which come with " | ||
Line 108: | Line 111: | ||
If you have trouble installing SDCC on your mac, post your questions/ | If you have trouble installing SDCC on your mac, post your questions/ | ||
- | |||
installing_gputils_and_sdcc_on_osx.1311678088.txt.gz · Last modified: 2011/07/26 11:01 by hanleynicholson