|
Re: Exclusive IDE Download Link
Here is what I did.
I uninstalled version 6.30 MPIDE from last year.
I installed MPIDE 7.00 (full install)
I installed new complier (2.40)
During the complier upate I chose:
ADD MPLAB IDE C18 to PATH Varible
UPDATE MPLAB IDE to use this MPLAB c18
UPDATE MBLAB IDE to use this MPLAB Linker
I copied the default code into:
C:/FrcCode
(working from root, old habit, windows long files kills projects sometimes)
I opened MPIDE 7.0
Opened workspace to FrcCode
I edited the the project files:
PROJECT > BUILD OPTIONS... > PROJECT
I added a path to the includes:
C:\mcc18\h
which contains an include #include <adc.h>
Then I hit the debugger...bam...it's running in sim mode...
Hope that helps..
PS: I still don't know what I am doing, yet...but atleast I am trying...
__________________
Team T.H.R.U.S.T. 1501
Download all of our past robot's source code here: Repository
Favorite CD quote:
"That can't be their 'bot. not nearly enough (if any) rivets to be a 1501 machine." ~RogerR: Team #1369
|