ytsestef Posted July 28, 2012 Report Posted July 28, 2012 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?
Flemming Posted July 28, 2012 Report Posted July 28, 2012 Does the original code compile ok? Can we see the code?
ytsestef Posted July 28, 2012 Author Report Posted July 28, 2012 Nope, the original code gives exact same error (I really only edited one flag from 0 to 2 anyway)
ytsestef Posted July 29, 2012 Author Report Posted July 29, 2012 Problem solved. Seems like latest gputils is needed. Can be found here: http://sourceforge.net/projects/gputils/?source=directory
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now