Re: Build of rtems-libbsd for all BSPs

2015-07-12 Thread Chris Johns
On 29/05/2015 1:40 am, Joel Sherrill wrote: > > > On 5/28/2015 10:30 AM, Sujay Raj wrote: >> On i386/pc386, adding a line : >> >> extern u_int64_t tsc_freq; >> >> to freebsd/sys/contrib/altq/altq/altq_subr.c >> >> gets it to build successfully. Though I wonder what its repercussions >> would be.

Re: Build of rtems-libbsd for all BSPs

2015-05-28 Thread Joel Sherrill
On 5/28/2015 5:38 PM, Chris Johns wrote: On 29/05/2015 1:13 am, Joel Sherrill wrote: I decided to attempt to build rtems-libbsd for all BSPs. I didn't expect great results but 136 of 193 BSPs did not complete the build. Overall, the results are surprising. No x86 or SPARC BSPs could build rt

Re: Build of rtems-libbsd for all BSPs

2015-05-28 Thread Chris Johns
On 29/05/2015 1:13 am, Joel Sherrill wrote: > > I decided to attempt to build rtems-libbsd for all BSPs. I didn't > expect great results but 136 of 193 BSPs did not complete the build. > > Overall, the results are surprising. No x86 or SPARC BSPs could > build rtems-libbsd. And many ARM and Power

Re: Build of rtems-libbsd for all BSPs

2015-05-28 Thread Joel Sherrill
On 5/28/2015 10:30 AM, Sujay Raj wrote: On i386/pc386, adding a line : extern u_int64_t tsc_freq; to freebsd/sys/contrib/altq/altq/altq_subr.c gets it to build successfully. Though I wonder what its repercussions would be. Does the variable have a value? I looked at it enough to think that

Re: Build of rtems-libbsd for all BSPs

2015-05-28 Thread Sujay Raj
On i386/pc386, adding a line : extern u_int64_t tsc_freq; to freebsd/sys/contrib/altq/altq/altq_subr.c gets it to build successfully. Though I wonder what its repercussions would be. On Thu, May 28, 2015 at 8:43 PM, Joel Sherrill wrote: > Hi > > I decided to attempt to build rtems-libbsd for a