Now I have a question - I'm trying to modify a PBP 2.60 program into PBP 3.0.7, for the PIC16F913. I get several versions of this error at the end of compiling:
"Error[126] C:\PROGRAM FILES\PBP3\PBPPIC14.LIB 745 : Argument out of range (4111 not between 0 and 4095)"
I run the compiler without long variables from a batch file, i.e. "pbpx -ampasmwin -p%pic% -e %filename%" (no "-n"). The program doesn't use long variables.
These are my last 6 remaining errors. The 745 is 589 sometimes, and the 4XXX argument number changes. Anyone have a clue? What more do you need to help me? I see references to the PIC16F913.INC file, but I can only find a PIC16F913.PBPINC file, and nothing that I can find calls out the PBPPIC14.LIB file (which I found).
Bookmarks