RTEMS-BSP testing

Joel Sherrill joel at rtems.org
Sun Feb 23 16:33:06 UTC 2020


On Sun, Feb 23, 2020, 10:03 AM Anmol Mishra <anmol.j2020 at gmail.com> wrote:

> Hey, I also witnessed this, My host was Ubuntu as well, I was trying out
> Hello world task using sis. Considering myself naive and new to this, I am
> trying to look into this as well.
>
> Thank You
>
>
> On Sun, Feb 23, 2020 at 9:23 PM John kongtcheu <johnkongtcheu at gmail.com>
> wrote:
>
>> Hello again,
>> DIfferent problem though it's more minor. I was running the test files
>> and at the end of them I always got this message
>> *** FATAL ***
>> fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
>> fatal code: 0 (0x00000000)
>>
>
As scary as this appears, it is a normal exit(0). The source is exit() and
the code is 0.

All RTEMS programs exit through the same place _Terminate and the verbose
shutdown handler prints all this out. If it had been a fatal error, the
source and value would have pointed you to somewhere like a BSP, the score,
or the application itself, etc.

> RTEMS version: 5.0.0.486829b2766119275f74e7a2a11d7bf3a9561f54
>> RTEMS tools: 7.5.0 20191114 (RTEMS 5, RSB 5 (22135c9a7612), Newlib
>> d14714c69)
>> executing thread ID: 0x08a010001
>> executing thread name: UI1
>> cpu 0 in error mode (tt = 0x101)
>>    113807  0200a080:  91d02000   ta  0x0
>> . Is this message normal, because I didn't see it in the other runs of
>> this program. I still get the expected output otherwise , just with this
>> appended.
>> For context the command run was ,
>> sparc-rtems5-sis ticker.exe
>> run
>> Thank you,
>>
>> On Sun, Feb 23, 2020 at 4:47 AM John kongtcheu <johnkongtcheu at gmail.com>
>> wrote:
>>
>>> Hello New Guy Here,
>>> I was going through the Gsoc getting started page and I got a bit stuck
>>> on the Test a Board Support Package section.I went through the steps
>>> provided prior to this. However, when I ran the command
>>>
>>> cd $HOME/quick-start/build/b-erc32
>>> rtems-test --rtems-bsp=erc32-sis --rtems-tools=$HOME/quick-start/rtems/5 .
>>>
>>> I received the message
>>> RTEMS Testing - Tester, 5.0.not_released
>>>  Command Line: /home/kingkong/Coding-Projects/rtems/5/bin/rtems-test --rtems-bsp=sis-run --rtems-tools=/home/kingkong/Coding-Projects/rtems/5
>>>  Host: Linux kingkong-ThinkPad-X390-Yoga 5.3.0-28-generic #30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020 x86_64
>>>  Python: 3.6.9 (default, Nov  7 2019, 10:44:02) [GCC 8.3.0]
>>> Host: Linux-5.3.0-28-generic-x86_64-with-Ubuntu-18.04-bionic (Linux kingkong-ThinkPad-X390-Yoga 5.3.0-28-generic #30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020 x86_64 x86_64)
>>> error: no executables supplied
>>>
>>> I looked online and the only similar error I ran across was someone who didn't run the make correctly , so I double checked running both make && make install and I still received the same error.
>>>
>>> I'm positive it has something to do with my development setup. If anyone could point me in the right direction regarding this it would be greatly appreciated.
>>>
>>> Thank you,
>>>
>>> _______________________________________________
>> devel mailing list
>> devel at rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200223/39ed39e3/attachment-0001.html>


More information about the devel mailing list