Originally Posted By: thenominous
A guy at work who does all the ARM programming and said to give it a go after compling it in that environment.

I'll grab your post and forward it to him.
However we run under windows. Is there a complier for that?

In theory GCC can be built to compile for any supported target, on any supported host. In practice, it doesn't always work, especially in old versions or with non-mainstream platforms. Unfortunately for you, 2.95.3 is an old version, and (in GCC land at least) ARM and Windows are non-mainstream platforms.

Apparently this chap once got it working under Cygwin with some tweaking, but his link no longer works. By far your best plan would be to make friends with a nearby Linux user.

Peter