|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
CMU code can't find stdio.h
hey all,
I am trying to compile Kevin Watson's code for the CMU (both the bells and the streamlined give same result), and it cannot locate stdio.h Error [1027] unable to locate 'stdio.h' I'm using MPLab 7.20, C18 2.40 anyone had such an error before? any ideas on how to fix it? thanks, good luck to everybody |
|
#2
|
||||
|
||||
|
Re: CMU code can't find stdio.h
Quote:
-Kevin |
|
#3
|
|||
|
|||
|
Re: CMU code can't find stdio.h
no kidding, I am. MPLAB-C18-v2_40-win32.exe name of file, right of the CBOT 2006 CD.
I installed it in its default dir C:\mcc18 etc (MPLab didnt like it in any other location) any chance this can be caused by the location of MPLab (non default)? thank you Kevin, and everybody else |
|
#4
|
|||||
|
|||||
|
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) |
|
#5
|
|||
|
|||
|
Re: CMU code can't find stdio.h
it worked!
Thank you very much Mark, and good luck |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code Structure, Organization, Division of Labor! | dm0ney | Programming | 3 | 28-03-2005 23:08 |
| Problem downloading any Camera code | zuckie13 | Programming | 4 | 07-02-2005 20:32 |
| Pwm 11, 12 and CMU code | Chris Bright | Programming | 3 | 01-02-2005 19:34 |
| Team THRUST - Kevin's Code and Camera Code Combine | Chris_Elston | Programming | 3 | 31-01-2005 22:28 |
| Interrupt timer, executing code asap? | SeanCassidy | Programming | 10 | 07-03-2004 01:47 |