Re: [PATCH] bsp/pc386: Fix --console=/--printk argument parsing.

2016-03-30 Thread Chris Johns
On 30/03/2016 10:33 PM, Joel Sherrill wrote: What was broken? It worked fine in my testing. I need --console=com1,115200 and it did not parse. There was a couple of problems, ie option not comma when testing the baudrate, and so while fixing them I removed the need to copy the string and edit

Re: RTEMS BSD Makefile for Networking

2016-03-30 Thread Joel Sherrill
On Mar 30, 2016 4:07 PM, "Olufowobi, Habeeb" < habeeb.olufow...@bison.howard.edu> wrote: > > Greetings, > > I am trying to build the RTEMS BSD by following the guide in the libbsd.txt that is contained in the RTEMS-libbsd but I couldn't run the make command. I realized that there is no makefile in

RTEMS BSD Makefile for Networking

2016-03-30 Thread Olufowobi, Habeeb
Greetings, I am trying to build the RTEMS BSD by following the guide in the libbsd.txt that is contained in the RTEMS-libbsd but I couldn't run the make command. I realized that there is no makefile in the RTEMS-libbsd apart from the Makefile.todo and makefile.py present. I have gone through the

Re: Bringing the Scheduling Simulator in synch with RTEMS master

2016-03-30 Thread Joel Sherrill
On Wed, Mar 30, 2016 at 9:03 AM, Darshit Shah wrote: > I've started trying to bring the scheduling simulator in synch with the > current RTEMS master. Joel has created Trac Ticket #2679 ( > https://devel.rtems.org/ticket/2679) for this task. > > While trying to get the simulator to compile, GCC s

Bringing the Scheduling Simulator in synch with RTEMS master

2016-03-30 Thread Darshit Shah
I've started trying to bring the scheduling simulator in synch with the current RTEMS master. Joel has created Trac Ticket #2679 ( https://devel.rtems.org/ticket/2679) for this task. While trying to get the simulator to compile, GCC spits out the following error: In file included from /home/thedo

Re: [PATCH] bsp/pc386: Fix --console=/--printk argument parsing.

2016-03-30 Thread Joel Sherrill
What was broken? It worked fine in my testing. On Mar 29, 2016 11:57 PM, "Chris Johns" wrote: > --- > .../lib/libbsp/i386/pc386/console/console_select.c | 62 > ++ > 1 file changed, 41 insertions(+), 21 deletions(-) > > diff --git a/c/src/lib/libbsp/i386/pc386/console/console