|
Re: Compile failure
1. What does project->build options->project show under the General tab for include path? It should point to mcc18\h subdirectory where the pic*.h files are located. That is where STATUS is defined.
2. What does edit->find in files with find what equal to STATUS show.
Note ifi_routines_fast.c includes user_routines.h so a change there may have effected the build. The file ifi_default.h should include p18cxxx.h which will include the correct header file for the processor (p18f8722.h) if the project configuration is set correctly. The 'STATUS' name is defined in the p18*.h file.
Last edited by dcbrown : 05-02-2008 at 20:28.
|