Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Sebastian Huber
We should first make the Termios API provided by RTEMS more FreeBSD compatible: https://devel.rtems.org/ticket/2897 Would you mind sending the relevant patches of this ticket to the mailing list? Since is a POSIX header file, it should go into Newlib from my point of view. https://devel.

Re: [PATCH 01/10] Adding LPC32XX ethernet driver support

2017-02-14 Thread Sebastian Huber
I checked in this patch set and merged some commits together. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on req

Problem configuring ethernet interface for NFS in rtems-libbsd

2017-02-14 Thread vivek kukreja
Hello developers, I'm working on transporting application traces to host using the libbsd ethernet driver. I have compiled an app for arm/xilinx_zynq_a9_qemu and used the rtems bsd commands to setup NFS in the app. This example used to work until last year but the implementation of the function 'r

Compilation error in libpci path inclusion.

2017-02-14 Thread John Soni Jose
Hi All, Trying to execute PCI shell terminal task "cpukit/libmisc/shell/main_pci" on an x86 machine. Made below changes for including LIBPCI. The changes were made in "cpukit/configure.ac" and "cpukit/libmisc/shell/shellconfig.c" diff --git a/cpukit/configure.ac b/cpukit/configure.ac index

Re: Problem configuring ethernet interface for NFS in rtems-libbsd

2017-02-14 Thread Sebastian Huber
On 14/02/17 11:10, vivek kukreja wrote: Hello developers, I'm working on transporting application traces to host using the libbsd ethernet driver. I have compiled an app for arm/xilinx_zynq_a9_qemu and used the rtems bsd commands to setup NFS in the app. This example used to work until last ye

RE: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Kirspel, Kevin
OK. I want to update my RTEMS termios patch anyway to include a couple of changes that fell out of the FREEBSD USB serial test cases. Kevin Kirspel Electrical Engineer - Sr. Staff Idexx Roswell 235 Hembree Park Drive Roswell GA 30076 Tel: (770)-510- ext. 81642 Direct: (770)-688-1642 Fax: (77

Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Sebastian Huber
For imports of FreeBSD files into RTEMS or Newlib, please use the SVN checkout to get the right $FreeBSD$ identifiers, e.g. https://git.rtems.org/rtems/tree/cpukit/libcsupport/include/sys/event.h#n26 On 14/02/17 13:32, Kirspel, Kevin wrote: OK. I want to update my RTEMS termios patch anyway t

Re: Problem configuring ethernet interface for NFS in rtems-libbsd

2017-02-14 Thread vivek kukreja
Hello Sebastian, The output of the qemu command is as follows: Warning: nic cadence_gem.1 has no peer nexus0: zy7_slcr0: on nexus0 cgem0: on nexus0 miibus0: on cgem0 e1000phy0: PHY 0 on miibus0 e1000phy0: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, 1000baseT-FDX-mas

Fwd: Obsolete powerpc*-*-*spe*

2017-02-14 Thread Sebastian Huber
Looks like embedded PowerPC is going to die in GCC: Forwarded Message Subject:Obsolete powerpc*-*-*spe* Date: Mon, 13 Feb 2017 21:07:03 -0600 From: Segher Boessenkool To: g...@gcc.gnu.org CC: dje@gmail.com Hi all, I propose to mark powerpc*-*-*spe* a

qemu RSB bset with gcc 6.3.0

2017-02-14 Thread Joel Sherrill
Hi Helping someone using Debian unstable which uses gcc 6.3.0. glib has code using strftime() which is now flagged and glib is compiled with -Werror. gdate.c:2497 in glib 2.39. On the glib master at github, it is line 2500 and the code is fixed with a blame/comment in 2002. My first thought was

leon3 on gdb simulator anyone?

2017-02-14 Thread Joel Sherrill
Hi I built a new toolset today and sis in gdb doesn't run leon3 executables. Does this work for someone else or is something broken? Thanks. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: leon3 on gdb simulator anyone?

2017-02-14 Thread Cudmore, Alan P. (GSFC-5820)
I didn’t think leon3 ran on sis, just erc32. I can run leon3 on a patched QEMU and TSIM2. Alan From: devel on behalf of Joel Sherrill Reply-To: "j...@rtems.org" Date: Tuesday, February 14, 2017 at 12:01 PM To: "rtems-de...@rtems.org" Subject: leon3 on gdb simulator anyone? Hi I built a ne

Re: git retrieval with git blocked

2017-02-14 Thread Cláudio Silva
Hello Joel, The best way, I found, to use RSB behind restrictive firewalls was to follow these instructions: http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/ It essentially forces all git traffic to go through a SOCKS proxy. This works well if the fir

Re: leon3 on gdb simulator anyone?

2017-02-14 Thread Joel Sherrill
Jiri added support and I thought it worked but not today. My 4.11 tool didn't even work. Hopefully Jiri will comment. On Feb 14, 2017 11:25 AM, "Cudmore, Alan P. (GSFC-5820)" < alan.p.cudm...@nasa.gov> wrote: > I didn’t think leon3 ran on sis, just erc32. > > I can run leon3 on a patched QEMU an

Re: leon3 on gdb simulator anyone?

2017-02-14 Thread Jiri Gaisler
If you build gdb and sis through RSB, leon2 and leon3 emulation will be provided. You should start sis with -leon2 or -leon3 to enable it. In gdb, do 'target sim -leon3'. You can also build gdb-7.11 separately, after applying this patch: https://gaisler.org/gdb/gdb-7.11-sis-leon2-leon3.diff

Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Chris Johns
On 15/02/2017 00:33, Sebastian Huber wrote: For imports of FreeBSD files into RTEMS or Newlib, please use the SVN checkout to get the right $FreeBSD$ identifiers, e.g. https://git.rtems.org/rtems/tree/cpukit/libcsupport/include/sys/event.h#n26 Maybe a note in libbsd about this would help? I n

Re: qemu RSB bset with gcc 6.3.0

2017-02-14 Thread Chris Johns
On 15/02/2017 04:00, Joel Sherrill wrote: Hi Helping someone using Debian unstable which uses gcc 6.3.0. glib has code using strftime() which is now flagged and glib is compiled with -Werror. gdate.c:2497 in glib 2.39. On the glib master at github, it is line 2500 and the code is fixed with a b

Re: Compilation error in libpci path inclusion.

2017-02-14 Thread John Soni Jose
Hi All, Any inputs or suggestions to move forward on this issue. Regards John On Tuesday 14 February 2017 03:46 PM, John Soni Jose wrote: Hi All, Trying to execute PCI shell terminal task "cpukit/libmisc/shell/main_pci" on an x86 machine. Made below changes for including LIBPCI. The chan