How to set up your Windows computer with GNU C for 68hc11, 68hc12


NOTE: The same compiler supports both 68hc11 and 68hc12. You can select
which one you want with commandline switches.


1) Go here:
http://www.gnu-m68hc11.org/

Download the latest bundle of tools.

I got file gnu-68hc1x-2.1.1.exe (10.7 Meg) snapshot date Jan 3, 2003
It had these packages in it:

gcc v3.0.4
gdb 5.2.1
binutils 2.12.1
newlib 1.10

2) Run the gnu-68hc1x-2.1.1.exe to install the 6811/6812 tools.

Default path on hard disk:
C:\usr


UPDATE: I am now distributing GNU make with EmbeddedGNU, so you can skip
steps 3 and 4 if you will be using EmbeddedGNU.


3) Go here:
http://ring.qgpop.net/archives/graphics/freetype/contrib/win32/

download gnumake-win32.zip

4) Extract gnumake from the zipfile. It just has make.exe in it.
You should move this to the bin subdirectory under the gcc project.

Extract GNU make it to this path:
C:\usr\bin

    Source: geocities.com/englere_geo