Changes between Version 3 and Version 4 of Hardware/jCM/cCM2/bDev
- Timestamp:
- Jul 30, 2008, 7:17:36 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/jCM/cCM2/bDev
v3 v4 30 30 Software development environment is based on [http://www.codesourcery.com/gnu_toolchains/arm GNU Toolchain for ARM Processor]. Downloaded tarball is installed in /usr/{bin,lib,libexec,arm-none-linux-gnueabi}. The toolcahin was compiled with the ''arm-none-linux-gnueabi'' prefix so that (for example) compiler can be invoked with: 31 31 {{{ 32 arm- none-linux-gnueabi-gcc program.c -o program32 arm-elf-gcc program.c -o program 33 33 }}} 34 34 … … 37 37 == Debugger == 38 38 39 Use [source:CM2/trunk/gdbinit gdb initialization file] to set it up to work with JTAG debugger; then, once you start the gdb session issu 39 Use [source:CM2/trunk/gdbinit gdb initialization file] to set it up to work with JTAG debugger: 40 41 {{{ 42 arm-elf-gdb -x gdbinit 43 }}} 44 45 Then, once you get the gdb prompt issue 40 46 41 47 {{{