Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PM.exe error when compiling in CodeDesigner

Status
Not open for further replies.

StanleyB

Junior Member level 3
Joined
Mar 21, 2002
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
193
error pbp unable to execute pm.exe

I get an error message saying:
cannot execute PM.exe

I looked aat all settings, but just can't find any reason for the error message. Have I set up an option wrong somewhere?
 

I have the same problem with codedesigner. I've looked through all the settings and could not find anything. What I do is write the code and save it. Then compile it in DOS "pbp [file name & directory]"
Example. cd ;set to root
cdpbp ;pbp directory
pbp C:untitled.bas ;compile selected program...
you probably already know that ,but just to be sure I wrote it anyway...
 

I posted the solution already.
To recap, add the following to your autoexec.bat file:
PATH=C:pBP
 

Hi,I use in AUTOEXEC.BAT:
PATH=C:\PBP242;
Were pbp242 is the dir of pic basic
And it works
Steiner :D
 

I could explain the steps I am new to this I hope to answer
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top