gdbgui
gdbgui copied to clipboard
[gcc-arm-none-eabi] Cannot access memory at address
Describe the bug gdb error reading variable: Cannot access memory at address 0xdeadbef.
To Reproduce Steps to reproduce the behavior:
- debug board: NUCLEO-F412ZG
- download gdbgui: pip install gdbgui
- download arm-none-eabi-gcc
- download pyocd: pip install pyocd
- compile NUCLEO-F412ZG project and generate .elf file
- start pyocd: pyocd gdbserver --board NUCLEO-F412ZG
- start gdbgui: gdbgui -g /home/tools/gcc-arm-none-eabi-10.3-2021.07/bin/arm-none-eabi-gdb
- load Binary
- Connect to gdbserver
Screenshots
Please complete the following information:
- OS: ubuntu 20.04
- gdbgui version (
gdbgui -v
): 0.15.0.1 - gdb version (
gdb -v
):GNU gdb (GNU Arm Embedded Toolchain 10.3-2021.07) 10.2.90.20210621-git - browser [e.g. chrome, safari]:edge
- python packages (
pip freeze
):