Are you compiling from MCS, then importing the .asm file into MPLAB, and trying toWhen I compile it works but trying to build using MPLAB I get a masive amount of errors
build it?
Are you compiling from MCS, then importing the .asm file into MPLAB, and trying toWhen I compile it works but trying to build using MPLAB I get a masive amount of errors
build it?
If you're using MPLAB with PBP just setup PBP as a language tool in MPLAB. There's no
reason to compile in MCS, then import the .asm produced and assemble it again.
Your PBP code has already been assembled, and the .HEX file has already been created.
If you have an old version of PBP that's not compatible with the version of MPLAB you have,
then upgrade PBP or download & install an older version of MPLAB.
Why are you compiling in MCS then trying to assemble it all again in MPLAB?
Ok, I'm about to give up. Ive tried everything on Darrel's program that was suggested. I'm still getting the same Build errors as before. I'm using a 18F1220 Pic and MCS to compile with MPLAB to build. I tried to compile using MPLAB but it wont work. All other programs I've compiled and Built I had no problems. HELP
What errors do you get when trying to compile from within MPLAB?
Bookmarks