I just added the PIC defines into my program, and eliminated the "Overwriting previous adress" error by commenting out the __CONFIG commands (not the INCLUDE command though) in the 18F252.inc file, but I still have 4 errors remaining that I dont understand.
Duplicate label ("DDRA")
Duplicate label ("DDRB")
Duplicate label ("DDRC")
Superseeding current maximum RAM and RAM map.
EDIT:
If I comment out the INCLUDE line of 18F252.inc then I get different errors:
Duplicate Label ("_PORTL")
Duplicate Label ("_PORTH")
Duplicate Label ("_TRISL")
Duplicate Label ("_TRISH")
Bookmarks