Kolja Waschk wrote:
>> So, could you describe me exactly the procedure you are following wich
>> allows to reproduce this issue?
> 
> 
> My attempt to run cond-torture-posix step by step:
> 
> 1. copy cond-torture-posix as it was built in the blackfin-linux-dist (FDPIC) 
> to target
> 
> /opt/uClinux/blackfin-linux-dist/user/xenomai/build-xenomai-2.5.5.2/src/testsuite/unit/.libs/cond-torture-posix
> 
> 2. first attempt to start cond-torture-posix fails because librt.so.0 was not 
> on my target, so I transferred 
> /opt/uClinux/bfin-linux-uclibc/bfin-linux-uclibc/runtime/lib/librt.so.0
> 
> 3. cond-torture-posix standalone passes
> 
> 4. I start cond-torture-posix on the target with "gdbserver :2222 
> ./cond-torture-posix"
> 
> 5. I start bfin-linux-uclibc-gdb and issue the commands
> 
> file cond-torture-posix
> target remote 10.0.10.9:2222
> break main
> cont

Ok. On my side: I call set solib-absolute-prefix to where the debug
binaries for the target filesystem are. And I call
handle SIG34 nostop noprint pass.

Coud you try and do the same?


-- 
                                                                Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to