PDA

View Full Version : error with mplab



volcane
- 9th January 2008, 20:06
Hi!

If I try to compiler file in the Mplab i have this error:


Executing: "C:\PBP247\PBPW.EXE" -p16F628A -ampasmwin -oq -z "dast_1420_apricancello8.pbp"
PICBASIC PRO(TM) Compiler 2.47, (c) 1998, 2006 microEngineering Labs, Inc.
All Rights Reserved.

ERROR: Unable to execute mpasmwin.BUILD FAILED: Wed Jan 09 21:00:23 2008

How can i solve?

skimask
- 9th January 2008, 20:22
Hi!
If I try to compiler file in the Mplab i have this error:
Executing: "C:\PBP247\PBPW.EXE" -p16F628A -ampasmwin -oq -z "dast_1420_apricancello8.pbp"
PICBASIC PRO(TM) Compiler 2.47, (c) 1998, 2006 microEngineering Labs, Inc.
All Rights Reserved.
ERROR: Unable to execute mpasmwin.BUILD FAILED: Wed Jan 09 21:00:23 2008
How can i solve?

Big hint for you right in the error message...

ERROR: Unable to execute mpasmwin.BUILD FAILED: Wed Jan 09 21:00:23 2008


Not execution failed, or build failed, or power failed, but UNABLE TO EXECUTE...meaning that PBP probably couldn't FIND mpasmwin.
Reinstall everything.