Go to Post KISS does not mean that your goals and capabilities are "simple", it means that the way you achieve them is simple. - jspatz1 [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
View Poll Results: What do you use to program the robot?
MPLAB + Windows 28 66.67%
Makefile + Windows 5 11.90%
Linux + WINE 5 11.90%
Linux + MPLAB 1 2.38%
Other 3 7.14%
Voters: 42. You may not vote on this poll

Closed Thread
Thread Tools Rate Thread Display Modes
  #31   Spotlight this post!  
Unread 08-04-2004, 13:33
Astronouth7303's Avatar
Astronouth7303 Astronouth7303 is offline
Why did I come back?
AKA: Jamie Bliss
FRC #4967 (That ONE Team)
Team Role: Mentor
 
Join Date: Jan 2004
Rookie Year: 2004
Location: Grand Rapids, MI
Posts: 2,071
Astronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud of
Question Re: Development enviroments orther than MPLAB

I've been trying to find out how to make a new platform for MS VC++ (in the new project dialog, the checked listbox down in the lower right). Unfortunately, I have had literaly no luck. Mine just says Win32. Any Ideas? [This includes MSDN and e-mailing a sugestion to the How-to group]

Last edited by Astronouth7303 : 08-04-2004 at 14:02.
  #32   Spotlight this post!  
Unread 08-04-2004, 13:39
MikeDubreuil's Avatar
MikeDubreuil MikeDubreuil is offline
Carpe diem
FRC #0125 (Nu-Trons)
Team Role: Engineer
 
Join Date: Jan 2003
Rookie Year: 1999
Location: Boston, MA
Posts: 967
MikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond reputeMikeDubreuil has a reputation beyond repute
Send a message via AIM to MikeDubreuil
Re: Development enviroments orther than MPLAB

Under Linux, how do you compile your code? I heard about using make, but how?
__________________
"FIRST is like bling bling for the brain." - Woodie Flowers
  #33   Spotlight this post!  
Unread 16-04-2004, 23:49
jdong jdong is offline
Linux Nerd
AKA: John D
#0245 (Adam-Bots)
Team Role: Programmer
 
Join Date: Apr 2004
Location: Rochester, MI
Posts: 98
jdong will become famous soon enoughjdong will become famous soon enough
Re: Development enviroments orther than MPLAB

Recently changed to Cygwin+Makefile+Vim
__________________
John Dong
Co-Captain, Webmaster / Programmer
Team 245 -- Rochester Adams Robotics
  #34   Spotlight this post!  
Unread 17-04-2004, 20:12
Ryan M. Ryan M. is offline
Programming User
FRC #1317 (Digital Fusion)
Team Role: Programmer
 
Join Date: Jan 2004
Rookie Year: 2004
Location: Ohio
Posts: 1,508
Ryan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud of
Re: Development enviroments orther than MPLAB

Quote:
Originally Posted by MikeDubreuil
Under Linux, how do you compile your code? I heard about using make, but how?
You have to make a make file (typically named something clever like "makefile") that describes all the dependencies in your code and how to compile it. Then, from within the directory that has the make file, you type "make" and presto!, you have an compiled version of your program . The cool thing is that if you do a make after changing only one file, only the files that rely on that one have to be recompiled, making it much faster.
__________________

  #35   Spotlight this post!  
Unread 19-04-2004, 00:31
wun's Avatar
wun wun is offline
Registered User
AKA: David Wolever
#0865 (Warp7)
Team Role: Programmer
 
Join Date: Dec 2003
Rookie Year: 2001
Location: Toronto
Posts: 84
wun will become famous soon enough
Send a message via AIM to wun Send a message via MSN to wun
Re: Development enviroments orther than MPLAB

Quote:
Originally Posted by MikeDubreuil
Under Linux, how do you compile your code? I heard about using make, but how?
I havent done it personaly, but basicly you have to do two things:
1) get mcc and the IFI loader working under wine
2) make a makefile that compiles everything.

1) Has been done many times, and there is a thread on it here: http://www.chiefdelphi.com/forums/sh...ght=wine+linux
2) I have written one that works under windows + cygwin, and wont take too much hacking to get it to run under linux. You can see it here: http://www.chiefdelphi.com/forums/sh...light=makefile
I think I have done a pretty good job of commenting it, so it shouldent be that hard.
Good luck!
__________________
Help Microsoft stop piracy. Use Linux!

I have three gmail invitations, message me if you want one
  #36   Spotlight this post!  
Unread 20-04-2004, 12:18
TomJoseph TomJoseph is offline
The Pirate
#0247 ('Da Bears)
Team Role: Mentor
 
Join Date: Mar 2004
Location: Michigan
Posts: 3
TomJoseph is an unknown quantity at this point
Send a message via ICQ to TomJoseph Send a message via AIM to TomJoseph
Re: Development enviroments orther than MPLAB

There are several other IDEs for PICMicro processors.

Check out MPLAB 5.7, which is supposed to be a lot less buggy:
http://www.microchip.com/1010/pline/...ab5x/index.htm

SourceBoost IDE (which I haven't tried yet, but he's also got C++ and Pascal compilers)
http://www.picant.com/c2cpp/cpp.html

MPLAB 6.50 just came out which should fix several bugs and adds some new features
http://www.microchip.com/1010/pline/...lab6/index.htm

HI-TIDE by some company whom I've never heard of:
http://www.htsoft.com/products/hitide/picc18.htm

Just takes a little searching around
  #37   Spotlight this post!  
Unread 29-04-2004, 21:20
phrontist's Avatar
phrontist phrontist is offline
Proto-Engineer
AKA: Bjorn Westergard
FRC #1418 (Vae Victus)
Team Role: College Student
 
Join Date: Feb 2004
Rookie Year: 2004
Location: Falls Church, VA
Posts: 828
phrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond reputephrontist has a reputation beyond repute
Send a message via AIM to phrontist
Re: Development enviroments orther than MPLAB

Quote:
Originally Posted by Astronouth7303
Compared with the general rabble, Microsoft almost caters to developers.
What the [expletives that would've made Nixon blush deleted]

What do you mean by "the general rabble"?! I sincerely hope you don't mean linux!

Please report to the nearest Microsoft Deprogramming Center:

ESR's Propaganda Post
Slashdot: News for Linux Zealots
The GNU Website: 'Nuff said


__________________

University of Kentucky - Radio Free Lexington

"I would rather have a really big success or a really spectacular crash and failure then live out the warm eventual death of mediocrity" - Dean Kamen
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 10:54.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi