• µVision debugger: enabling source level debug for already built ELF file
    Hello, I have an existing test.elf that I built with an external MAKE utility. I use the µVision debugger to debug my test.elf. I can flash my hardware with test.elf in µVision. My test.elf...
  • Debugging ELF file built with MAKE utility
    Hi, I'm working on a project that uses RIOT-OS: www.github.com/.../wiki . I built one example on Windows-os as it is described here: www.github.com/.../Build-RIOT-on-Windows-OS . After that I'm trying...
  • Debugging ELF file built with MAKE utility
    Hi, I'm working on a project that uses RIOT-OS: www.github.com/.../wiki . I built one example on Windows-os as it is described here: www.github.com/.../Build-RIOT-on-Windows-OS . After that I'm trying...
  • how to enable source-level debugging?
    Hello everyone, I am using RL-ARM 4.01 on a STMicro Cortex-M3 (uVision V4.00a). I would like to be able to step into the source code of Rl-ARM functions, so I can figure out why my calls to _free_box...
  • Library source-level debugging
    Hi, I've built a library with arm-none-eabi-gcc with -g (Tag_ABI_optimization_goals = Optimized for best debugging illusion, speed and small size sacrificed (=6)). I'm trying to debug that library...