Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Cillian O'Donnell
On Fri, 4 May 2018, 07:51 Vijay Kumar Banerjee, wrote: > > > On Fri, 4 May 2018, 12:17 Cillian O'Donnell, > wrote: > >> >> >> On Fri, 4 May 2018, 00:04 Joel Sherrill, wrote: >> >>> >>> >>> On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < >>> vijaykumar9...@gmail.com> wrote: >>>

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Vijay Kumar Banerjee
On Fri, 4 May 2018, 12:17 Cillian O'Donnell, wrote: > > > On Fri, 4 May 2018, 00:04 Joel Sherrill, wrote: > >> >> >> On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < >> vijaykumar9...@gmail.com> wrote: >> >>> >>> On 3 May 2018 at 22:58, Cillian O'Donnell wrote: >>> On Thu,

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Cillian O'Donnell
On Fri, 4 May 2018, 00:04 Joel Sherrill, wrote: > > > On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> On 3 May 2018 at 22:58, Cillian O'Donnell wrote: >> >>> >>> >>> On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, < >>> vijaykumar9...@gmail.com>

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Chris Johns
On 04/05/2018 16:26, Cillian O'Donnell wrote: > On Fri, 4 May 2018, 01:15 Chris Johns, > Has patches for this been posted? If they have I may have dropped the > ball by > not handling them. > > Everything covoar related has been posted. Suppose the next thing is fix up > the > rtems te

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Cillian O'Donnell
On Fri, 4 May 2018, 01:15 Chris Johns, wrote: > On 04/05/2018 09:04, Joel Sherrill wrote: > > On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com > > > wrote: > > On 3 May 2018 at 22:58, Cillian O'Donnell >

Re: rtems-libbsd build error on

2018-05-03 Thread Christian Mauderer
Am 03.05.2018 um 22:15 schrieb Chris Johns: > On 4/5/18 1:25 am, Christian Mauderer wrote: >> Am 03.05.2018 um 16:07 schrieb jameszxj: >>> *HI, >>> I compile the current libbsd (newest github version) use >>> "--buildset=buildset/minimal.ini" , >>>  Error occurs on building "testsuit/debugger01". >

ftp server upload filer error.

2018-05-03 Thread jameszxj
hi, I update libbsd to the github version, and when i upload a file, the upload process failed at the end, and the target shell stuck. I disconnect from the ftp client, shell print the msg debug: _bsd_sonewconn: pcb 0x15df2000: Listen queue overflow: 2 already in queue awaiting accept

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Vijay Kumar Banerjee
On 4 May 2018 at 04:34, Joel Sherrill wrote: > > > On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> On 3 May 2018 at 22:58, Cillian O'Donnell wrote: >> >>> >>> >>> On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, < >>> vijaykumar9...@gmail.com> wro

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
On 04/05/2018 12:24, Joel Sherrill wrote: > I am now confused. Do I need to get a patch into GCC?  My understanding is the patch is in gcc so no. The RSB fetches it from a gcc git repo. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org

Re: [PATCH 1/3] source-builder/config: Add couverture-qemu general config & build instructions.

2018-05-03 Thread Chris Johns
On 01/05/2018 12:25, Chris Johns wrote: > > I have built qemu on FreeBSD. MacOS failed in pixman and I have a Windows > running now. > A status update. MacOS fails to build GLib because of a configure check for '__int64'. I have not been able to figure out a simple workaround that does not touc

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Joel Sherrill
I am now confused. Do I need to get a patch into GCC? On Thu, May 3, 2018, 8:38 PM Chris Johns wrote: > On 07/04/2018 08:35, Amaan Cheval wrote: > > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > > gcc targeting x86_64. > > Pushed, thank you. > > Chris > __

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
On 07/04/2018 08:35, Amaan Cheval wrote: > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > gcc targeting x86_64. Pushed, thank you. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
Oops, I just pushed this patch, I got my email timeline mixed up and picked the wrong one. I will revert it and push the v2 patch. I am sorry about the noise. Chris On 07/04/2018 08:24, Amaan Cheval wrote: > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > gcc targeting x86_64.

Re: x86_64 port and BSP (GSoC 2018)

2018-05-03 Thread Chris Johns
On 03/05/2018 17:09, Amaan Cheval wrote: > On Thu, May 3, 2018 at 5:56 AM Chris Johns wrote: > >> On 01/05/2018 23:09, Amaan Cheval wrote: >>> Quick update: My x86_64 stub port compiles and can be linked to all > default >>> tests now! _dance_ >>> >>> I've pushed the stub port for the x86_64 to m

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
On 03/05/2018 17:42, Sebastian Huber wrote: > On 03/05/18 09:27, Chris Johns wrote: >> On 03/05/2018 17:20, Sebastian Huber wrote: >>> On 03/05/18 09:13, Chris Johns wrote: On 03/05/2018 16:49, Sebastian Huber wrote: > -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am not

Re: [PATCH v2 6/6] dhcpcd: Add hooks

