Error - section 'dbgP0' can not fit the absolute section. Section 'dbgP0' start=0x00001f00
After correct first step clean & build PIC16F886 MPASM compilation , ICD4, REAL ICE & PICkit3 Debuggers provided a similar error message:
......
MPLINK 5.09, LINKER
Device Database Version 1.49
Copyright (c) 1998-2011 Microchip Technology Inc.
Error - section 'dbgP0' can not fit the absolute section. Section 'dbgP0' start=0x00001f00, length=0x000001fe
Errors : 1
nbproject/Makefile-default.mk:129: recipe for target 'dist/default/debug/XDA.X.debug.cof' failed
make[2]: Leaving directory 'C:/SS/PIC Files/XDA/XDA.X'
nbproject/Makefile-default.mk:91: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/SS/PIC Files/XDA/XDA.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make[2]: *** [dist/default/debug/XDA.X.debug.cof] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 4s)
The MPLAB X Project Properties mpasm global option is set up as "Build in absolute mode".
What could be going on?