Quote:
|
Originally Posted by 837
when we try to 'make' the modified default code we get the following error.
we get it also when trying to make the unmodified default code.
tried reloading mplab and default code to no avail.
Couldn't locate build tool. Check tool locations.
BUILD FAILED: Thu Feb 12 10:17:23 2004
|
You need to tell MPLAB where the C compiler and some other tools are located on your disk.
You do this in MPLAB by going to:
Project -> Select Language Toolset
Select "Microchip C18 Tooset" in the "Active Toolset" bar.
Now in the Toolset Contents window you will see:
MPASM Assembler
MPLINK Object Linker
MPLAB C18 C Compiler
You must click on each of these and give it the proper location for the tool.
You can Browse there or enter the full path if you know it. The default installation puts
MPASM at "C:\Program Files\MPLAB IDE\MCHIP_Tools\mpasmwin.exe"
MPLINK at "c:\mcc18\bin\mplink.exe"
MPLAB C18 at "C:\mcc18\bin\mcc18.exe"