Betty scart
From Bettyhacks.com - Hack BettyTV-Remote
| Line 21: | Line 21: | ||
* http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc/device/include/mcs51/P89LPC932.h?view=log | * http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc/device/include/mcs51/P89LPC932.h?view=log | ||
| − | ===Installation | + | ===Installation=== |
| + | |||
| + | ====Linux==== | ||
| + | |||
| + | Paket: | ||
sudo apt-get install sdcc | sudo apt-get install sdcc | ||
sdcc -v | sdcc -v | ||
| − | ====Ubuntu 9.04==== | + | Manuell: |
| + | Bei manueller Installation aus dem binary (s. Download) und dem Befolgen der Anweisungen in INSTALL.txt | ||
| + | Makefile.local: | ||
| + | SDCCBASE=/usr/local | ||
| + | INCLUDEPATH=$(SDCCBASE)/share/sdcc/include | ||
| + | SDCCPATH=$(SDCCBASE)/bin | ||
| + | |||
| + | =====Ubuntu 9.04===== | ||
* Paket hat keine mcs51 Unterstützung | * Paket hat keine mcs51 Unterstützung | ||
* Das binary package (siehe Download Link) funktioniert | * Das binary package (siehe Download Link) funktioniert | ||
| − | ====Ubuntu 9.10==== | + | =====Ubuntu 9.10===== |
* 9.10 supports mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08 ([https://bugs.launchpad.net/ubuntu/+source/sdcc/+bug/412761 bug]) | * 9.10 supports mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08 ([https://bugs.launchpad.net/ubuntu/+source/sdcc/+bug/412761 bug]) | ||