On Monday, 27 January 2020, Christian Mauderer <<a href="mailto:christian.mauderer@embedded-brains.de">christian.mauderer@embedded-brains.de</a>> wrote:<br>> I noted that you have a RTEMS 4.11 toolchain. But it seems that you use<br>> the instructions for the RTEMS master (which has a Version 5). Did you<br>> use a matching RTEMS 4.11 branch for your build?<br><br><br>I used the tar files:<br><br><a href="https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-4.11.3.tar.xz">https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-4.11.3.tar.xz</a><br>curl <a href="https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-source-builder-4.11.3.tar.xz">https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-source-builder-4.11.3.tar.xz</a><br><br>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:<br><br>1) Five BSP erc32 tests fail, namely:<br><br>dl06.exe<br>dl09.exe<br>terminos09.exe<br>psxfenv01.exe<br>psxmsgq03.exe<br><br>2) On running `sparc-rtems5-gdb hello.exe` and doing `target sim`<br>gdb shows: Undefined target command: "sim"<br><br>Going through archives I found that others have also faced the same problem and using `sparc-rtems5-sis` was suggested as a workaround.<br>I tried and it solved the problem.<br>Although I am not clear on why these problems occurred.