User manual
5 Software Development
host> mkdir insight-arm; cd insight-arm
host> ../src/configure --target=arm-linux --program-prefix=arm-linux-
host> make
host> make install
You can also use Eclipse to debug your application (see Appendix F.2) .
5.6. Recommended Books
A list of books about Linux programming/usage and related topics:
• “The Debian Administrator’s Handbook” by Raphaël Hertzog, Roland Mas (http://debian-
handbook.info/)
• “Building Embedded Linux Systems, 2nd Edition ” by Karim Yaghmour, Jon Masters, Gilad
Ben-Yossef, Philippe Gerum
• “Linux Device Drivers, Third Edition” by Jonathan Corbet, Alessandro Rubini, and Greg
Kroah-Hartman (http://lwn.net/Kernel/LDD3/)
• “C: The Complete Reference” by Herbert Schildt
• “Dive Into Python 3” (http://getpython3.com/diveintopython3/)
• “Pro Git” by Scott Chacon (http://git-scm.com/book)
May 2014 OnRISC User Manual 38