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?
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?
Charles Linquist
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.110 Unmatched )
An close parenthesis did not have a matching open parenthesis. For example,
DATA 1+2).
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
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.
Charles Linquist
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![]()
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
It seems that I'll never have to find out what the problem was. It compiles and assembles "clean" in PBP 2.50a.
Charles Linquist
ERROR: ERROR: Wrong answer! I can't count.
Nevermind!
Last edited by Darrel Taylor; - 3rd April 2008 at 06:47. Reason: DOH!
DT
Bookmarks