[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document explains how to use the GNU development chain for the embedded Motorola 68HC11 and 68HC12 microcontrollers. The tools that come with it allow you to create applications written in C, C++ or assembly language.
The GNU development chain is composed of the following components:
The GNU development chain is available in source and binary form. For a quick and easy to use installation, the binary form is recommended. Binaries are available for the following platforms:
GNU Linux Red Hat 8.x or Mandrake 9.x (i586)
Windows 98, NT, 2000, XP
The GNU development chain exports four important directories. These directories contain the compiler binaries, the libraries, the includes and the full documentation set.
bin
lib
doc
include
Once you have installed the tool chain, it is recommended to read and play with the 2. Hello World Example tutorial. It explains how you can build a simple application and run it on the simulator, in the debugger or on your board.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |