Re: [ptxdist] Remote debugging (2017.05.0)

2018-01-16 Thread Bastian Stender
On 01/16/2018 02:33 PM, Fritz Emboli wrote: I tried the debugger from the toolchain. But it dies, because it cannot find libncurses.so.5. It is OSELAS.Toolchain-2013.12.2. I don't know where it comes from (inherited, not self compiled). I have to investigate... Do i have to use 2013.12.2 for

Re: [ptxdist] Remote debugging (2017.05.0)

2018-01-16 Thread Alexander Dahl
Hei hei, On Tue, Jan 16, 2018 at 02:33:29PM +0100, Fritz Emboli wrote: > I tried the debugger from the toolchain. > But it dies, because it cannot find libncurses.so.5. What about installing this lib? > It is OSELAS.Toolchain-2013.12.2. I don't know where > it comes from (inherited, not self

Re: [ptxdist] Remote debugging (2017.05.0)

2018-01-16 Thread Fritz Emboli
I tried the debugger from the toolchain. But it dies, because it cannot find libncurses.so.5. It is OSELAS.Toolchain-2013.12.2. I don't know where it comes from (inherited, not self compiled). I have to investigate... Do i have to use 2013.12.2 for ptxdist-2017.05.0? Is there a download for

Re: [ptxdist] Remote debugging (2017.05.0)

2018-01-16 Thread Juergen Borleis
On Tuesday 16 January 2018 13:54:11 Alexander Dahl wrote: > > i'm trying to remote debug an application. > > Host is Ubuntu 16.04 with gdb-multiarch (7.11.1) > > Client is an embedded ARM device running gdbserver (7.6.1 from > > ptxdist). > > Did you try the gdb coming with your toolchain? You can

Re: [ptxdist] Remote debugging (2017.05.0)

2018-01-16 Thread Alexander Dahl
Hei hei, On Tue, Jan 16, 2018 at 12:54:05PM +0100, Fritz Emboli wrote: > i'm trying to remote debug an application. > Host is Ubuntu 16.04 with gdb-multiarch (7.11.1) > Client is an embedded ARM device running gdbserver (7.6.1 from ptxdist). Did you try the gdb coming with your toolchain? You

Re: [ptxdist] Remote debugging (2017.05.0)

2018-01-16 Thread Juergen Borleis
Moin, moin, On Tuesday 16 January 2018 12:54:05 Fritz Emboli wrote: > i'm trying to remote debug an application. > Host is Ubuntu 16.04 with gdb-multiarch (7.11.1) > Client is an embedded ARM device running gdbserver (7.6.1 from ptxdist). > > I do a "set sysroot .../ptxdist/platform-dev/root". >