I do use PBP 2.5 in MPLAB but I have not upgraded to PBP 2.6 yet so I do not know the new steps for a fact.
Have you read this?
http://www.melabs.com/support/mplab.htm
I do use PBP 2.5 in MPLAB but I have not upgraded to PBP 2.6 yet so I do not know the new steps for a fact.
Have you read this?
http://www.melabs.com/support/mplab.htm
Dave
Always wear safety glasses while programming.
Hi,
Here's what I get using MPLAB 8.50 and PBP 2.60 ...
so it looks to be a "computer problem" ...Executing: "C:\Program Files\Microchip\MPLAB IDE\PBP\PBPMPLAB.BAT" -ampasmwin -k# -p18F8722 "blink8x.bas"
Executing: "C:\Program Files\Microchip\MPLAB IDE\PBP\PBPW.EXE" -ampasmwin -k# -p18F8722 "blink8x.bas"
PICBASIC PRO(TM) Compiler 2.60, (c) 1998, 2009 microEngineering Labs, Inc.
All Rights Reserved.
Loaded C:\Program Files\Microchip\MPLAB IDE\PBP\SAMPLES\LABX1\blink8x.COF.
BUILD SUCCEEDED: Fri Apr 23 21:12:40 2010
I'd be really curious to know if you have the HI TIDE 3.15 IDE ( Hitech ) installed on your computer ???
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
mackrackit:
Yes, I have read http://www.melabs.com/support/mplab.htm and I believe I followed it quite faithfully but of course I may have missed something.
Acetronics:
No I don't have any HI TECH compiler on my PC. Just to make sure, I did a search for "TIDE" and nothing showed up. Some IDE stuff for x86's such as QNX and LabWindows, but no HI TECH. You say it looks to be a "computer problem" but maybe you mean "operator problem?"
And also to make sure (and in desperation), I reloaded PBP into C:\Program Files\Microchip\MPLAB IDE and ran MPLAB again compiling blinkx.bas, getting no errors but 3 suppressed warnings and it wasn't able to execute "mpasmwin."
Does that mean it can't find mpasmwin, or what? I see it at C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe and MPLAB "Set Language Tool Locations" is set up for it at that location, C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe.
Here's what I got after reloading SBP into C:\Program Files\Microchip\MPLAB IDE:
Executing: "C:\Program Files\Microchip\MPLAB IDE\PBP\PBPMPLAB.BAT" -ampasmwin -k# -p18F8722 "blinkx.bas"
Executing: "C:\Program Files\Microchip\MPLAB IDE\PBP\PBPW.EXE" -ampasmwin -k# -p18F8722 "blinkx.bas"
PICBASIC PRO(TM) Compiler 2.60, (c) 1998, 2009 microEngineering Labs, Inc.
All Rights Reserved.
ERROR: Unable to execute mpasmwin.Halting build on first failure as requested.
BUILD FAILED: Fri Apr 23 14:11:40 2010
Thanks for your help. Any other ideas?
Last edited by ImAnEE; - 23rd April 2010 at 23:15. Reason: redundant stuff
You don't want or need PBP in your MPLAB directory. Drop out to a command prompt and type PATH then hit enter.
Does it show C:\Program Files\Microchip\MPASM Suite in your path?
Bruce,
You're right, Microchip\MPASM Suite wasn't in the PATH. Now all is well, I think. Except that somehow I screwed up MPLAB so I wasn't able to modify my .bas file. It said that it couldn't find the old file in SaveAs or some such goofy thing. So I made a new .bas file and was able to compile it in MPLAB and program the chip. Hopefully no other goofy problem will show up.
I don't understand why the PATH wasn't set up properly. Maybe some problem in the MPLAB install?
Many thanks to you Bruce and to the others who gave me suggestions.![]()
Bookmarks