Re: rtems-6.1-rc2 on Mac OSX Sonoma 14.4 (Apple M2) failed -> fixed

2024-03-11 Thread Chris Johns
[ Sorry, my email does not show your message ] Hi Heinz, I see you are using brew on your M machine which is fine. As an alternative I have documented using python.org: https://docs.rtems.org/branches/master/user/hosts/macos.html#python and a virtual environment. Chris On 12/3/2024 2:09 pm,

Re: Multiple PowerPC BSPs Fail to BUIld

2024-03-11 Thread Chris Johns
On 11/3/2024 6:04 pm, Sebastian Huber wrote: > sorry for breaking the build. I fixed it. The problem is that > header file depends on the BSP-provided define BSP_SHARED_HANDLER_SUPPORT. So, > the include order matters. Thank you for quickly sorting this out. Chris ___

Re: rtems-6.1-rc2 on Mac OSX Sonoma 14.4 (Apple M2) failed -> fixed

2024-03-11 Thread Heinz Junkes
Hi After updating Xcode and OSX to Sonoma 14.4 the Python libs 'disappeared’ ? Upgrade/update python on homebrew and brew link python3 fixed it. Heinz > On 11. Mar 2024, at 16:27, Heinz Junkes wrote: > > Hi, > > I am trying to install rc2 on sonoma 14.4 (Apple M2) and unfortunately get > > error:

rtems-6.1-rc2 on Mac OSX Sonoma 14.4 (Apple M2) failed

2024-03-11 Thread Heinz Junkes
Hi, I am trying to install rc2 on sonoma 14.4 (Apple M2) and unfortunately get error: config error: gdb-common-1.cfg:146: "gdb: python: library file not found: libpython3.11.*, please install” It looks like the error described in ticket #4631. Heinz (base) junkes@Zarquon rtems % ../source-bu

Re: arm/tms570ls3137_hdk_with_loader build failures

2024-03-11 Thread Joel Sherrill
On Mon, Mar 11, 2024 at 12:14 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 09.03.24 22:39, Joel Sherrill wrote: > > Hi > > > > The build sweep using rtems-bsp-builder reports that 8 build > > configurations of arm/tms570ls3137_hdk_with_loader fail. See the > > following for

[PATCH rtems-tools] rtems-score-thread.ini: Remove _Thread_Close so trace examples link

2024-03-11 Thread Joel Sherrill
_Thread_Close no longer exists. There are multiple exapmles which show tracing in rtems-examples which fail to link due to this. --- linkers/rtems-score-thread.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.i

Re: Assistance Needed: Locating arm-rtems5-gdb implementation in source code

2024-03-11 Thread Kinsey Moore
On Mon, Mar 11, 2024 at 6:18 AM Xin Zheng wrote: > Hello everyone, > > > > I’m currently working with RTEMS for ARM architecture and I’m facing > challenges locating the implementation details for arm-rtems5-gdb in the > RTEMS source code. Despite my efforts, I have been unable to pinpoint the >

Re: [PATCH] aarch64/zynqmp: Fix UART base addresses and IRQ

2024-03-11 Thread Kinsey Moore
Looks good to me. The overall effect of this is no functional change. Thanks for the cleanup! Kinsey On Mon, Mar 11, 2024 at 8:25 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > The base addresses and IRQ numbers for UART 0 and 1 were interchanged. > Fix this and set BSP_CONSOL

[PATCH] aarch64/zynqmp: Fix UART base addresses and IRQ

2024-03-11 Thread Sebastian Huber
The base addresses and IRQ numbers for UART 0 and 1 were interchanged. Fix this and set BSP_CONSOLE_MINOR to 0 for this BSP family. --- bsps/aarch64/xilinx-zynqmp/console/console.c | 4 ++-- bsps/aarch64/xilinx-zynqmp/include/bsp/irq.h | 4 ++-- spec/build/bsps/optconminor.yml | 1 +

Assistance Needed: Locating arm-rtems5-gdb implementation in source code

2024-03-11 Thread Xin Zheng
Hello everyone, I'm currently working with RTEMS for ARM architecture and I'm facing challenges locating the implementation details for arm-rtems5-gdb in the RTEMS source code. Despite my efforts, I have been unable to pinpoint the exact location. Could you kindly guide me to the specific locat

Re: [PATCH 4/6] build: Add support to make bootloader images

2024-03-11 Thread Sebastian Huber
On 11.03.24 00:40, Chris Johns wrote: On 7/3/2024 5:27 pm, Sebastian Huber wrote: On 07.03.24 02:09, Chris Johns wrote: On 6/3/2024 8:33 am, Gedare Bloom wrote: If script generation needs to be done, it should be implemented in Python with input from the yml spec item as necessary to fill ou

rtems-6.1-rc2 on Mac OSX Ventura 13.6.1 (Intel Core i5)

2024-03-11 Thread Heinz Junkes
Hi, I tried to build rc2 on OS-X (Ventura Intel) for powerpc and I get the following error: RTEMS Tools Project - Source Builder Error Report Build: error: building powerpc-rtems6-gcc-13.2.0-newlib-3cacedb-x86_64-apple-darwin22.6.0-1 Command Line: ../source-builder/sb-set-builder --prefix=/V

Re: Multiple PowerPC BSPs Fail to BUIld

2024-03-11 Thread Sebastian Huber
Hello Joel, On 09.03.24 22:40, Joel Sherrill wrote: In looking at the build sweep log, I see what looks like motorola_powerpc and beatnik all have a common build failure that results in 53 configurations failing per https://lists.rtems.org/pipermail/build/2024-March/051698.html