PDA

View Full Version : Compiling error with PIC18F1320



mazlan
- 25th November 2004, 08:04
I got this error when try to compile the program.:


Executing: "C:\MPLAB\PicBasic\PBPW.EXE" -p18F1320 -ampasmwin -oq -z "AFD2.bas"
PicBasic Pro Compiler 2.44, (c) 1998, 2003 microEngineering Labs, Inc.
All Rights Reserved.
Error[113] C:\MPLAB\PICBASIC\18F1320.INC 24 : Symbol not previously defined (_BKBUG_OFF_4L)




Thank You.

mister_e
- 25th November 2004, 16:57
This is weird.. it's suppose to be fix in the V2.44. Can you attach your whole code to see if i got error here?

but it suppose to be _DEBUG_OFF_4L

see p18f1320.inc in your mplabide\mchip_tools directory



regards

mazlan
- 26th November 2004, 01:01
Now it's working. I edit the 18F1320.INC file and change the _BKBUG_OFF_4L to _DEBUG_OFF_4L .

Thanks Mister.