PULP Community
[HERO] Userland application debugging - Printable Version

+- PULP Community (https://pulp-platform.org/community)
+-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1)
+--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2)
+--- Thread: [HERO] Userland application debugging (/showthread.php?tid=88)



[HERO] Userland application debugging - lukamac - 05-07-2019

Hi,

Is there a way to debug userland applications that are running on the target (board)?


RE: [HERO] Userland application debugging - akurth - 05-09-2019

Hi lukamac,

By "userland", do you refer to the thread running on the ARM under Linux?  If so, you can use standard GDB.  The multi-core PULP accelerator currently does not have a debug interface, so you applications running there have to be debugged with `printf`s or in simulation.

Best,
Andreas