Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Thanks for your response. Yeah, I appreciate the bin/elf bit doesn't make much sense. However, if I try to download an ELF file to the target device using OpenOCD, it doesn't work and the target won't start. Downloading the bin version does. I've also proven this using the same toolchain using Eclipse (which I can get to work using the same set of tools). Unfortunately it's the GDB part which I'm struggling to get working and I can't quite figure out which version of gdb is being used by SES. I …

  • Is it possible to have a BIN file downloaded into flash as part of the debug process via gdb/OpenOCD, but then load the elf file subsequently via gdb? Also, where can I find what version of gdb is used when “GDB Server” is selected as the debugger? What arguments are sent to gdb and can these be inspected or changed? I have a custom target device (not supported by SES) however, using an external toolchain, I can compile and link as well as correctly launch OpenOCD however when it comes to debugg…