We are using PCM V3.202 with MPLAB6.60 . In our next
project we are going to use Graphics LCD. We have bought
Graphics LCD Driver library for KS07xx LCD Controller.
It is written that, The Compiler Include File path should
contains the following
\GLCD\INC;\GLCD\FONTS;CurrentProjDir;
I have copied GLCD folder in the PICC folder. But how can
I set the include file path for above for CCS in MPLAB?
I have tried to set above path at the following in MPLAB6.60.
Project-->Set Language Tool Locations-->
CCS Compiler for PIC12\14\16\18-->Default Search Path &
Directories-->Include Search Path
Can anybody guide for Compiler Include File Path..??
Thanks in advance...
Regards
Prashant
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
Posted: Tue Oct 19, 2004 4:33 pm
Quote:
Directories
The compiler will search the following directories for Include files.
Directories listed on the command line
Directories specified in the .PJT file
The same directory as the source file
By default, the compiler files are put in C:\Program Files\PICC and the example programs and all Include files are in C:\Program Files\PICC\EXAMPLES.
The compiler itself is a DLL file. The DLL files are in a DLL directory by default in C:\Program Files\PICC\DLL. Old compiler versions may be kept by renaming this directory.
Was this library created for the CCS compiler? CCS doesn't have a linker in the normal sense. You have to include the source code in your main code. You can always hard code the path in the include statement.
interest Guest
Posted: Thu Oct 21, 2004 6:12 am
can i ask where you purchased the driver library. what it cost and how you like it. I ask because i am in the same boat and have been considering buying one myself.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum