Forum Discussion
gdb on FGPA DevCloud
- 5 years ago
Don't bother. I just found that there is a specialized gdb already installed on FPGA DevCloud. To use it:
source /glob/development-tools/versions/intel-parallel-studio-2019/debugger_2019/bin/debuggervars.sh
/glob/development-tools/versions/intel-parallel-studio-2019/debugger_2019/gdb/intel64/bin/gdb-ia ….
Thanks, Chithra! I am blocked by an issue due to the lacking of gdb on FPGA DevCloud. If someone can quickly install the toolset, that would be great.
Don't bother. I just found that there is a specialized gdb already installed on FPGA DevCloud. To use it:
source /glob/development-tools/versions/intel-parallel-studio-2019/debugger_2019/bin/debuggervars.sh
/glob/development-tools/versions/intel-parallel-studio-2019/debugger_2019/gdb/intel64/bin/gdb-ia ….