problem with socket and task

Chris Johns chrisj at rtems.org
Wed Aug 14 07:17:30 UTC 2019


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 address `0116a5` in `less` by entering `/0116a5`. Replace
`my.exe` with the name of the ELF file you ran on the board.

Chris



More information about the users mailing list