Re: Potential SIS or RTEMS/libbsd problem

2019-06-03 Thread Jiri Gaisler
On 6/3/19 4:14 AM, Chris Johns wrote: > On 1/6/19 6:58 am, Jiri Gaisler wrote: >> I have pushed a small patch to fix some build problems on Cygwin and >> FreeBSD. I don't know how fast we want to progress, but I could prepare a >> patch for RSB to use the new sis repository and skip the sis pat

Re: Build FreeBSD: FAILED 6/rtems-x86_64.bset on x86_64-freebsd12.0 (x86_64-rtems6-gdb-ff4a4474eb-x86_64-freebsd12.0-1)

2019-06-03 Thread Sebastian Huber
On 03/06/2019 07:17, Sebastian Huber wrote: On 03/06/2019 04:18, Chris Johns wrote: On 31/5/19 8:11 pm, Sebastian Huber wrote: All the builds on FreeBSD 12 failed this week. The reason seems to be this: grep -r ORIGINAL_AS_FOR_TARGET . ./gcc/config.log:ORIGINAL_AS_FOR_TARGET='' ./gcc/config

Re: [PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-06-03 Thread Aditya Upadhyay
On Sat, Jun 1, 2019 at 10:22 PM Gedare Bloom wrote: > > > > On Sat, Jun 1, 2019, 8:29 AM Aditya Upadhyay wrote: >> >> On Sat, Jun 1, 2019 at 5:03 AM Gedare Bloom wrote: >> > >> > On Fri, May 31, 2019 at 10:17 AM Aditya Upadhyay >> > wrote: >> > > >> > > Hi VARoDeK, >> > > >> > > This looks fin

GSoC19 location of the PRU drivers

2019-06-03 Thread Nils Hölscher
Hi, I will now start coding and porting the PRU drivers to RTEMS. My intention is to put the drivers @rtems/bsps/arm/beagle/pruss, since the beagles are the only boards supporting rtems and having an AM35xx SoC. The drivers should support PRUSS-v1 and -v2, these units can be found on Texas Instrum

Re: How important is Cygwin support for host tools?

2019-06-03 Thread Cudmore, Alan P. (GSFC-5820)
I don’t know anyone that currently uses Cygwin for RTEMS development. The projects I am aware of use Linux and Linux virtual machines. At home I have been able to build RTEMS toolchains and build RTEMS using WSL, so I would use WSL before picking up Cygwin again. WSL 2.0 is supposed to improve s

Re: [PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-06-03 Thread Gedare Bloom
On Mon, Jun 3, 2019 at 8:37 AM Aditya Upadhyay wrote: > > On Sat, Jun 1, 2019 at 10:22 PM Gedare Bloom wrote: > > > > > > > > On Sat, Jun 1, 2019, 8:29 AM Aditya Upadhyay wrote: > >> > >> On Sat, Jun 1, 2019 at 5:03 AM Gedare Bloom wrote: > >> > > >> > On Fri, May 31, 2019 at 10:17 AM Aditya Up

Re: GSoC19 location of the PRU drivers

2019-06-03 Thread Gedare Bloom
Putting the drivers in the BSP is fine for now. They can be refactored later if another BSP is added that can use them. On Mon, Jun 3, 2019 at 11:02 AM Nils Hölscher wrote: > > Hi, > > I will now start coding and porting the PRU drivers to RTEMS. > My intention is to put the drivers @rtems/bsps/a

Re: Potential SIS or RTEMS/libbsd problem

2019-06-03 Thread Chris Johns
On 3/6/19 5:51 pm, Jiri Gaisler wrote: > > On 6/3/19 4:14 AM, Chris Johns wrote: >> On 1/6/19 6:58 am, Jiri Gaisler wrote: >>> I have pushed a small patch to fix some build problems on Cygwin and >>> FreeBSD. I don't know how fast we want to progress, but I could prepare a >>> patch for RSB to u

RSB SPARC gdb 8.2.1 Build Issue on MSYS2 (64-bit)

2019-06-03 Thread Joel Sherrill
Hi I was trying to build the sparc tools on MSYS2 today. SIS was enabled by default and failed to build. Is it expected to build? Is it supposed to be disabled and the host is not properly detected by the RSB? Not sure which way to push on the fix. Thanks. --joel _

Re: Build FreeBSD: FAILED 6/rtems-x86_64.bset on x86_64-freebsd12.0 (x86_64-rtems6-gdb-ff4a4474eb-x86_64-freebsd12.0-1)

2019-06-03 Thread Joel Sherrill
On Mon, Jun 3, 2019 at 4:12 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 03/06/2019 07:17, Sebastian Huber wrote: > > On 03/06/2019 04:18, Chris Johns wrote: > >> On 31/5/19 8:11 pm, Sebastian Huber wrote: > >>> All the builds on FreeBSD 12 failed this week. The reason

Re: [PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-06-03 Thread Vaibhav Gupta
On Tue, 4 Jun, 2019, 2:02 AM Gedare Bloom, wrote: > On Mon, Jun 3, 2019 at 8:37 AM Aditya Upadhyay > wrote: > > > > On Sat, Jun 1, 2019 at 10:22 PM Gedare Bloom wrote: > > > > > > > > > > > > On Sat, Jun 1, 2019, 8:29 AM Aditya Upadhyay > wrote: > > >> > > >> On Sat, Jun 1, 2019 at 5:03 AM Ged