Re: Build failures on CentOS 8

2023-02-16 Thread Jeff Mayes
>>On 16/2/2023 8:43 am, Jeff Mayes wrote: >> We?re getting an odd build failure on CentOS 8. (I know it?s EOL.) >> ?Below is a snip of the output.? Any ideas? >Are you able to run a test with the latest version of waf? > >You can download it here https://waf.io

Build failures on CentOS 8

2023-02-15 Thread Jeff Mayes
Hi all, We're getting an odd build failure on CentOS 8. (I know it's EOL.) Below is a snip of the output. Any ideas? Thanks in advance! Jeff Using rtems for RTEMS source Testing: sparc erc32-sis BSP to Build: erc32 Traceback (most recent call last): File "./waf", line 167, in from

FW: Flight Software Workshop, February 2022

2021-07-14 Thread Jeff Mayes
FYI. From: Flight Software Workshop Sent: Tuesday, July 13, 2021 1:15 PM To: Jeff Mayes Subject: Flight Software Workshop, February 2022 Save the Date! [https://files.constantcontact.com/5adddbe6301/8f06287d-7a38-40f0-8dc2-c4adc01b7242.png]<https://r20.rs6.net/tn.js

RE: RTEMS Documentation build problem

2021-05-20 Thread Jeff Mayes
Patches applied and yes indeed that fixed it. I'm on CentOS 7. Thank you Chris! Jeff >-Original Message- >From: Chris Johns >Sent: Thursday, May 20, 2021 5:18 PM >To: Jeff Mayes ; devel@rtems.org >Subject: Re: RTEMS Documentation build problem > >On 21/5/21 4:28

RTEMS Documentation build problem

2021-05-20 Thread Jeff Mayes
Hi all, I'm trying to build the RTEMS Documentation, but having a problem with sphinxcontrib-bibtex. It's been a long time since I've tried this, so maybe there's a configuration problem on my end. Anyway, I've pulled down the rtems-docs repo and tried to follow the instructions in the

libbsd fails to build on PowerPC

2020-06-03 Thread Jeff Mayes
Hi, libbsd fails to build on PowerPC on both the master branch and the FreeBSD branch. Output below... Thanks Jeff ... ... [1207/1970] Compiling rtemsbsd/rtems/rtems-bsd-rc-conf-net.c [1208/1970] Compiling freebsd/sys/crypto/blowfish/bf_ecb.c In file included from

libbsd fails to build on master for i386

2020-06-03 Thread Jeff Mayes
Hi On i386, the libbsd build (actually linking) fails on master branch. FWIW, it succeeds on the FreeBSD branch. Output below... Thanks Jeff ... ... /home/mayes/dev/rtems/5/lib/gcc/i386-rtems5/7.5.0/../../../../i386-rtems5/bin/ld: ./libbsd.a(if_em.c.18.o):(.rodata.em_methods+0x2c): undefined

RE: Problem with rtems-libbsd build

2018-09-28 Thread Jeff Mayes
Joel's recommendation on the BSP variant. Just trying to do some plain vanilla testing on powerpc. Thanks! -Original Message- From: Sebastian Huber Sent: Friday, September 28, 2018 11:10 AM To: Jeff Mayes Cc: devel Subject: Re: Problem with rtems-libbsd build Hello, - Am 28

Problem with rtems-libbsd build

2018-09-28 Thread Jeff Mayes
Hi Pulled rtems and rtems-libbsd yesterday. Then, built rtems for powerpc and qoriq_core_0 successfully. Trying to build rtems-libbsd now, but getting this error below. Any ideas? Thanks in advance [1433/2034] Compiling freebsd/sys/dev/sdhci/fsl_sdhci.c

Trouble with rtems-libbsd

2018-09-14 Thread Jeff Mayes
Hi Just reporting as FYI. I'm building for powerpc, but it looks like it's building some ARM components too and failing. Thanks in advance! Jeff Here's my rtems configure, which seems to work: # ../rtems/configure --prefix=/home/tester/rtems/kernel/ppc \ --target=powerpc-rtems5

RE: RSB download of MPC fails

2018-08-28 Thread Jeff Mayes
Looks like m32c Thanks From: Joel Sherrill Sent: Tuesday, August 28, 2018 5:41 PM To: Jeff Mayes Cc: rtems-de...@rtems.org Subject: Re: RSB download of MPC fails On Tue, Aug 28, 2018 at 5:32 PM, Jeff Mayes mailto:jeff.ma...@oarcorp.com>> wrote: Hi all, Just trying out t

RSB download of MPC fails

2018-08-28 Thread Jeff Mayes
Hi all, Just trying out the RSB and the --source-only-download option. Looks like MPC has a problem. download: http://www.multiprecision.org/mpc/download/mpc-0.8.2.tar.gz -> sources/mpc-0.8.2.tar.gz download: http://www.multiprecision.org/mpc/download/mpc-0.8.2.tar.gz: error: HTTP Error 500:

RE: problem building libbsd with waf

2017-08-31 Thread Jeff Mayes
> -Original Message- > From: Chris Johns [mailto:chr...@rtems.org] > Sent: Thursday, August 31, 2017 3:00 AM > To: Jeff Mayes <jeff.ma...@oarcorp.com>; Christian Mauderer <list@c- > mauderer.de>; devel@rtems.org > Subject: Re: problem building libbsd wit

RE: problem building libbsd with waf

2017-08-30 Thread Jeff Mayes
> -Original Message- > From: Christian Mauderer [mailto:l...@c-mauderer.de] > Sent: Wednesday, August 30, 2017 2:38 PM > To: Jeff Mayes <jeff.ma...@oarcorp.com>; devel@rtems.org > Subject: Re: problem building libbsd with waf > > Am 29.08.2017 um 17:39

RE: problem building libbsd with waf

2017-08-30 Thread Jeff Mayes
I've tried waf 1.9.13 and 1.8.20. Same results with both. There's probably something wrong with my environment. > -Original Message- > From: Chris Johns [mailto:chr...@rtems.org] > Sent: Wednesday, August 30, 2017 3:24 AM > To: Jeff Mayes <jeff.ma...@oarcorp.com>

problem building libbsd with waf

2017-08-29 Thread Jeff Mayes
Hi I'm trying to build rtems and rtems-libbsd. It all goes fine until the waf build fails with this: Checking for RTEMS CPU options header : no This occurs for both i386 and arm. Part of the config.log is below. Any ideas? Thanks Jeff Compiler version (arm-rtems4.12-gcc) 7.2.0

[PATCH] Led.h: Minor code adjustments for clarity, and cleaned up comments

2015-04-15 Thread Jeff Mayes
From: Jeff Mayes jeff.ma...@oarcorp.com --- led/README | 8 ++--- led/led.h | 98 +- 2 files changed, 81 insertions(+), 25 deletions(-) diff --git a/led/README b/led/README index 4a2ab42..e78f1fd 100644 --- a/led/README +++ b/led

Raspberry Pi 2 boot

2015-03-18 Thread Jeff Mayes
Hi, I've built the Raspberry Pi 2 bsp and samples. My SD card has Raspian for the moment, and I don't see a kernel.img file like the previous Raspberry had. So, how do I get hello world to run off the SD card? Thanks Jeff ___ devel mailing list

SMP Implementation Status

2014-04-15 Thread Jeff Mayes
Hi all, I'm trying to create a table on the RTEMS Wiki to monitor the SMP implementation efforts. See http://www.rtems.org/wiki/index.php/SMP. For anyone working in this area, would you please share the status of your efforts? Not looking for deep details, just high level comments about any