Hell all, Can anybody suggests me what IDE can i use for mini2440 target in linux? Cheers, Venkat
linux ide
Venkat, You can get the eclipse/CDT IDE. http://www.eclipse.org/cdt/ It has some plug-ins for using a cross-compiler. It will run Linux/Windows, but requires quite a bit of resources. I've found myself using emacs (or the editor of your choice...) and just writing a make file. Emacs has a great debugger and works for remote debugging very well too. If you're writing a QT application: QT Creator is just awesome http://qt.nokia.com/products/developer-tools/developer-tools. You can get an application ready & running very quickly this tool. Regards, gene