]> pere.pagekite.me Git - homepage.git/blob - mypapers/drafts/eyebot-cross/mc68332-cross.tex
Generated.
[homepage.git] / mypapers / drafts / eyebot-cross / mc68332-cross.tex
1 Compiling GNU CC as a Cross compiler for Motorola 68332
2
3 http://www.objsw.com/CrossGCC/
4
5 Both the binutils and the gcc package is required to get a working
6 cross-compiler.
7
8 ./configure --target=m68k-pic-coff --nfp --prefix=/store/opt/m68k-gcc
9 gmake LANGUAGES='C C++' bootstrap
10