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.
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.
hi
in OSX 10.4.11 can i just overwrite the old files?
tx
simone
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/sdcc
This 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 -v
This should return sdcc’s version number.
Even if the default search paths look into /usr/local’ date=’ sdcc is fully
relocatable. Try
sdcc --print-search-dirsif you have problems with headeror library files. See sdccman.[txt|pdf|html’] for more detailed information.
regards,
Michael