RE: Help with RTEMS Tester Results for uC5282

2021-07-20 Thread gerberhe11
ms.org Subject: Re: Help with RTEMS Tester Results for uC5282 On Tue, Jul 20, 2021, 12:22 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de> > wrote: Hello, On 20/07/2021 00:43, gerberh...@gmail.com <mailto:gerberh...@gmail.com> wrote: > Dr. Bloom mentioned that some o

Re: Help with RTEMS Tester Results for uC5282

2021-07-20 Thread Joel Sherrill
On Tue, Jul 20, 2021, 12:22 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > On 20/07/2021 00:43, gerberh...@gmail.com wrote: > > Dr. Bloom mentioned that some of these results could likely be due to > > flawed TLS implementation of m68k. > > this could be also an issue

Re: Help with RTEMS Tester Results for uC5282

2021-07-19 Thread Sebastian Huber
Hello, On 20/07/2021 00:43, gerberh...@gmail.com wrote: Dr. Bloom mentioned that some of these results could likely be due to flawed TLS implementation of m68k. this could be also an issue with the linker command file. If I can run the test myself on Qemu I could try to debug the sptls02. -

Re: Help with RTEMS Tester Results for uC5282

2021-07-19 Thread Joel Sherrill
On Mon, Jul 19, 2021, 5:43 PM wrote: > Hello all, > > > > I’ve been working on getting support into Qemu for the uC5282 board > recently, and today got the rtems-test tool running with this Qemu > emulation for that board. The results with the first run of the full test > suite since the emulatio

Help with RTEMS Tester Results for uC5282

2021-07-19 Thread gerberhe11
Hello all, I've been working on getting support into Qemu for the uC5282 board recently, and today got the rtems-test tool running with this Qemu emulation for that board. The results with the first run of the full test suite since the emulation has been operational appears very promising, whic

Re: Help with RTEMS C User’s Guide

2017-01-24 Thread Joel Sherrill
On Jan 24, 2017 12:55 AM, "Tanu Hari Dixit" wrote: Hello Devs, I have been trying to setup a makefile so as to execute the various code snippets given in the C User's guide for RTEMS ( https://docs.rtems.org/doc-current/share/rtems/html/c_user/ index.html#SEC_Contents) and have failed miserably.

Re: Help with RTEMS C User’s Guide

2017-01-24 Thread Tanu Hari Dixit
Hey, Thank you for replying. Yes, the sample applications run (hello world and ticker as given on https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start). Regards, Tanu Hari Dixit. On Tue, Jan 24, 2017 at 4:06 PM, Laurent Navet wrote: > Hi > > I have made a file with the first example of print

Re: Help with RTEMS C User’s Guide

2017-01-24 Thread Laurent Navet
Hi > I have made a file with the first example of printing object names ( > https://docs.rtems.org/doc-current/share/rtems/html/c_ > user/Key-Concepts-Object-Names.html#Key-Concepts-Object-Names) and i use > the following command to use sparc-rtems4.12-gcc to compile this program > > sparc-rtems4.1

Help with RTEMS C User’s Guide

2017-01-23 Thread Tanu Hari Dixit
Hello Devs, I have been trying to setup a makefile so as to execute the various code snippets given in the C User's guide for RTEMS (https://docs.rtems.org/doc- current/share/rtems/html/c_user/index.html#SEC_Contents) and have failed miserably. Can you please help me with this? I have made a file

Re: Help with RTEMS

2016-12-13 Thread Chris Johns
On 14/12/2016 14:58, Tanu Hari Dixit wrote: Thanks for helping me out with this. No problem. I tried with erc32 BSP and I can finally see the executables in /development/rtems/src/builds/erc32/sparc-rtems4.12/c/erc32/testsuites/samples. I also ran all tests with /development/rtems/4.12/bin$ r

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
Chris, Martin and Jennifer, Thanks for helping me out with this. I tried with erc32 BSP and I can finally see the executables in /development/rtems/src/builds/erc32/sparc-rtems4.12/c/erc32/testsuites/samples. I also ran all tests with /development/rtems/4.12/bin$ rtems-test --rtems-bsp=erc32 --rep

Re: Help with RTEMS

2016-12-13 Thread Chris Johns
On 14/12/2016 09:32, Martin Werner wrote: This seems to be because the sparc/sis BSP is removed in the latest master (as of a month ago: de7b174). Yes the sis BSP has been removed from master (4.12). For sparc you need to pick one of the other available BSPs, currently erc32 leon2 leon3 or ng

Re: Help with RTEMS

2016-12-13 Thread Martin Werner
This seems to be because the sparc/sis BSP is removed in the latest master (as of a month ago: de7b174). For sparc you need to pick one of the other available BSPs, currently erc32 leon2 leon3 or ngmp. The examples in the getting started guide should probably be updated. -- Martin Erik Werner __

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
in which case if you do "find . -name ticker.exe" from the generic directory > you will see the executable. If it isn't there do a "make clean" and then a > make > and let me see those results. The make file should show it building > the exe's in samples.

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
rtems4.11' > '--exec-prefix=/home/thd/install_path/sparc-rtems4.11' > '--includedir=/home/thd/install_path/sparc-rtems4.11/include' > '--cache-file=/dev/null' '--srcdir=../../../rtems/c' > checking for gmake... no > checking for make... ma

Re: Help with RTEMS

2016-12-13 Thread Tanu Hari Dixit
Hey Punit, Thank you for your reply and pointing to the open projects. The problem is I don't have "testsuites" folder in /development/rtems/src/b-sis/sparc-rtems4.12/c. I'm still unable to find the executables. I can't seem to figure out where the "samples" folder is located. As I had mentioned i

Re: Help with RTEMS

2016-12-13 Thread punit vara
Hi Tanu, https://github.com/RTEMS/rtems You can follow any of following open ideas to get contribute : https://devel.rtems.org/wiki/Developer/OpenProjects On Tue, Dec 13, 2016 at 11:40 AM, Tanu Hari Dixit wrote: > Hey Punit, > > I am Tanu, here. I am an undergraduate student from IIT BHU