It looks like the IRQEntry vector triggering this interrupt was null. I'm
not sure what condition would arise leading to this.
Maybe memory corruption or a bus error.
https://git.rtems.org/rtems/tree/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.c?h=4.10.2#n1562
On Thu, Mar 11, 2021 at 2:42 PM Ma
Hello,
Please I need some help. Following the GSoC getting started guide(
https://docs.rtems.org/branches/master/user/start/gsoc.html),everything
went well to the point I had to do an offline download. I used this command
../source-builder/sb-set-builder --source-only-download 5/rtems-sparc
Seems l
Hello,
Our Primary Mirror control system has a beatnik bsp running on a mvme6100
with *RTEMS4.10.2 *and* EPICS 3.14.12.8* (which understandably is not
actively supported). We've experienced a single event that we've never seen
before. vmeTsi148 ISR: ERROR: no handler
After this it appears all int
On Thu, Mar 11, 2021 at 2:41 PM Olga Syrbachova
wrote:
> It is RTEMS 5.1. I've checked the configure step. It seems to be fine. I
> get this:
>
> config.status: creating Makefile
>
> target architecture: sparc.
> available BSPs: erc32.
> 'make all' will build the following BSPs: erc32.
> other BS
It is RTEMS 5.1. I've checked the configure step. It seems to be fine. I
get this:
config.status: creating Makefile
target architecture: sparc.
available BSPs: erc32.
'make all' will build the following BSPs: erc32.
other BSPs can be built with 'make RTEMS_BSP="bsp1 bsp2 ..."'
config.status: cre
Try running msys2 64 as administrator
On Fri, Mar 5, 2021 at 12:06 PM Olga Syrbachova
wrote:
> Thank you very much for your reply. I'm using MSYS2 MinGW 64-bit.
> Actually I also tried to install RTEMS 4.11.0 and 4.11.2 and I didn't
> succeed.
> After running:
> $ ../source-builder/sb-set-builde
On Thu, Mar 11, 2021 at 1:05 PM Alireza Banejad
wrote:
> Hello everyone,
> I was wondering whether I could install RTEMS on a 32-bit Windows 7 host
> machine using either msys2 or Cygwin.
> I already tried installing it on msys2 i686 but when running sb-check it
> returns:
>
> error: exe: not fou
Hello everyone,
I was wondering whether I could install RTEMS on a 32-bit Windows 7 host
machine using either msys2 or Cygwin.
I already tried installing it on msys2 i686 but when running sb-check it
returns:
error: exe: not found: (__cc) i686-w32-mingw32-gccerror: exe: not
found: (__cxx) i686-w3
Hi
First, this does NOT impact rtems5.
On February 3, Eshan Dhawan posted additions to the RTEMS test suite for
ftw() and nftw() which he had previously worked to add to newlib. There
have been multiple updates to the rtems6 tool recipes in the RSB since then
so if you may already have ftw() an
Hello together,
I think it is stuck in the _Per_CPU_Wait_for_job function in
kernel/rtems/cpukit/score/src/smpmulticastaction.c and I found the
comment in the case statement:
/*
* Calling this function with the current processor is intentional.
* We have to perform our ow
Okay. Thank you :)
On Thu, 11 Mar 2021, 5:57 pm Gedare Bloom, wrote:
> On Thu, Mar 11, 2021 at 9:48 AM Ida Delphine wrote:
> >
> > Thank you for your response. I am not working on the rtems.git/master
> branch. I'm not using it because earlier I tried downloading sources with
> it but I got thi
On Thu, Mar 11, 2021 at 9:48 AM Ida Delphine wrote:
>
> Thank you for your response. I am not working on the rtems.git/master branch.
> I'm not using it because earlier I tried downloading sources with it but I
> got this error
> error: shell macro failed:
> /home/idadel/quick-start/src/rsb/sou
Thank you. Will do that.
On Thu, Mar 11, 2021 at 5:55 PM Gedare Bloom wrote:
> On Thu, Mar 11, 2021 at 8:31 AM Gedare Bloom wrote:
> >
> > On Thu, Mar 11, 2021 at 8:12 AM Gedare Bloom wrote:
> > >
> > > On Thu, Mar 11, 2021 at 4:33 AM wrote:
> > > >
> > > >
> > > > > -Original Message
Hello Ida,
On Thu, Mar 11, 2021 at 9:48 AM Ida Delphine wrote:
>
> Thank you for your response. I am not working on the rtems.git/master branch.
> I'm not using it because earlier I tried downloading sources with it but I
> got this error
> error: shell macro failed:
> /home/idadel/quick-star
On Thu, Mar 11, 2021 at 8:31 AM Gedare Bloom wrote:
>
> On Thu, Mar 11, 2021 at 8:12 AM Gedare Bloom wrote:
> >
> > On Thu, Mar 11, 2021 at 4:33 AM wrote:
> > >
> > >
> > > > -Original Message-
> > > > From: users On Behalf Of Chris Johns
> > > > Sent: Thursday, March 11, 2021 6:07 AM
>
Thank you for your response. I am not working on the rtems.git/master
branch. I'm not using it because earlier I tried downloading sources with
it but I got this error
error: shell macro failed:
/home/idadel/quick-start/src/rsb/source-builder/sb/rtems-build-dep -c gcc
-l : 2: error: no library (-l
On Thu, Mar 11, 2021 at 8:12 AM Gedare Bloom wrote:
>
> On Thu, Mar 11, 2021 at 4:33 AM wrote:
> >
> >
> > > -Original Message-
> > > From: users On Behalf Of Chris Johns
> > > Sent: Thursday, March 11, 2021 6:07 AM
> > > To: Ida Delphine
> > > Cc: rtems-us...@rtems.org
> > > Subject:
On Thu, Mar 11, 2021 at 7:33 AM Ida Delphine wrote:
>
> Hello everyone,
> Was following the quick build documentation and had issues around where I
> have to do a manual BSP build. In the last step of configuring the BSP, I
> ran this command:
>
> ./waf configure --prefix=$HOME/quick-start/rtem
On Thu, Mar 11, 2021 at 4:33 AM wrote:
>
>
> > -Original Message-
> > From: users On Behalf Of Chris Johns
> > Sent: Thursday, March 11, 2021 6:07 AM
> > To: Ida Delphine
> > Cc: rtems-us...@rtems.org
> > Subject: Re: Offline download of sources fails
> >
> >
> >
> > On 11/3/21 3:34 pm,
Hello everyone,
Was following the quick build documentation and had issues around where I
have to do a manual BSP build. In the last step of configuring the BSP, I
ran this command:
./waf configure --prefix=$HOME/quick-start/rtems/5
It didn't produce the expected output. I instead got:
bash: ./w
> -Original Message-
> From: users On Behalf Of Chris Johns
> Sent: Thursday, March 11, 2021 6:07 AM
> To: Ida Delphine
> Cc: rtems-us...@rtems.org
> Subject: Re: Offline download of sources fails
>
>
>
> On 11/3/21 3:34 pm, Ida Delphine wrote:
> > Hello again,
> >
> > So I started o
21 matches
Mail list logo