gcc is installed as part of XCode - which is freely available from Apple. Just google for "xcode".
After some google search i've read, that it was supplied on the Leopard installation disc.
After installing i invoke the the command gcc -v and it shows up.
After this i ran in some more dificulties...See follow-up
I'm not quite sure that i follow but you need gcc installed for rockboxdev.sh to be able to compile the crosscompiler. If you have gcc installed and rockboxdev.sh can't find it there could be some kind of path problem but I have no idea how to fix that on macos...
Wel i invoke the ../tools/rockboxdev command, i 'll get permission acces denied,
some r/w rights.
I invoke the sudo ../tools... command, oke i'm back o track, but it ends with the Make error,
This are the last lines:
FATAL:/usr/bin/../libexec/gcc/darwin/i386/as: I don't understand 'm' flag!
make[1]: *** [crtbegin.o] Error 1
make: *** [install-gcc] Error 2
done
The ..toools/configure command stops, it can't find ggc,
in the dir /usr/local/m68k-elf/ there is not any bin files at all , only some info files and language.
I have saved the complete listing about 240kB
On request i will upload the listing
Maybe it isn't compatible with Darwin 9.1.0-gcc ??
Any ideas?