|
Re: CMU code can't find stdio.h
You are missing the include file path in your project. It sometimes gets dropped when a project is moved to a new machine or when a new project is created.
In MPLAB
Project -> Build Options -> Project
In the pop-up window look for "Include Path" and set it to
C:\mcc18\h
(or for those of you who didn't use the default install directory for the compile, then browse to wherever it is)
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
|