Open MikeOpenHWGroup opened 2 years ago
In launch configuration launch/cli_test hs2.launch, the path to gdb is hardcoded:
gdb
<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="/opt/corev-openhw-gcc-ubuntu1804-20200913/bin/riscv32-corev-elf-gdb"/>
I was able to edit the file to point to my local install of gdb, but that should not be necessary. Is there a way to remove this from the launch configuration and allow Eclipse to pick up the path from a user configuration?
In launch configuration launch/cli_test hs2.launch, the path to
gdb
is hardcoded:I was able to edit the file to point to my local install of
gdb
, but that should not be necessary. Is there a way to remove this from the launch configuration and allow Eclipse to pick up the path from a user configuration?