Re: problem with socket and task

2019-08-14 Thread Sebastian Huber
On 14/08/2019 07:56, mojtaba nadi wrote: thanks Sebastian for your answer but we are new in rtems and don't know how to use debugger. can you help us please? If you want to use RTEMS seriously, then I recommend to spend some time to set up a debugger for your target. Basic tests can be made r

Re: problem with socket and task

2019-08-14 Thread mojtaba nadi
thanks a lot Chris we found error that say "error = kern_recvit(td, s, mp, UIO_USERSPACE, NULL);" we google it and if we can't find the solution, we make a other mail-list. We wish the best for you. On Wed, Aug 14, 2019 at 11:54 AM Chris Johns wrote: > On 14/8/19 3:56 pm, mojtaba nadi wrote:

Re: problem with socket and task

2019-08-14 Thread Chris Johns
On 14/8/19 3:56 pm, mojtaba nadi wrote: > thanksĀ Sebastian for your answer but we are new in rtems and don't know how to > use debugger. > can you help us please? A simple way to see the code that caused the exception is to run: arm-rtems5-objdump -d --source my.exe | less then search for the a