Hi Frank,
Thanks very much. That did the trick. I'm now the proud owner of a hello.exe
file 🙂
Pete.
From: Frank Kühndel
Sent: Tuesday, July 25, 2023 5:13 AM
To: Siddons, David ; rtems-us...@rtems.org
Cc: Chris Johns ; martinerikwerner@gmai
rtems_field_index = next(i for i, field in enumerate(fields) if
field.startswith('rtems'))
StopIteration
Not sure what I did wrong.
I have attached the files I generated for the app
Pete.
From: Siddons, David
Sent: Saturday, July 22, 2023 9:46 AM
To:
.
From: Frank Kühndel
Sent: Saturday, July 22, 2023 2:25 AM
To: Siddons, David ; rtems-us...@rtems.org
Cc: Chris Johns
Subject: Re: build failed
Hi Pete,
this looks like bug
https://urldefense.com/v3/__https://devel.rtems.org/ticket/4631__;!!P4SdNyxKAPE
I'm following the quick-start guide, substituting arm for sparc, and at this
step:
https://docs.rtems.org/branches/master/user/start/tools.html
cd $HOME/quick-start/src/rsb/rtems
../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 5/rtems-arm
Eventually I get this:
config: tool
...sorry, that file is an EPICS file. Talking to two lists simultaneously is
confusing!
Pete.
From: Siddons, David
Sent: Monday, July 19, 2021 3:26 PM
To: Christian Mauderer ; Heinz Junkes
Cc: rtems-us...@rtems.org
Subject: Re: suppressing DHCP messages
Hi
Hi Christian,
Turns out that was left-over test code in rtems_init.c. I commented them out
and all is now well. I believe the latest version has them removed.
Pete.
From: Christian Mauderer
Sent: Monday, July 19, 2021 3:22 PM
To: Siddons, David ; Heinz
dentifier = 172.16.0.201
BTW, this is EPICS 7.0.6
Pete.
From: Heinz Junkes
Sent: Monday, July 19, 2021 11:42 AM
To: Siddons, David
Cc: rtems-us...@rtems.org
Subject: Re: suppressing DHCP messages
FYI,
Pete is a EPICS - User…
Hello Pete,
in modules/libcom/RTEMS/posix/rtems_init.c in
line
My application uses dhcp, and the system issues a screenfull of messages every
time the lease is renewed. Is there a way to stop that?
Pete.
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
Hi Jan,
Excellent! Thanks,
Pete.
From: Jan Sommer
Sent: Monday, July 12, 2021 4:35 PM
To: rtems-us...@rtems.org
Cc: Siddons, David
Subject: Re: Zynq support
Hi Pete,
If you compile RTEMS with the option RTEMS_SMP enabled it supports both cores
of the
Does the rtems5 support for xilinx-zynq (7000 series) support both processors?
Or is only a single processor supported?
Pete.
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
lore that.
Pete.
From: Mooney, Tim M.
Sent: Tuesday, June 29, 2021 5:00 PM
To: EPICS Tech Talk ; rtems-us...@rtems.org
; Siddons, David
Subject: Re: porting IOCs from Linux to RTEMS
Hi Pete,
I think Kiman Ha did that to make copies of softGlueZynq run at NSLS (because
someon
I need to build an EPICS IOC which can run without access to NFS mounts or TFTP
mounts. The embedded system is a ZynQ-based system with ample persistent
storage on a micro-SD card. It seems to me that libbsd provides a full range of
file I/O facilities, and so a more Linux-like configuration sho
Hi, I'm working through the "quick start" document
(https://docs.rtems.org/branches/master/user/start/index.html), and have
succeeded in bulding and running the paranoia example on the beaglebone. I now
want to add the bsd networking library. I followed
https://rmeena840.github.io/Fourth-Post/.
Hi,
After a long absence I decided to have another shot at RTEMS for Zynq devices.
I chose the zc706 board. Installation using RSB went OK. Building the BSP
seemed to go well until this error:
/home/peter/development/rtems/5.1/lib/gcc/arm-rtems5/7.5.0/../../../../arm-rtems5/bin/ld:
/home/pet
Hi Jim,
I suspect you need to look at this:
https://devel.rtems.org/wiki/TBR/UserManual/Using_the_RTEMS_DOS_File_System
or similar.
Pete.
On 7/18/19 4:48 PM, Jim Elliott wrote:
Hello,
Could someone please point me to a resource which explains in as simple terms
as possible how to write d
___
From: Sebastian Huber
Sent: Monday, January 7, 2019 1:52:38 AM
To: Siddons, David; RTEMS
Cc: Heinz Junkes
Subject: Re: rtems_malloc_statistics_t
Hello David,
I think there was already some work to update EPICS to the latest RTEMS
version based on the POSIX API?
On 06/01/2019 16:41, Sidd
I was wondering how much more complete the Posix API is for RTEMS in version 5,
compared to 4.10? In doing this port, should I be looking to switch
rtems-specific code for Posix code? That should help in future upgrades, no?
Pete.
From: Siddons, David
Sent
Hi Sebastian,
That makes sense; I believe the last port was to rtems 4.10. Such a guide
would be very helpful. I'll take a look at the release page to see what I can
find there.
Pete.
On 1/4/19 1:47 AM, Sebastian Huber wrote:
Hello David,
On 03/01/2019 20:20, Siddons, David wrote
Hi all,
I'm slowly working my way through porting rtems5 to EPICS-3.15.6. THings
have changed since the previous port, both in EPICS and RTEMS. I just hit an
error concerning rtems malloc, in particular this type and the function which
uses it, malloc_get_statistics().
Is there a list of r
rom: Chris Johns
Sent: Monday, December 17, 2018 12:50:50 AM
To: Siddons, David; RTEMS
Subject: Re: can't clone rsb
On 17/12/2018 10:57, Siddons, David wrote:
>I showed in my first email that this command can't find a repository:
>
> ~/development/rtems$ git clone git
#x27;ll try from work tomorrow Maybe it's a problem with my provider at home.
Pete.
From: Chris Johns
Sent: Sunday, December 16, 2018 6:37 PM
To: Siddons, David; RTEMS
Subject: Re: can't clone rsb
On 17/12/2018 07:24, Siddons, David wrote:
> .but th
.but this worked:
git clone https://github.com/RTEMS/rtems-source-builder.git rsb.
Pete.
From: Siddons, David
Sent: Sunday, December 16, 2018 2:56:01 PM
To: RTEMS
Subject: can't clone rsb
I'm trying to clone the rsb repository using th
I'm trying to clone the rsb repository using this command:
~/development/rtems$ git clone https://git.rtems.org/rtems-source-builder.git
rsb
Cloning into 'rsb'...
fatal: repository 'https://git.rtems.org/rtems-source-builder.git/' not found
As you can see, the repository is not found. This is fo
--enable-c++
which ran OK.
and then:
make -j 4
which also ran to completion. I guess I have a good installation!
Thanks for all your help, and I hope this helps others who are having problems.
Pete.
________
From: Siddons, David
Sent: Friday, July 6, 2018 8:07:12 PM
ctory
Changing 4.11 to 5 resulted in a good build. So what happened to 4.11?
Do I now have to install the kernel source by hand, and build it like in the
old style? I couldn't see it anywhere in the resultant tree.
Pete.
From: users on behalf of Sidd
Hi Vijay,
Everything was done by cut-and-paste from the quick start page.
Pete.
From: Vijay Kumar Banerjee
Sent: Friday, July 6, 2018 3:50:09 PM
To: Siddons, David
Cc: users@rtems.org
Subject: Re: rsb
On 7 July 2018 at 00:11, Siddons, David
mailto:sidd
ccess, then cleaned everything out and started again,
with this result. I thought maybe something was in transition, so I waited
until now to try again.
Pete.
From: Joel Sherrill
Sent: Friday, July 6, 2018 3:08:52 PM
To: Siddons, David
Cc: rtems-us...@rtem
as in transition, so I waited
until now to try again.
Pete.
From: Joel Sherrill
Sent: Friday, July 6, 2018 3:08:52 PM
To: Siddons, David
Cc: rtems-us...@rtems.org
Subject: Re: rsb
On Fri, Jul 6, 2018, 2:06 PM Siddons, David
mailto:sidd...@bnl.gov>> wrot
Hi Joel,
No it doesn't. Is it possible there's something wrong with my git
installation?
Pete.
From: Joel Sherrill
Sent: Friday, July 6, 2018 2:59 PM
To: Siddons, David
Cc: users@rtems.org
Subject: Re: rsb
Hi
By any chance does it work for y
I just tried again to clone rsb:
~/development/rtems$ git clone git://git.rtems.org/rtems-source-builder.git rsb
Cloning into 'rsb'...
fatal: repository 'https://git.rtems.org//rtems-source-builder.git/' not found
Looking at the contents of this link gets:
No repositories found
I found this
slide.o@gmail.com]
Sent: Wednesday, May 30, 2018 5:32 PM
To: Siddons, David
Cc: users@rtems.org
Subject: Re: rsb problem with python
Hi Pete,
That's something I would like to know as well. When something fails after
building GCC, it would be nice to not have to rebuild GCC the next time.
While building rsb for arm-rtems I got this problem:
checking for python... /home/peter/miniconda3/bin/python
checking for python3.6... no
configure: error: python is missing or unusable
Makefile:9095: recipe for target 'configure-gdb' failed
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving d
Hi Amaan,
Actually, /home/peter/miniconda3/bin/python is a soft link to
/home/peter/miniconda3/bin/python3.6 already! Does rsb not follow links?
Pete.
From: Amaan Cheval [amaan.che...@gmail.com]
Sent: Monday, May 28, 2018 6:05 PM
To: Siddons, David
Cc: users
BTW, my browser is refusing to access rtems.org because of an expired
certificate.
Pete.
From: Siddons, David
Sent: Monday, May 28, 2018 1:12 PM
To: users@rtems.org
Subject: zynq picozed board
Has anyone implemented RTEMS on an Avnet Picozed board? What
Has anyone implemented RTEMS on an Avnet Picozed board? What needs to be
changed in the existing ZynQ support to do that?
Thanks,
Pete.
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
35 matches
Mail list logo