When compiling, I'm getting the MPASM error message
Error [110] pbppic18.lib 832:unmatched
I can't see any errors in the ASM files or the .MAC files. Can someone tell me how I can track down the error to a particular line of PBP?
Printable View
When compiling, I'm getting the MPASM error message
Error [110] pbppic18.lib 832:unmatched
I can't see any errors in the ASM files or the .MAC files. Can someone tell me how I can track down the error to a particular line of PBP?
Is this a complex program? Is this PBPL or PBP? Which PIC?
MPASM help file says...
Maybe somewhere in your code or in a Specific PBP(L) macro.Quote:
110 Unmatched )
An close parenthesis did not have a matching open parenthesis. For example,
DATA 1+2).
PBP 2.47 (no PBPL)
18F8720
Long and complex program
It would take me many hours to comment out sections to see which one was the offender.
If you select another PIC.. say 18F8722.. is the problem always there? if so... maybe a faulty lib... may worth to try a fresh PBP installation.
Never ever had this message here :(
It seems that I'll never have to find out what the problem was. It compiles and assembles "clean" in PBP 2.50a.
ERROR: ERROR: Wrong answer! I can't count.
Nevermind!
The code runs as expected. I would like to find the problem, though. Things like that usually come back to bite me eventually. I suspect that I'm equating a bit variable with a byte
That is the trouble with the bigger chips - there are so many places for bad code to hide!