|
Re: clib.lib not being read
clib.lib should NOT be in the project folder. If it is you are not using the compiler correctly.
The MPLAB library path may not be set correctly.
Under Project -> Build Options -> Project
make sure the Library Path is set to where you have the compiler installed, e.g., c:\mcc18\lib
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
|