Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sdcc-3.0.0-setup.exe | 2010-11-01 | 3.3 MB | |
Totals: 1 Item | 3.3 MB | 1 |
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.