Re: RSB create report error

2020-07-01 Thread Sebastian Huber
On 01/07/2020 12:24, Kuan-Hsun Chen wrote: Just a relevant comment. I don't have this problem with arm-rtems during the build. With a GCC 10 host compiler? ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: RSB create report error

2020-07-01 Thread Sebastian Huber
On 01/07/2020 12:32, Kuan-Hsun Chen wrote: I missed the focus of GCC 10 in the previous mail. I thought it was related to the target. My host gcc is 8.3 in Debian. I might report later with GCC 10. Ok, it could be that building arm or sparc works. I switched to a GCC 10 host compiler to

Re: RSB create report error

2020-07-01 Thread Kuan-Hsun Chen
Hi, I missed the focus of GCC 10 in the previous mail. I thought it was related to the target. My host gcc is 8.3 in Debian. I might report later with GCC 10. Best, Kuan-Hsun On Wed, Jul 1, 2020 at 12:28 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 01/07/2020 12:24,

Re: Need help to execute/debug smpschededf02.exe on leon3

2020-07-01 Thread Richi Dubey
Dear Dr. Gaisler, There's something that I am getting stuck at while trying to debug an smp03 (https://git.rtems.org/rtems/tree/testsuites/smptests/smp03/init.c) test suite with gdb running on sis. I started sis with the command:

[PATCH] user: Document arm/realview-pbx-a9 BSP

2020-07-01 Thread Sebastian Huber
--- user/bsps/arm/realview-pbx-a9.rst | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/user/bsps/arm/realview-pbx-a9.rst b/user/bsps/arm/realview-pbx-a9.rst index 96710a0..15d1fbf 100644 --- a/user/bsps/arm/realview-pbx-a9.rst +++

Re: RSB create report error

2020-07-01 Thread Kuan-Hsun Chen
Hello, Just a relevant comment. I don't have this problem with arm-rtems during the build. Best, Kuan-Hsun On Wed, Jul 1, 2020 at 11:30 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > the GDB error is: > > https://sourceware.org/pipermail/gdb/2020-July/048772.html

Re: build error in testsuites libtests

2020-07-01 Thread Kuan-Hsun Chen
Hello all, I answer myself... my path was polluted unintendedly by 4.11 toolchains :/ With the latest RSB and the latest RTEMS 6 source code, everything goes well for realview_pbx_a9_qemu_smp. Best, Kuan-Hsun On Wed, Jul 1, 2020 at 3:24 PM Kuan-Hsun Chen wrote: > Hello all, > > I tried to

build error in testsuites libtests

2020-07-01 Thread Kuan-Hsun Chen
Hello all, I tried to build RTEMS 5 and RTEMS 6 via RSB on Debian. It seems to me that libtests in testsuites use rtems-bin2c with option "-N" which is not supported anymore: rtems-bin2c -N dl06_tar -C dl06-pre.tar dl06-pre-tar.c usage: bin2c [-csvzCH] is the binary file to convert should

Re: RSB create report error

2020-07-01 Thread Sebastian Huber
On 01/07/2020 11:30, Sebastian Huber wrote: Hello, the GDB error is: https://sourceware.org/pipermail/gdb/2020-July/048772.html This -fno-common default in GCC 10 can be also an issue for some RTEMS BSPs. This seems to be a powerpc-specific issue. I was able to build the tools for arm

Re: Need help to execute/debug smpschededf02.exe on leon3

2020-07-01 Thread Gedare Bloom
On Wed, Jul 1, 2020 at 5:32 AM Richi Dubey wrote: > > Dear Dr. Gaisler, > > There's something that I am getting stuck at while trying to debug an smp03 > (https://git.rtems.org/rtems/tree/testsuites/smptests/smp03/init.c) test > suite with gdb running on sis. > > I started sis with the command:

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-01 Thread Mritunjay Sharma
Hi Gedare, Thank you so much, since I had the experience of RSB toolchain till now, I forgot to build the RTEMS compiler toolchain. Today's update is also this that I spent the day figuring out how to build it manually and got some really amazing blogs which have helped me (though they were a

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-01 Thread Heinz Junkes
Hello, Mritunjay, why not use the RTEMS Resource builder for 4.10 ? Heinz > On 1. Jul 2020, at 20:03, Mritunjay Sharma > wrote: > > Hi Gedare, > > Thank you so much, since I had the experience of RSB toolchain till now, > I forgot to build the RTEMS compiler toolchain. > > Today's update

RSB create report error

2020-07-01 Thread Sebastian Huber
Hello, I tried to build the latest RTEMS 6 tools via RSB on Linux, but there was a failure in GDB. Unfortunately, the report generation failed: error: building powerpc-rtems6-gdb-4e394b2-x86_64-linux-gnu-1 Build FAILED error: failure to create error report Build Set: Time 0:01:32.511549

Re: RSB create report error

2020-07-01 Thread Sebastian Huber
Hello, the GDB error is: https://sourceware.org/pipermail/gdb/2020-July/048772.html This -fno-common default in GCC 10 can be also an issue for some RTEMS BSPs. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel