|
Re: Generate_Pwms argument error in MPLAB
Make sure that the compiler is passed the -D_FRC_BOARD and -D_LARGE_CODE options, to define the corresponding macros. I'm not sure how to do that in MPLAB, it should be in some configuration menu.
The error you are getting has nothing to do with IFI_Library.lib, which is only added statically at link time (not compile time).
__________________
One of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs.
|