Hi, I'm running Win2K SP4 and have been using mspgcc-20030506.exe without problems. I now need to compile for the FE427, so I've installed mspgcc-20040224.exe after uninstalling the previous version.
However, it seems there are problems with make as it's giving error 255, see
below (the files used in the examples are all attached so you can run them too):
==========================
== using "mspgcc" make ===
==========================
C:\temp\msp430>\mspgcc\bin\make
\mspgcc\bin\msp430-gcc.exe -mmcu=msp430xE427 -g -O2 -o test.430 test.c
make: *** [test.430] Error 255
C:\temp\msp430>
========================
== Using Borland make ==
========================
C:\temp\msp430>make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
\mspgcc\bin\msp430-gcc.exe -mmcu=msp430xE427 -g -O2 -o test.430 test.c
C:\temp\msp430>
I tried using make with different MSP CPU's but it made no difference. Also
used make to run different executables (like a file split utility) and got an
interesting error:
5 [main] make 1380 proc_subproc: Couldn't duplicate my handle<0x3D8> for pid 0,
Win32 error 6
So, make with the mspgcc 20040224 install seems a little dodgy. Any idea's or
plans for
a new release?
Cheers,
Rich.
makefile.dat
Description: Binary data
test.c
Description: Binary data
