I had everything working great then my hard drive died so I installed a new drive setup the computer fresh and installed GCBASIC and Crimson editor when I try to compile the following program
#chip 12F675, 4 #config BODEN_OFF, MCLRE_OFF, INTRC_OSC_NOCLKOUT
Dir GPIO.0 in
Main:
Max = ReadAD(AN0) Goto Main
I get the following error
ASM: compiled.asm:116:Error [113] Symbol not previously defined (CHS2). ASM: compiled.asm:137:Error [113] Symbol not previously defined (CHS2).
Thnk you for any help Craig
I downloaded the update from http://gcbasic.sourceforge.net/newfiles/update.zip And that fixed the problem
Log in to post a comment.
I had everything working great then my hard drive died so I installed a new drive setup the computer fresh and installed GCBASIC and Crimson editor when I try to compile the following program
#chip 12F675, 4
#config BODEN_OFF, MCLRE_OFF, INTRC_OSC_NOCLKOUT
Dir GPIO.0 in
Main:
Max = ReadAD(AN0)
Goto Main
I get the following error
ASM: compiled.asm:116:Error [113] Symbol not previously defined (CHS2).
ASM: compiled.asm:137:Error [113] Symbol not previously defined (CHS2).
Thnk you for any help
Craig
I downloaded the update from
http://gcbasic.sourceforge.net/newfiles/update.zip
And that fixed the problem