View Single Post
  #6   Spotlight this post!  
Unread 23-03-2010, 15:29
Thomas Clark Thomas Clark is offline
Hacker
FRC #0237
 
Join Date: Mar 2010
Rookie Year: 2010
Location: Watertown, CT
Posts: 10
Thomas Clark is infamous around these parts
Re: Driver station coding and other

Quote:
Originally Posted by codedr View Post
Building a cross environment on Linux would require
- build a ppc cross compiler for x86 linux
GCC was ported to Linux almost twenty years ago. It can be easily targeted to vxWorks PPC.
Quote:
Originally Posted by codedr View Post
- integrate and test compiler in eclipse
Not really. Eclipse already runs on Linux as well.
Quote:
Originally Posted by codedr View Post
- test the method for downloading the code to robot
FTP on a normal non-VPN connection. (or non-VLAN or whatever)
Quote:
Originally Posted by codedr View Post
versus
- taking the existing wind river environment and deploy
Which required Windows. As I said, not everyone uses Windows.
Quote:
Originally Posted by codedr View Post
If you can convince a small group of robo linux enthusiasts to build the
environment, you could grow support for this endeavor.
Good idea. This would be easier, of course, if there were some sort of open specifications on how the virtual terminal monitor thing works. Is it SSH? Telnet? RSH?

In the meantime, I'll try getting GCC and WPIlib to work together on Linux and maybe write a small IDE in PyGTK.