Open jzbydniewski opened 6 months ago
There's no native GDB client support in ARCv3 (yet).
Corresponding PR:
Hi @jzbydniewski. With the latest GDB patches not it's possible to build native GDB for HS5x targets with core dumps support. You can build Linux images using this Buildroot branch:
https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot/tree/arc-2024.12
Note that now arc-2024.12
is a current development branch for the next release and arc64
branch is abandoned.
Using ARCv3, in release 2023.09 I cannot enable option "BR2_PACKAGE_GDB_DEBUGGER". In Config.in I can see this line
Is this really not supported for arc32 or just leftover ? For comparison, branch arc64 doesn't have this limitations
If really not supported, can you please add support ?