another C for ARM problem

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
GB_01
Posts: 2
Joined: Thu Oct 05, 2006 6:21 pm
Contact:

another C for ARM problem

Post by GB_01 »

I have not been able to get the C for arm software to work. I have loaded the software and tried to 'build' one of the example programs but it failed. I have read the posts written by DATALINK in the forum and followed the instructions given by Steve Tandy so that the IDE path is:
C:\Program Files\matrixmultimedia\WINARM\utils\bin

When I tried again to build an example program I got the following output:
> "C:\Program Files\Matrix Multimedia\WinARM\utils\bin\make.exe" all
Too many parameters - 2
ECHO is off
-------- begin --------
process_begin: CreateProcess((null), arm-elf-gcc --version, ...) failed.
make (e=2): The system cannot find the file specified.C:\Program Files\Matrix Multimedia\WinARM\utils\bin\make.exe: *** [gccversion] Error 2

> Process Exit Code: 2

Can anyone help me get the build process to work?
I am using Windows 98SE - this will run the C for ARM IDE Software won't it?

User avatar
Steve
Matrix Staff
Posts: 3424
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

This took a bit of digging, but it looks like WinArm is not compatible with win98. The error generated is because the command line passed to one of the tools is extremely long and falls foul of Windows 98 limits.

I've tried a few things here to get around the problem, but could not get it to work. Sorry.

GB_01
Posts: 2
Joined: Thu Oct 05, 2006 6:21 pm
Contact:

Post by GB_01 »

Oh well, thanks for trying anyway.

Post Reply