Microchip C18 linker file

Status
Not open for further replies.

sukhavsa

Newbie level 6
Joined
Nov 14, 2009
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,390
Hi

I have downloaded the C18 (lite) version from the microchip website.
I am trying to use it for PIC kit 3 with PIC18F8722. While i am trying to build the project i am getting an error message as follows
"Error - could not find file 'c018i.o'."

the lite version had the 18F8722_g.lkr file but i could not find the 18f8722i.lkr in the folder.


while i am trying to build using _g.lkr file i am getting the error. How do i resolve this and build my project. Please help.
 

EM-2 Linker error: “could not find file ‘c018i.o’”
Enter the proper directory path in Project>Build Options…>Project General tab. Set
the Library Path box to “C:\mcc18\lib”. c018i.o is the start-up library for MPLAB
C18. It sets up the stack, initializes variables, then jumps to main() in the application



for further details read http://www.kevin.org/frc/C18_3.0_getting_started.pdf
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…