next up previous contents index
Next: 2.4.3 Cross compiling SDCC Up: 2.4 Building SDCC Previous: 2.4.1 Building SDCC on   Contents   Index

2.4.2 Building SDCC on OSX 2.x

Follow the instruction for Linux.

On OSX 2.x it was reported, that the default gcc (version 3.1 20020420 (prerelease)) fails to compile SDCC. Fortunately there's also gcc 2.9.x installed, which works fine. This compiler can be selected by running 'configure' with:

./configure CC=gcc2 CXX=g++2



2007-04-08