Source Code Debugging for Linux based apps on the MSS #98
-
Hi. working with a development team that is using the PolarFire SOC. Part of the team wishes to develop applications for the MSS and will use Microchip's Linux distro as the OS of choice on the MSS. Using the Icicle Kit as the target platform. Linux distro in the near term will be the image that comes pre-loaded on the Icicle Kit (Yocto) riscv64-unknown-linux-gnu-gcc comes from Buildroot, so there is a mismatch between tools and target at the moment. Goal is gdbserver based debugging and to get away from current printf solution. Don't believe SoftConsole has the means to use GDB and have to transition to Eclipse, just want to verify that for starters. In addition I did build a Yocto distro for the Icicle Kit with the -c populate_sdk switch and have installed the cross tools (riscv64-oe-linux-) Without diving too deep just wanted to see if anyone has been down this path. My inclination right now is to take the easier path that gets me to true source code debugging and align target image with what cross tools work best. thx for listening |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
SoftConsole supports only the bare-metal targets. However, nothing is stopping you from making a separate installation of SoftConsole and changing the settings to use a Linux toolchain/gdb at your own risk. |
Beta Was this translation helpful? Give feedback.
SoftConsole supports only the bare-metal targets. However, nothing is stopping you from making a separate installation of SoftConsole and changing the settings to use a Linux toolchain/gdb at your own risk.