Changes between Version 3 and Version 4 of Hardware/jCM/cCM2/bDev


Ignore:
Timestamp:
Jul 30, 2008, 7:17:36 PM (16 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/jCM/cCM2/bDev

    v3 v4  
    3030Software 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:
    3131{{{
    32   arm-none-linux-gnueabi-gcc program.c -o program
     32  arm-elf-gcc program.c -o program
    3333}}}
    3434
     
    3737== Debugger ==
    3838
    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
     39Use [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
     45Then, once you get the gdb prompt issue
    4046
    4147{{{