Jump to content

SDCC 2.8.0


TK.
 Share

Recommended Posts

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-dirs` if you have problems with header

or library files. See sdccman.[txt|pdf|html'] for more detailed information.

regards,

Michael

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...