Quote:
Originally Posted by dcbrown
Is there a local copy of the the include file in your project directory? Try renaming the mcc18/h/p18f8722.h file to h_ and try recompiling. If it doesn't complain about not being able to find the file, then it is using a copy from somewhere else. Also, make sure the error is the same. I had some code that referenced the field as INT3P and fixing the include file kick the error of not being able to find INT3P -- a quick look might mistake this for INT3IP.
|
Good suggestion for the file rename. I did that, and the compiler couldn't find the file anymore. Changed it back and get the same compiler error.
Not sure what you mean in your second point. I opend the 8722.h file and searched for all INT3P and changed it to INT3IP but the error persists.