PBP 2.6/MPLab 8.33 ASM "COD" error message
Compile generates:
Executing: "C:\PROGFILE\pbp\PBPMPLAB.BAT" -ampasmwin -oq -z -p16F690 "BLINK_16f690.BAS"
Executing: "C:\PROGFILE\pbp\PBPW.EXE" -ampasmwin -oq -z -p16F690 "BLINK_16f690.BAS"
PICBASIC PRO(TM) Compiler 2.60, (c) 1998, 2009 microEngineering Labs, Inc.
All Rights Reserved.
ERROR: Unable to access file D:\My Documents\PicBasicTrials\Blink\Blink_16F690\BLINK_ 16f690.COD
Error processing COD file D:\My Documents\PicBasicTrials\Blink\Blink_16F690\BLINK_ 16f690.COD
Halting build on first failure as requested.
BUILD FAILED: Sat Jul 25 16:14:42 2009
The project folder does not have a "blink_16f690.cod" file but has .asm, .mac, .err, .hex,.lst.
Path has the mpasmwin path, C:\Program Files\Microchip\MPASM Suite\
Installed "upgrade" into default directories and the MPASM & mePicBasic Pro toolsuite locations seem OK.
Why is the .cod file missing?
.COD not supported in MPLAB > ver 8.15a
See the Melabs web page http://www.melabs.com/support/index.htm
Technical Support
(01/26/2009) Microchip's MPLAB version 8.15a appears to be the last version that will support COD file functionality. This means that PBP will generate errors in MPLAB version 8.20 and later. The errors appear as:
ERROR: Unable to access file...
Error processing COD file...
We will be releasing a new version of PBP with COFF file compatibility in response to this surprise move by Microchip. In the meantime, MPLAB version 8.15a is available for download here:
Download MPLAB 8.15a (93M ZIP)
--------------------------------------------------------------------------------
Where did you get PBP 2.60?
Latest available PBP is ver 2.50c as far as I can tell.
Cheers
Brian
PBP 2.6/MPLAB 8.33 COD Error Message
Tnx Charlie for response; Running "MPLAB Plugin" that registers the PBPSUITE.dll and sets up MPLAB to run PBPMPLAB.BAT, adjusting the MPLAB project options per your thumbnail, and running PBRegister fixed the problem.