Quote:
Originally Posted by razer
I had a problem with my C18 Compiler so I took the compiler from school (on a flash disk) and I put it at home.
|
The error message you saw means the the compiler version you're running at home (copied from school) isn't the same version as the libraries you're pulling in from mcc18/lib.
Could be because you didn't take the whole mcc18 directory from school as Cjmovie suggested, or could be because MPLAB is pointing to parts of your original home C18 directory or your original C18 compiler.
To check the latter:
-- look in MPLAB under Project->Build Options->Project and see if the directory paths listed there point to the correct C18 version.
-- look in MPLAB under Project -> Select Language Toolsuite to see if each of the directory paths for every tool is where it should be.