-486 and -487 ?-306 didn't seem to work
or edit
\DEVICES\PIC16F18324.PBPINC
and comment out the messages
-486 and -487 ?-306 didn't seem to work
or edit
\DEVICES\PIC16F18324.PBPINC
and comment out the messages
Warning I'm not a teacher
So help me understand this... is the number in those statements meant to be a line number?
I tried to add "@ errorlevel" and the program line for those with MSG info, Only gave me a warning that it was invalid.
I looked at the .lst file and couldn't find what called or enables those lines. They show up around 2357 and 2358 in my program, but they are just the message, no idea what's calling it.
I am wondering if there is another call that deals with errorlevel vs. messages? Also have no idea what the number references or if there is something that explains them.
Thanks for your replies.
bo
mpasm has three errorlevels 0,1,2 numbered error messages can be supressed -306 -302 etcI am wondering if there is another call that deals with errorlevel vs. messages? Also have no idea what the number references or if there is something that explains them.
the user messages seem difficult to suppress and the (num) is line number so of no use in suppression
best option is to edit the pbp device inc file [PIC16F18324.PBPINC] and just comment the offending lines
for more detail download the mpasm manual pdf from microchip
Last edited by richard; - 27th October 2020 at 01:04.
Warning I'm not a teacher
Bookmarks