Quote:
|
Originally Posted by Mark McLeod
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
|
thanks, everything's up and running again