Changes between Version 4 and Version 5 of Hardware/jCM/cCM2/bDev
- Timestamp:
- Jul 30, 2008, 7:20:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/jCM/cCM2/bDev
v4 v5 24 24 }}} 25 25 26 It is listening for gdb connections on default port 3333. 26 It is listening for gdb connections on default port 3333. Note that openocd daemon is started automatically and should be up and running at all times. 27 27 28 28 == Cross-compiler == 29 29 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: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}. The toolcahin was compiled with the ''arm-elf'' prefix so that (for example) compiler can be invoked with: 31 31 {{{ 32 32 arm-elf-gcc program.c -o program