|
Re: Gumstix Programming
I'm wondering why you would want to run CE when there is a perfectly good linux kernel that comes standard with these things.
I've decided to do all of my linux-for-robotics development in a scripting language. I haven't decided yet (Python, Perl, Ruby) because I simply haven't had the time to look into it. Robots typically follow a command structure which is constantly changing. It seems logical to use an easily changeable script to manage this, rather than cross compiling each time you want to change something.
As good as it this is, you will probably be able to get better efficiency from a compiled C program. Gumstix uses an intel chip so the standard GCC should be fine.
Keep us updated on your project.
Last edited by Tom Bottiglieri : 17-10-2006 at 19:11.
|