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.

MPLAB IDE Build failed

Status
Not open for further replies.

Hadiboe

Newbie level 1
Joined
Sep 6, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,295
Dear experts,
i'm currently doing an intelligent system using a PIC18F4520. Hence, i downloaded the latest mplab IDE. Currently, i'm using an ICD2. However, i could not build my program. is there a reason why? i was told by a colleague that, there were a few missing file. is there any hints as to what they are?

here was the reason:

Debug build of project `C:\Users\Hadi\Documents\TP stuff\MCT\Project Draft.mcp' started.
Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_ICD2=1'.
Debug platform options are: `__ICD2RAM=1'.
Tue Sep 06 11:14:15 2011
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Done.
Couldn't locate build tool. Check tool locations.
----------------------------------------------------------------------
Debug build of project `C:\Users\Hadi\Documents\TP stuff\MCT\Project Draft.mcp' failed.
Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_ICD2=1'.
Debug platform options are: `__ICD2RAM=1'.
Tue Sep 06 11:14:15 2011
----------------------------------------------------------------------
 

Are you coding in Assembly or C language?

If C, you installed a PIC18 compatible C compiler like Microchip's C18 or Hi-Tech's PICC18?

As your colleague mentioned, the MPLAB IDE cannot find the appropriate build tools.

BigDog
 

Couldn't locate build tool. Check tool locations.
Make sure you located compiler location first.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top