Re: Compiling sparc/leon3 with clang

2019-07-31 Thread Gedare Bloom
On Wed, Jul 31, 2019 at 11:20 AM Gedare Bloom wrote: > > On Wed, Jul 31, 2019 at 10:03 AM Joel Sherrill wrote: > > > > > > > > On Wed, Jul 31, 2019 at 10:52 AM Gedare Bloom wrote: > >> > >> On Tue, Jul 30, 2019 at 11:09 PM Sebastian Huber > >> wrote: > >> > > >> > On 31/07/2019 01:23, Gedare Bl

Re: Compiling sparc/leon3 with clang

2019-07-31 Thread Gedare Bloom
On Wed, Jul 31, 2019 at 10:03 AM Joel Sherrill wrote: > > > > On Wed, Jul 31, 2019 at 10:52 AM Gedare Bloom wrote: >> >> On Tue, Jul 30, 2019 at 11:09 PM Sebastian Huber >> wrote: >> > >> > On 31/07/2019 01:23, Gedare Bloom wrote: >> > > Hello folks, >> > > >> > > I'm trying to compile leon3 wit

Re: [PATCH v3] user/exe: Add Device Tree section

2019-07-31 Thread Gedare Bloom
On Mon, Jul 29, 2019 at 2:03 PM Vijay Kumar Banerjee wrote: > > --- > user/bsps/arm/beagle.rst | 21 + > user/exe/device-tree.rst | 92 > user/exe/index.rst | 1 + > 3 files changed, 95 insertions(+), 19 deletions(-) > create mode 100644 us

Re: Compiling sparc/leon3 with clang

2019-07-31 Thread Joel Sherrill
On Wed, Jul 31, 2019 at 10:52 AM Gedare Bloom wrote: > On Tue, Jul 30, 2019 at 11:09 PM Sebastian Huber > wrote: > > > > On 31/07/2019 01:23, Gedare Bloom wrote: > > > Hello folks, > > > > > > I'm trying to compile leon3 with clang, because I'm under the > > > impression it should be possible. I

Re: [PATCH] eng: Add Software Requirements Engineering chapter

2019-07-31 Thread Gedare Bloom
On Wed, Jul 31, 2019 at 5:33 AM Sebastian Huber wrote: > > On 24/07/2019 15:44, Sebastian Huber wrote: > > +Requirement Verification > > + > > I confused the terms verification and validation. It should be > "Requirement Validation". From ECSS-E-ST-40C: > > "3.2.44 valid

Re: Compiling sparc/leon3 with clang

2019-07-31 Thread Gedare Bloom
On Tue, Jul 30, 2019 at 11:09 PM Sebastian Huber wrote: > > On 31/07/2019 01:23, Gedare Bloom wrote: > > Hello folks, > > > > I'm trying to compile leon3 with clang, because I'm under the > > impression it should be possible. I got as far as > > mv -f base_sp/.deps/base_sp-apptask.Tpo base_sp/.dep

Re: powerpc-rtems does not build on gcc master

2019-07-31 Thread Joel Sherrill
On Wed, Jul 31, 2019 at 7:56 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 31/07/2019 14:39, Joel Sherrill wrote: > > > > On Wed, Jul 31, 2019, 12:02 AM Sebastian Huber > > > > wrote: > > > > On 31/07/2019 00:47, Joel Sherrill

Re: powerpc-rtems does not build on gcc master

2019-07-31 Thread Sebastian Huber
On 31/07/2019 14:39, Joel Sherrill wrote: On Wed, Jul 31, 2019, 12:02 AM Sebastian Huber > wrote: On 31/07/2019 00:47, Joel Sherrill wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91303 > > Here's the output. Any idea

Re: GSoC PRU: AM35xx Clock driver

2019-07-31 Thread Nils Hölscher
Hi, I have been reading into the FreeBSD init code the past few days, especially for Driver_MODULE. Expect an Blog entry today or tomorrow. Because I don't have JTAG, it took me quite some time. With BUS_DEBUG enabled I saw that the problem is indeed that the pruss unit is discovered too early. I

Re: powerpc-rtems does not build on gcc master

2019-07-31 Thread Joel Sherrill
On Wed, Jul 31, 2019, 12:02 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 31/07/2019 00:47, Joel Sherrill wrote: > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91303 > > > > Here's the output. Any ideas? > > Yes, support for SPE was removed in GCC 8. > I know. Does th

Re: [PATCH] eng: Add Software Requirements Engineering chapter

2019-07-31 Thread Sebastian Huber
On 24/07/2019 15:44, Sebastian Huber wrote: +Requirement Verification + I confused the terms verification and validation. It should be "Requirement Validation". From ECSS-E-ST-40C: "3.2.44 validation process to confirm that the requirements baseline functions and

[PATCH] libdl/arm: Add support for ARM trampolines

2019-07-31 Thread chrisj
From: Chris Johns Closes #3776 --- cpukit/libdl/rtl-mdreloc-arm.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/cpukit/libdl/rtl-mdreloc-arm.c b/cpukit/libdl/rtl-mdreloc-arm.c index 9e5d66ee1f..4950dcdab1 100644 --- a/cpukit/libdl/rtl-mdreloc-arm.c +++ b

Re: powerpc-rtems does not build on gcc master

2019-07-31 Thread Sebastian Huber
On 31/07/2019 07:03, Sebastian Huber wrote: On 31/07/2019 07:02, Sebastian Huber wrote: On 31/07/2019 00:47, Joel Sherrill wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91303 Here's the output. Any ideas? Yes, support for SPE was removed in GCC 8. Oh, sorry. You are building GCC. Th