On Monday, 27 January 2020, Christian Mauderer <
christian.maude...@embedded-brains.de> wrote:
> I noted that you have a RTEMS 4.11 toolchain. But it seems that you use
> the instructions for the RTEMS master (which has a Version 5). Did you
> use a matching RTEMS 4.11 branch for your build?


I used the tar files:

https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-4.11.3.tar.xz
curl
https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-source-builder-4.11.3.tar.xz

I have now instead built it using the the git repo as mentioned in the
quick-start document. It is running fine, with some minor issues:

1) Five BSP erc32 tests fail, namely:

dl06.exe
dl09.exe
terminos09.exe
psxfenv01.exe
psxmsgq03.exe

2) On running `sparc-rtems5-gdb hello.exe` and doing `target sim`
gdb shows: Undefined target command: "sim"

Going through archives I found that others have also faced the same problem
and using `sparc-rtems5-sis` was suggested as a workaround.
I tried and it solved the problem.
Although I am not clear on why these problems occurred.
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to