| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sdcc-4.0.0-x64-setup.exe | 2020-01-30 | 9.0 MB | |
| sdcc-4.0.0-rc1-x64-setup.exe | 2020-01-24 | 9.0 MB | |
| Totals: 2 Items | 18.1 MB | 10 | |
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.