TK. Posted March 9, 2008 Report Posted March 9, 2008 A release candidate for SDCC 2.8.0 is available at:http://sdcc.sourceforge.net/snapshots/sdcc-2.8.0-rc1/Finally we also get precompiled MacOS X universal binaries :)Best Regards, Thorsten. Quote
cimo Posted March 9, 2008 Report Posted March 9, 2008 hiin OSX 10.4.11 can i just overwrite the old files? txsimone Quote
audiocommander Posted March 10, 2008 Report Posted March 10, 2008 yes.For Mac OS X users:===================To install:* Extract the binary kit to a temporary directory. This will create a new directory called 'sdcc' in the temporary directory. cd ~ mkdir tmp cd tmp tar xzf path/to/binary/kit/sdcc-2.8.0-universal-apple-macosx.tar.gz* Change to the sdcc directory and copy all files to /Developer/sdcc cp -r sdcc /Developer/sdccThis will install sdcc binaries into: /Developer/sdcc/bin/header files into: /Developer/sdcc/share/sdcc/include/library files into: /Developer/sdcc/share/sdcc/lib/and documentation into: /Developer/sdcc/share/sdcc/doc/You can test the install by entering: /Developer/sdcc/bin/sdcc -vThis should return sdcc's version number.Even if the default search paths look into /usr/local' date=' sdcc is fullyrelocatable. Try `sdcc --print-search-dirs` if you have problems with headeror library files. See sdccman.[txt|pdf|html'] for more detailed information.regards,Michael Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.