Page 1 of 1

How to create a module with gdb remote server

Posted: 22 Mar 2016, 21:36
by puntino
I have Porteus 3.18 deployed on x86 target architecture. I develop my code on Ubuntu and compile it with gcc. after building my code on Linux, I transfer the executablein an xzm package on porteus and run it.

My Porteus version has no compiler, neither package manager. I would like to install gdb remote server on porteus, how can I do it?
It would be nice, if I can create an xzm pachage including the gdb server, deploy it on the target and execute is as I do for my application.
Thank you in advance.