| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.5.0 | 2025-01-28 | ||
| 4.4.0 | 2024-01-29 | ||
| 4.3.0 | 2023-06-26 | ||
| 4.2.0 | 2022-03-08 | ||
| 4.1.0 | 2021-03-08 | ||
| 4.0.0 | 2020-01-30 | ||
| 3.9.0 | 2019-04-15 | ||
| 3.8.0 | 2018-09-27 | ||
| 3.6.0 | 2016-06-12 | ||
| 3.5.0 | 2015-06-24 | ||
| 3.4.0 | 2014-04-11 | ||
| 3.3.0 | 2013-05-19 | ||
| 3.2.0 | 2012-07-15 | ||
| 3.1.0 | 2011-11-27 | ||
| 3.0.0 | 2010-11-01 | ||
| 2.9.0 | 2010-08-04 | ||
| 2.8.0 | 2008-03-29 | ||
| 2.7.0 | 2007-05-31 | ||
| 2.6.0 | 2006-07-31 | ||
| 2.5.0 | 2005-05-12 | ||
| 2.4.0 | 2004-02-26 | ||
| 2.3.0 | 2001-09-29 | ||
| README_windows.txt | 2021-02-22 | 1.2 kB | |
| Totals: 23 Items | 1.2 kB | 95 | |
SDCC Binary Kit Install Help
----------------------------
For Windows 9X/NT/2000/XP/Vista/7/8 users:
==========================================
To install:
* If you would like to keep a copy of your previous version,
rename the directory where it's installed first
* Run sdcc-x.x.0-setup.exe for 32 bit Windows or
Run sdcc-x.x.0-x64-setup.exe for 64 bit Windows
By default this will install sdcc binaries into: C:\Program Files\SDCC\bin\
header files into: C:\Program Files\SDCC\include\
non-free header files into: C:\Program Files\SDCC\non-free\include\
library files into: C:\Program Files\SDCC\lib\
non-free library files into: C:\Program Files\SDCC\non-free\lib\
and documentation into: C:\Program Files\SDCC\doc\
You can test the install by opening a DOS box and entering:
sdcc -v
This should return sdcc's version number.
sdcc for windows is fully relocatable. Try `sdcc --print-search-dirs` if you
have problems with header or library files. See sdccman.pdf for more
detailed information.