PDA

View Full Version : DEBUG problem with 18F4620



BrianT
- 9th November 2007, 03:00
I have MCS+ 3.0.0.5 and PBPW2.50. I have modified the MPASM file PIC18F4620.INC file to comment out the DEBUG line.

I have a block of code that has been working fine for weeks on my work computer but when I try to compile the code on my home computer I get .....

Error [115] c:\pbp\pbppic18.lib 1555: Duplicate label (DEBUG or redefining symbol that cannot be redefined)

What am I doing wrong.

Cheers
Brian

BrianT
- 9th November 2007, 03:22
It turns out my home machine was looking in a different directory and found a duplicate version of MPASM.

I guess the outcome is to make sure you only ever have one copy of MPASM - saves disc space anyway.

Cheers
Brian

sinoteq
- 9th November 2007, 05:36
Or one machine has a older version of MPLAB. This is a known issue and if you read
http://www.picbasic.co.uk/forum/showthread.php?t=6557 you will find some more info