|
Re: New C18 3.0+ Compatible FRC Code
Just grabbed both 2.4 versions and opened them up with MPLAB 7.62. I only had two issues.
1) The ifi_frc_8722_25.lib file was being displayed as "Not Found" even though it was in the root directory of the project along with all the other files. I just removed the "Not Found" version and added it back in the project.
2) Error during linking saying that the CLIB.LIB wasn't found. It was looking in c:\program files\mplab\mcc18\lib instead of c:\mcc18\lib. Very likely a configuration mistake on my part here. I just went in to the project properties and added the correct library path.
Compiled and linked without any errors.
Nice work Kevin.
Sean
|