Compile errors

I am using Windows XP SP3 x86.

I have merely edited setup_8580.asm to enable AOUT_LC module.

This is what I get when I try to compile the latest MBSIDV2 (2.040)

rm -rf *.cod *.lst *.err

rm -rf *.hex

gpasm -p p18f4685 -I./src -I ./include/asm -I ./include/share -I ./modules/j5_

io -I ./modules/aout setup_6581.asm

src/main.inc:25:Warning [209] Missing quote.

src/main.inc:25:Error [103] syntax error

./include/asm\macros.h:188:Error [113] Symbol not previously defined (MBSID_VERS

ION_STR).

make: *** [setup_6581.hex] Error 1

sdcc --version returns:

SDCC : mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08 2.8.0 #5

117 (Mar 23 2008) (MINGW32)

Any ideas?

Does the original code compile ok?

Can we see the code?

Nope, the original code gives exact same error (I really only edited one flag from 0 to 2 anyway)

Problem solved. Seems like latest gputils is needed. Can be found here: http://sourceforge.net/projects/gputils/?source=directory