• Strange Behavior using arm-none-eabi-gdb

    I'm new to gdb so I would really appreciate any guidance. My target is the K82f and I am calling Openocd and gdb from the command line.

    Compiler: ArmClang/Armlink
    Debug Info: -gdwarf-4

    The Issue:
    Gdb doesn't print the current source-line when stepping…

  • gcc 9.2 libstdc++ missing symbol versions

    I downloaded gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz and attempted to check which symbol versions the included libstdc++.so.6 provided:

    $ ./gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-objdump -T \
    gcc…