Quote:
Originally Posted by BradAMiller
Here is a project that I built with MPLab and instructions for installing MPLab on your computer. Can you try this and see if it works as advertised? I also included a zip file called 2k6. This has the WPILib files that you need to go with the TestProject is you don’t already have those.
Please let me know if it works for you.
|
The instructions do not mention the need to set the Library Path to C:\MCC18\LIB -- when we omit this, the linker cannot find CLIB.LIB .
Also, why is it that the Include Path is not required (C:\MCC18\H)?
I would have thought that was needed in order for <stdio.h> to be found
when processing the API.h header file. Also, why is "Enable Integer Promotions" needed?