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.

[PIC] Problem while compiling the code in c18 standard evaluation compiler from microchip

Status
Not open for further replies.

Logu KS

Member level 2
Joined
Jul 19, 2014
Messages
43
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Location
Chennai
Activity points
372
I am using mplab v8.76 and i downloaded the c18 compiler from microchip. While compiling the code it shows the following warning. Initially, i tried led blink code for that it didnt show any warning or error. It gets compiled.

Debug build of project `E:\FABMAX\PIC18F4550\LCD\LCD.mcp' started.
Language tool versions: mpasmwin.exe v5.54, mplink.exe v5.00, mcc18.exe v3.47, mplib.exe v5.00
Preprocessor symbol `__DEBUG' is defined.
Fri Jan 02 15:18:47 2015
----------------------------------------------------------------------
Make: The target "E:\FABMAX\PIC18F4550\LCD\lcd.o" is out of date.
Executing: "C:\Program Files\Microchip\mplabc18\v3.47\bin\mcc18.exe" -p=18F4550 "lcd.c" -fo="lcd.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
E:\FABMAX\PIC18F4550\LCD\lcd.c:38:Error [1027] unable to locate 'pic18cxxxx.h'
MPLAB C18 3.47 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 60

WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.

Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `E:\FABMAX\PIC18F4550\LCD\LCD.mcp' failed.
Language tool versions: mpasmwin.exe v5.54, mplink.exe v5.00, mcc18.exe v3.47, mplib.exe v5.00
Preprocessor symbol `__DEBUG' is defined.
Fri Jan 02 15:18:53 2015
----------------------------------------------------------------------
BUILD FAILED
 

Learn how to read build reports!

In a first step, ignore the warnings, watchout for the first error.
Code:
Error [1027] unable to locate 'pic18cxxxx.h'

It may be a problem with your design enviroment setup or the code is using inappropriate #include statements.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top