View Single Post
  #5   Spotlight this post!  
Unread 01-05-2006, 16:51
jgarbers jgarbers is offline
Registered User
no team
 
Join Date: Apr 2006
Location: Roswell, GA
Posts: 9
jgarbers is an unknown quantity at this point
Re: How do you program your vex?

I've just started with Vex, but as an ol' programmer I generally prefer working directly with source code than the drag-the-blocks approach of easyC. I've managed to get a makefile working that uses the compiler / linker / etc. that come with the Vex Programming Kit. This way I can just edit C code, build it using the makefile, and send the HEX to the Vex using the IFI Loader. If anybody else would like to pursue this rather "retro" way of doing Vex development in C, let me know here and perhaps I can post the makefile somewhere.
Reply With Quote