slackbuilds/development/sdcc
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
patches development/sdcc: Updated for version 4.1.0. 2021-04-10 17:04:44 +07:00
README development/sdcc: Fix README. 2020-10-17 09:39:39 +07:00
sdcc.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
sdcc.info development/sdcc: Updated for version 4.1.0. 2021-04-10 17:04:44 +07:00
slack-desc

README

SDCC is a retargettable, optimizing Standard C (ANSI C89, ISO C99, ISO
C11) compiler suite that targets the Intel MCS51 based microprocessors
(8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390
variants, Freescale (formerly Motorola) HC08 based (hc08, s08), Zilog
Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit 3000A,
TLCS-90), Padauk (pdk14, pdk15) and STMicroelectronics STM8.  Work is
in progress on supporting the Padauk (pdk13), Microchip PIC16 and
PIC18 targets.  It can be retargeted for other microprocessors.

By default, this will build sdcc without pic support.  If you want
that, install gputils and run the script as follows:

ENABLE_PIC=y sh ./sdcc.SlackBuild