All pc386 BSP variants fail to compile

2016-06-11 Thread Joel Sherrill
Hi Recent breakage: i386-rtems4.12-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../cpukit/../../../pc386/lib/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT src/libscore_a-schedulerprior

Re: [PATCH 2/2] posix: add clock_nanosleep and tests

2016-06-11 Thread Joel Sherrill
Looks good except for the minor issue that in the nanosleep file there is a mix of (X) and ( X ) for conditionals and method invocations. Fix that and commit. FWIW while your head is in clocks, the clock attribute on condition variables has been added but is not currently used. I don't know if it

RE: [PATCH] pc386: Add virtio network driver

2016-06-11 Thread Jinhyun
Hi All, Thanks for your comments and suggestions. For a better decision, we like to give a bit of background of our patch. Initially, we got a comment from Joel that the pc386 BSP might be a suitable path for our patch as follows: https://lists.rtems.org/pipermail/devel/2016-March/014157.html Tho

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-06-11 Thread vivek kukreja
Hello Chris, > On 30-May-2016, at 10:38, Chris Johns wrote: > >> On 30/05/2016 13:51, vivek kukreja wrote: >> >> The init.c file for capture example doesnt include confdefs.h. Are there any >> other examples i can look at? > > The capture init.c in the testsuite includes system.h. I suggest y