PDA

View Full Version : PBP bug ???



boban
- 19th March 2008, 08:28
Hello,
seems there is a bug in PBP. I have a code which compiled successfully when I am using e.g. 16F877. But if I have tried to use my target processor 16F648A, I have the following errors:

essage[306] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 696 : Crossing pageboundary -- ensure page bits are set.
Message[306] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 624 : Crossing pageboundary -- ensure page bits are set.
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 428 : Symbol not previously defined (EEADRH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 442 : Symbol not previously defined (EEADRH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 456 : Symbol not previously defined (EEADRH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 470 : Symbol not previously defined (EEADRH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 797 : Symbol not previously defined (EEADRH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 428 : Symbol not previously defined (EEDATH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 442 : Symbol not previously defined (EEDATH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 456 : Symbol not previously defined (EEDATH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 470 : Symbol not previously defined (EEDATH)
Error[113] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 795 : Symbol not previously defined (EEDATH)


Anybody have the idea what to do? I am using PBP PRO 1.49.

mackrackit
- 19th March 2008, 09:39
The 306 is no problem. Put this in your code.


Asm

ERRORLEVEL -306

Endasm

The rest looks like the wrong target is selected. Or some thinf in the config settings.


I am using PBP PRO 1.49.
????????

skimask
- 19th March 2008, 13:05
seems there is a bug in PBP.
No, it's not a bug as it's been answered in your other post.


Message[306] E:\PICDEVELOPMENTTOOLS\PBP\PBP246\PBPPIC14.LIB 696 : Crossing pageboundary -- ensure page bits are set.
Looks like your using PBP 2.46 to me...
Get the upgrade to 2.50a.

boban
- 19th March 2008, 16:30
Ok, thanks, I cannot read the program memory in 16F648