Development environment for embedded system
- by Howard Lee Harkness
I need to develop software in C/C++ for an embedded system. I have Debian 6 running off of a USB hard drive. I would like to be able to generate a stripped-down kernel with modules, and install them either on a CF card or a USB 'thumb' drive.
I succeeded in building a Linux 3.6 kernel and running it in Debian off of the USB hard drive, but I am…