Re: Problems compiling rtems-libbsd

2020-11-02 Thread Jiri Gaisler
On 11/2/20 1:37 AM, Sebastian Huber wrote: Hello Jiri, it builds for me. I guess you installed the BSP before with RTEMS_NETWORKING == True and then again with RTEMS_NETWORKING == False. Please remove the BSP installation and

Re: Problems compiling rtems-libbsd

2020-11-01 Thread Sebastian Huber
Hello Jiri, it builds for me. I guess you installed the BSP before with RTEMS_NETWORKING == True and then again with RTEMS_NETWORKING == False. Please remove the BSP installation and start from scratch. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germa

Re: Problems compiling rtems-libbsd

2020-11-01 Thread Jiri Gaisler
On 11/1/20 2:29 PM, Joel Sherrill wrote: Are you on the master instead of 6-freebsd12? Libbsd is different from our other repos since you need to be on a branch that matches RTEMS and FreeBSD version

Re: Problems compiling rtems-libbsd

2020-11-01 Thread Joel Sherrill
Are you on the master instead of 6-freebsd12? Libbsd is different from our other repos since you need to be on a branch that matches RTEMS and FreeBSD version On Sun, Nov 1, 2020, 10:54 AM Jiri Gaisler wrote: > I am trying to build the rtems-libbsd package to test the new network > stack. Confi

Problems compiling rtems-libbsd

2020-11-01 Thread Jiri Gaisler
I am trying to build the rtems-libbsd package to test the new network stack. Configuration works fine, but compiling fails quickly. Log below, any ideas ...? jiri@carbon:~/ibm/src/rtems/rtems-libbsd$ python3 ./waf configure --rtems-bsps=sparc/leon3 --prefix=/opt/rtems/6 --buildset=buildset/default

RE: Compiling RTEMS

2016-03-19 Thread Wang, John (IVV-1800)
ja-li...@aries.uberspace.de [mailto:soja-li...@aries.uberspace.de] Sent: Wednesday, March 16, 2016 4:21 AM To: Wang, John (IVV-1800) Cc: us...@rtems.org; devel@rtems.org Subject: Re: Compiling RTEMS Am 2016-03-16 01:45, schrieb Wang, John (IVV-1800): > Hi, > > I am attempting to build RTEMS in Ubuntu. Th

RE: Compiling RTEMS

2016-03-18 Thread soja-lists
Am 2016-03-16 14:10, schrieb Wang, John (IVV-1800): I have downloaded the RCC compiler. Added to my $PATH. The particular thing is that the C compiler / cross compiler shows that it's working during the .configure phase. However, during gmake phase, the compiler cannot be found. If you use

Re: Compiling RTEMS

2016-03-16 Thread soja-lists
Am 2016-03-16 01:45, schrieb Wang, John (IVV-1800): Hi, I am attempting to build RTEMS in Ubuntu. The version I am using is from Gaisler - 4.10-1.2.16. I am run the bootstrap, and configure command with no issues. However, when I run the make / gmake I command I receive the following error: C

Re: Compiling RTEMS

2016-03-15 Thread Wang, John (IVV-1800)
Hi, I am attempting to build RTEMS in Ubuntu. The version I am using is from Gaisler - 4.10-1.2.16. I am run the bootstrap, and configure command with no issues. However, when I run the make / gmake I command I receive the following error: Checking for sparc-rtems4.10-gcc... no No acceptable

Re: Error while compiling rtems main branch for sparc

2015-06-05 Thread Daniel Ramirez
This is the test committed with the original ticket #2124 ticket see https://devel.rtems.org/ticket/2124 and http://comments.gmane.org/gmane.os.rtems.devel/78. The test is a bit confusing because the output in .scn matches when configured without RTEMS_ENABLE_STRICT_ORDER_MUTEX=1 but doesn't match

Re: Error while compiling rtems main branch for sparc

2015-06-05 Thread Joel Sherrill
Is this error with the default gglg priority inherit algorithm or with the onf which restores at each unlock step? If the default algorithm, the test is broken. If the alternative algorithm, the test needs to be reworked a bit to check the correct behavior for each algorithm. Fwiw the test shou

Re: Error while compiling rtems main branch for sparc

2015-06-05 Thread Saurabh Gadia
Hi, I tried to run spsem02 test case and found that the results were not as per mentioned in the respective document. And even document had some typos which I have corrected in my branch. *** BEGIN OF TEST SPSEM 2 *** init: S0 created init: S1 created init: TA01 created with priority 36 init: TA02

Re: Error while compiling rtems main branch for sparc

2015-06-05 Thread Saurabh Gadia
Hi, installing pax work. But you have to again do the bootstrap step, configuration and compiling. Thanks. Thanks, Saurabh Gadia On Fri, Jun 5, 2015 at 12:44 PM, Gedare Bloom wrote: > I'm not really sure, but I think you probably have to re-run configure. > > On Fri, Jun 5, 2015 at 3:40 PM, Sa

