Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:sdcc [2016/12/18 21:12] – [Raspberry Pi] darron | tools:sdcc [2017/01/11 16:39] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== sdcc: Small Device C Compiler ==== | ==== sdcc: Small Device C Compiler ==== | ||
+ | |||
+ | sdcc is a C compiler for various microprocessors and micro-controllers including 8-bit PICMicros. | ||
== release == | == release == | ||
Line 56: | Line 58: | ||
== Install (Eg. sdcc SVN) on RPi == | == Install (Eg. sdcc SVN) on RPi == | ||
< | < | ||
- | cd / | ||
- | make install | ||
cd / | cd / | ||
ln -sf / | ln -sf / | ||
Line 63: | Line 63: | ||
</ | </ | ||
+ | The symbolic link above is important for installation due to an unknown bug in the build process. | ||
=== Cygwin === | === Cygwin === |