2018-05-03 Thread Chris Johns
On 03/05/2018 16:49, Sebastian Huber wrote: > --- > dhcpcd/dhcpcd.c | 9 +++ > dhcpcd/namespace.h | 1 + > dhcpcd/script.c | 56 > + > dhcpcd/script.h | 6 + > libbsd.py

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
I oppose this change. On 03/05/2018 16:49, Sebastian Huber wrote: > --- > libbsd.py | 6 - > rtemsbsd/include/rtems/netcmds-config.h | 2 -- > rtemsbsd/rtems/rtems-bsd-shell-dhcpcd.c | 40 > - > 3 files changed, 48 deletions(-)

Re: [PATCH v2 3/6] rc_conf: Remove unused variable

2018-05-03 Thread Chris Johns
On 03/05/2018 16:49, Sebastian Huber wrote: > --- > rtemsbsd/rtems/rtems-bsd-rc-conf-net.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c > b/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c > index 0a5b3aaec..a3c4e7fb7 100644 > --- a/rtemsbsd/rtems/rte

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Chris Johns
On 04/05/2018 09:04, Joel Sherrill wrote: > On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee > wrote: > On 3 May 2018 at 22:58, Cillian O'Donnell > wrote: > On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, >

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Joel Sherrill
On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > On 3 May 2018 at 22:58, Cillian O'Donnell wrote: > >> >> >> On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, >> wrote: >> >>> Hello, >>> >>> I want to ask some things about the project to get a clear under

Re: rtems-libbsd build error on

2018-05-03 Thread Chris Johns
On 4/5/18 1:25 am, Christian Mauderer wrote: > Am 03.05.2018 um 16:07 schrieb jameszxj: >> *HI, >> I compile the current libbsd (newest github version) use >> "--buildset=buildset/minimal.ini" , >>  Error occurs on building "testsuit/debugger01". >> >> I found that the waf_libbsd.py file lost a lin

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Vijay Kumar Banerjee
On 3 May 2018 at 22:58, Cillian O'Donnell wrote: > > > On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, > wrote: > >> Hello, >> >> I want to ask some things about the project to get a clear understanding >> of the objectives/milestones and current status of the project. I also seek >> advice on m

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Cillian O'Donnell
On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, wrote: > Hello, > > I want to ask some things about the project to get a clear understanding > of the objectives/milestones and current status of the project. I also seek > advice on my Tasks/obectives. > > 1. The covoar has been updated to read sym

Re: rtems-libbsd build error on

2018-05-03 Thread Christian Mauderer
Am 03.05.2018 um 16:07 schrieb jameszxj: > *HI, > I compile the current libbsd (newest github version) use > "--buildset=buildset/minimal.ini" , >  Error occurs on building "testsuit/debugger01". > > I found that the waf_libbsd.py file lost a link lib file > "libdebugger.a". Would someone review a

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Vijay Kumar Banerjee
Hello, I want to ask some things about the project to get a clear understanding of the objectives/milestones and current status of the project. I also seek advice on my Tasks/obectives. 1. The covoar has been updated to read symbols from the library and the next milestone is to remove covoar's de

rtems-libbsd build error on

2018-05-03 Thread jameszxj
HI, I compile the current libbsd (newest github version) use "--buildset=buildset/minimal.ini" , Error occurs on building "testsuit/debugger01". I found that the waf_libbsd.py file lost a link lib file "libdebugger.a". Would someone review and patch it. waf_libbsd.py.patch Description: Binary

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Sebastian Huber
On 03/05/18 09:27, Chris Johns wrote: On 03/05/2018 17:20, Sebastian Huber wrote: On 03/05/18 09:13, Chris Johns wrote: On 03/05/2018 16:49, Sebastian Huber wrote: -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am not bothering to review the remainder of this patch. This comma

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
On 03/05/2018 17:20, Sebastian Huber wrote: > On 03/05/18 09:13, Chris Johns wrote: >> On 03/05/2018 16:49, Sebastian Huber wrote: >>> -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; >> -1. I am not bothering to review the remainder of this patch. >> >> This command is useful. I have used it

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Sebastian Huber
On 03/05/18 09:13, Chris Johns wrote: On 03/05/2018 16:49, Sebastian Huber wrote: -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am not bothering to review the remainder of this patch. This command is useful. I have used it in the past when working with dhcpd. It is like running a

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
On 03/05/2018 16:49, Sebastian Huber wrote: > -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am not bothering to review the remainder of this patch. This command is useful. I have used it in the past when working with dhcpd. It is like running a daemon on the command in Unix to debug

Re: [PATCH 1/2] dhcpcd: Add rtems_dhcpcd_start()

2018-05-03 Thread Sebastian Huber
On 03/05/18 03:03, Chris Johns wrote: On 03/05/2018 10:30, Joel Sherrill wrote: On Wed, May 2, 2018, 4:35 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 02/05/18 11:01, Chris Johns wrote: > This is duplicating this code: > > https://git.rtems.

Re: x86_64 port and BSP (GSoC 2018)

2018-05-03 Thread Amaan Cheval
On Thu, May 3, 2018 at 5:56 AM Chris Johns wrote: > On 01/05/2018 23:09, Amaan Cheval wrote: > > Quick update: My x86_64 stub port compiles and can be linked to all default > > tests now! _dance_ > > > > I've pushed the stub port for the x86_64 to my fork on Github; the commits > > are horribly m