| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sdcc-4.6.0-x64-setup.exe | 2026-06-22 | 9.9 MB | |
| sdcc-4.6.0-rc2-x64-setup.exe | 2026-06-14 | 10.1 MB | |
| sdcc-4.6.0-rc1-x64-setup.exe | 2026-05-28 | 9.9 MB | |
| Totals: 3 Items | 30.0 MB | 638 | |
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.