dave higton wrote: > > Why not become completely "true" and use GCC with GDB > > I wasn't aware that it was possible. I would appreciate any > pointers or tutorials.
http://www.google.com/search?q=arm-none-eabi-gcc+gdb It's also covered in the OpenOCD documentation. http://openocd.sourceforge.net/doc/html/GDB-and-OpenOCD.html Some examples for small NXP, although for M3 rather than M0 they will likely work without large modifications. http://stuge.se/lpc-p1343_buttons.tar.gz http://gnudd.com/wd/cortex-m3.html http://gnudd.com/wd/thos.html Alessandro's examples are better than mine. I just adapted what was originally an NXP example ported to GCC by 32bitmicro.com and made available at http://code.google.com/p/32bitmicro/ The 32bitmicro structure has some quite complicated Makefile structure, which I simplified in my example. I still very much prefer Alessandro's approach. //Peter ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
