Home / GCC-6809
Name Modified Size InfoDownloads / Week
Parent folder
README.win32 2010-03-30 1.1 kB
gcc6809-win32-4.3.4-2.tar.gz 2010-03-30 3.2 MB
Totals: 2 Items   3.2 MB 0
HOW TO RUN GCC-6809 IN WINDOWS
------------------------------

1. GCC-6809 for Windows requires the Cygwin UNIX emulation environment.

Before you can install GCC-6809, you must install Cygwin manually.  Go to
http://www.cygwin.com and click the icon for the setup.exe tool.  Accept the
default options if you are not sure.

If you already have Cygwin installed, you do not need to re-install or install
a second copy.

Once installed, click the cygwin.bat to open up a Cygwin environment.  You should
be somewhat familiar with UNIX systems in order to navigate within it.

2. Download the Cygwin binary package gcc6809-win32-4.3.4-2.tar.gz and place it
at the root of your Cygwin tree.  Then extract it:

$ cd /
$ <get gcc6809 here>
$ zcat *.gz | tar xvf -

This will explode all of the files into the /usr/local/gcc6809 subdirectory.
No other files are touched.

3. Make sure that /usr/local/gcc6809/bin is in your path:

export PATH=/usr/local/gcc6809/bin:$PATH

You can add this line to your .profile and it will be set everytime you start Cygwin.

4. That's all.  To test the installation, run:

m6809-unknown-none-gcc -v

Source: README.win32, updated 2010-03-30