Re: Error while compiling rtems main branch for sparc

2015-06-05 Thread Saurabh Gadia
Ok. Thanks a lot. Will continue with compiling and JPF setup this week as discussed with Cyrille. And if time permits will look into how to emulate the things in JPF. And also provide ppt in deoxygen for revised rtems code. On Friday, June 5, 2015, Gedare Bloom wrote: > Hi Saurabh, > > This is a

Re: Error while compiling rtems main branch for sparc

2015-06-05 Thread Gedare Bloom
Hi Saurabh, This is a current problem in RTEMS. You need to have 'pax' installed on your development host to build the dl tests. So, it looks good to me! Gedare On Thu, Jun 4, 2015 at 9:16 PM, Saurabh Gadia wrote: > I am sorry for not attaching the patch and configuration command: > > ../rtems/

Re: Error while compiling rtems main branch for sparc

2015-06-04 Thread Saurabh Gadia
I am sorry for not attaching the patch and configuration command: ../rtems/configure --target=sparc-rtems4.11 --enable-rtemsbsp=sis --enable-tests --disable-posix ENABLE_STRICT_ORDER_MUTEX=1 Thanks, Saurabh Gadia On Thu, Jun 4, 2015 at 6:08 PM, Saurabh Gadia wrote: > Hi, > I worked out that

Re: Error while compiling rtems main branch for sparc

2015-06-04 Thread Saurabh Gadia
Hi, I worked out that bug related to strict_mutex and gone past that bug. But now I have issue while compiling the libtests. Below is the error log: ''' sparc-rtems4.11-size syscall01.exe text databssdechexfilename 266128 6064 11456 283648

Re: Error while compiling rtems main branch for sparc

2015-06-01 Thread Gedare Bloom
Hi Saurabh, Please try to figure out how to fix the compile-error. You can see that the problem occurs in the #ifdef'd STRICT_ORDER_MUTEX_CODE, so that makes sense why others have not observed the same issue. It appears you will have to reconcile the new _Thread_Change_priority arguments with what

Re: Error while compiling rtems main branch for sparc

2015-05-31 Thread Saurabh Gadia
I wanted to test the ENABLE_STRICT_ORDER_MUTEX=1 related sptests for "nested mutex" GSOC project. So please let me know what can be done. Thanks, Saurabh Gadia On Sun, May 31, 2015 at 9:33 PM, Saurabh Gadia wrote: > Hi, > so I am working for sparc-sis setting and master branch. And if you see

Re: Error while compiling rtems main branch for sparc

2015-05-31 Thread Saurabh Gadia
Hi, so I am working for sparc-sis setting and master branch. And if you see the code in threadimpl.h and threadchangepriority.c and coremutexsurrender.c the definition of *_Thread_Change_priority() *is having mismatch calling. Git records says that there was change to above function structure done

Re: Error while compiling rtems main branch for sparc

2015-05-31 Thread Nick Withers
Does re-running bootstrap in the source dir and re-configuring sort it? -- Nick Withers Embedded Systems Programmer Department of Nuclear Physics, Research School of Physics and Engineering The Australian National University (CRICOS: 00120C) On Sun, 2015-05-31 at 20:31 -0400, Joel Sherrill wrote

Re: Error while compiling rtems main branch for sparc

2015-05-31 Thread Gene Smith
On 05/31/2015 07:57 PM, Saurabh Gadia wrote: The problem is on master branch Just a suggestion that you might need to run ./bootstrap from rtems root after a "git pull" that adds or removes files. I had a similar problem but with a different file. -gene ___

Re: Error while compiling rtems main branch for sparc

2015-05-31 Thread Joel Sherrill
More information is needed. Target architecture, bsp, configure command. I have been building all bsps regularly and unless it got broken this weekend, something else is up On May 31, 2015 7:57:04 PM EDT, Saurabh Gadia wrote: >The problem is on master branch > > >Thanks, > > >Saurabh Gadia > >

Re: Error while compiling rtems main branch for sparc

2015-05-31 Thread Saurabh Gadia
The problem is on master branch Thanks, Saurabh Gadia On Sun, May 31, 2015 at 4:44 PM, Saurabh Gadia wrote: > Logs: > > make[6]: Entering directory > `/home/saurabh/dev1/kernel/b-sis/sparc-rtems4.11/c/sis/cpukit/score' > make[6]: *** No rule to make target `src/apimutexislocked.c', needed by

Error while compiling rtems main branch for sparc

2015-05-31 Thread Saurabh Gadia
Logs: make[6]: Entering directory `/home/saurabh/dev1/kernel/b-sis/sparc-rtems4.11/c/sis/cpukit/score' make[6]: *** No rule to make target `src/apimutexislocked.c', needed by `src/libscore_a-apimutexislocked.o'. Stop. make[6]: Leaving directory `/home/saurabh/dev1/kernel/b-sis/sparc-rtems4.11/c/s