> On 18 May 2016, at 22:40 , Shawn Webb wrote:
>
>> On May 17, 2016, at 4:47 PM, Shawn Webb wrote:
>>
>> Hey All,
>>
>> I’m getting this error when doing a buildkernel for RISC-V on the latest
>> HEAD:
>>
>> === Begin Log ===
>> In file included from /usr/src/sys/riscv/riscv/genassym.c:44:0
> On May 17, 2016, at 4:47 PM, Shawn Webb wrote:
>
> Hey All,
>
> I’m getting this error when doing a buildkernel for RISC-V on the latest HEAD:
>
> === Begin Log ===
> In file included from /usr/src/sys/riscv/riscv/genassym.c:44:0:
> /usr/src/sys/sys/bus.h:688:23: fatal error: device_if.h: No
Hey All,
I’m getting this error when doing a buildkernel for RISC-V on the latest HEAD:
=== Begin Log ===
In file included from /usr/src/sys/riscv/riscv/genassym.c:44:0:
/usr/src/sys/sys/bus.h:688:23: fatal error: device_if.h: No such file or
directory
compilation terminated.
*** Error code 1
S
Sent from my iPad
> On Feb 18, 2014, at 9:38 PM, Luigi Rizzo wrote:
>
>> On Tue, Feb 18, 2014 at 11:24 AM, Ian Lepore wrote:
>>
>>> On Fri, 2014-02-14 at 13:46 -0800, Luigi Rizzo wrote:
On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore wrote:
> On Fri, 2014-02-14 at 18:35 +0100, L
On Tue, Feb 18, 2014 at 11:24 AM, Ian Lepore wrote:
> On Fri, 2014-02-14 at 13:46 -0800, Luigi Rizzo wrote:
> > On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore wrote:
> >
> > > On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote:
> > > > on a freshly checked out HEAD,
> > > > "make toolchain" foll
On Fri, 2014-02-14 at 13:46 -0800, Luigi Rizzo wrote:
> On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore wrote:
>
> > On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote:
> > > on a freshly checked out HEAD,
> > > "make toolchain" followed by "make buildkernel" fails at this stage:
> > >
> > >
On Friday, February 14, 2014 1:42:05 pm Luigi Rizzo wrote:
> On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore wrote:
>
> > On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote:
> > > on a freshly checked out HEAD,
> > > "make toolchain" followed by "make buildkernel" fails at this stage:
> > >
> > >
On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore wrote:
> On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote:
> > on a freshly checked out HEAD,
> > "make toolchain" followed by "make buildkernel" fails at this stage:
> >
> > ...
> > @ -> /usr/home/luigi/FreeBSD/head/sys
> > machi
On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore wrote:
> On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote:
> > on a freshly checked out HEAD,
> > "make toolchain" followed by "make buildkernel" fails at this stage:
> >
> > ...
> > @ -> /usr/home/luigi/FreeBSD/head/sys
> > machi
On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote:
> on a freshly checked out HEAD,
> "make toolchain" followed by "make buildkernel" fails at this stage:
>
> ...
> @ -> /usr/home/luigi/FreeBSD/head/sys
> machine -> /usr/home/luigi/FreeBSD/head/sys/amd64/include
> x86 ->
on a freshly checked out HEAD,
"make toolchain" followed by "make buildkernel" fails at this stage:
...
@ -> /usr/home/luigi/FreeBSD/head/sys
machine -> /usr/home/luigi/FreeBSD/head/sys/amd64/include
x86 -> /usr/home/luigi/FreeBSD/head/sys/x86/include
Error:
Jens Rehsack wrote:
> Hi,
>
> I tried to update a machine which will become a webserver in
> near future. I received following error in buildkernel:
>
> [...]
>
> cc -c -O -pipe -march=pentium4 -Wall \
> -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
> -Wmissing-prototypes -Wpoin
Hi,
I tried to update a machine which will become a webserver in
near future. I received following error in buildkernel:
[...]
cc -c -O -pipe -march=pentium4 -Wall \
-Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline \
-W
On Sat, Jun 14, 2003 at 09:06:16AM +1000, Rob B wrote:
> linking kernel
> init_main.o: In function `proc0_init':
> init_main.o(.text+0x424): undefined reference to `kse0_sched'
> init_main.o(.text+0x430): undefined reference to `ksegrp0_sched'
> init_main.o(.text+0x43c): undefined reference to `pro
I have downloaded the 5.1-RELEASE source via sysinstall and while world
build fine, I have this error when trying to compile a new kernel from the
downloaded source on Alpha:
cc -c -O -pipe -mcpu=ev45 -mieee -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpo
On Thu, 2003-02-13 at 18:25, Giorgos Keramidas wrote:
> On 2003-02-13 18:31, Matt <[EMAIL PROTECTED]> wrote:
> > Trying a buildworld/buildkernel of today's latest cvs code and the
> > buildworld has compiled fine but the kernel is giving the error below.
> [...]
> > cc -O -pipe -mcpu=pentiumpro -
On 2003-02-13 18:31, Matt <[EMAIL PROTECTED]> wrote:
> Trying a buildworld/buildkernel of today's latest cvs code and the
> buildworld has compiled fine but the kernel is giving the error below.
[...]
> cc -O -pipe -mcpu=pentiumpro -D_KERNEL -Wall -Wredundant-decls -Wnested-
> externs -Wstrict-pr
> I'm very sorry about this, I committed only one of the two files. It
> should be fixed now.
Excellent. Not me doing something stupid then!
Cheers ;-)
---
Matt ([EMAIL PROTECTED])
http://www.xtaz.co.uk/
---
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in
Trying a buildworld/buildkernel of today's latest cvs code and the
buildworld has compiled fine but the kernel is giving the error below. I
thought it would be something missing from my kernel file that has been
added to GENERIC so I tried compiling GENERIC and get exactly the same
error. Nothi
On Sun, 9 Feb 2003, Simon Watson wrote:
> I'm having some problems with buildkernel on the latest current from
> CVS: (Apolgies if the formatting comes out slightly munged)
>
> ===> lib/libgeom
> cc -O -pipe -mcpu=pentiumpro -Werror -Wall -Wno-format-y2k -W
> -Wstrict-prototypes -Wmissing-prototy
Hi,
I'm having some problems with buildkernel on the latest current from
CVS: (Apolgies if the formatting comes out slightly munged)
===> lib/libgeom
cc -O -pipe -mcpu=pentiumpro -Werror -Wall -Wno-format-y2k -W
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wreturn-type -Wcast-qual -W
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I.
-I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica
-I/usr/src/sys/contrib/ipfil
On 7 Jul, Kenneth D. Merry wrote:
>> This happens when ENABLE_VFS_IOOPT is configured by ZERO_COPY_SOCKETS is
>> not configured.
> The attached patch should fix both issues.
>
> Let me know whether this fixes it for you.
Yes, compiles fine here.
Bye,
Alexander.
--
Speak soft
Kenneth D. Merry wrote:
> The attached patch should fix both issues.
I give it a try later (perhaps tomorrow).
Bye,
Alexander.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Mon, Jul 08, 2002 at 07:52:22 +1000, Bruce Evans wrote:
> On Sun, 7 Jul 2002, Alexander Leidinger wrote:
>
> > -current from today fails in kern/kern_subr.c:
> >
> > ../../../kern/kern_subr.c:220: warning: function declaration isn't a prototype
> >
> > ---snip---
> > #if defined(ENABLE_VFS_IOO
On Sun, 7 Jul 2002, Alexander Leidinger wrote:
> -current from today fails in kern/kern_subr.c:
>
> ../../../kern/kern_subr.c:220: warning: function declaration isn't a prototype
>
> ---snip---
> #if defined(ENABLE_VFS_IOOPT) || defined(ZERO_COPY_SOCKETS)
> /*
> * Experimental support for zero-c
Hi,
-current from today fails in kern/kern_subr.c:
../../../kern/kern_subr.c:220: warning: function declaration isn't a prototype
---snip---
#if defined(ENABLE_VFS_IOOPT) || defined(ZERO_COPY_SOCKETS)
/*
* Experimental support for zero-copy I/O
*/
static int
userspaceco(cp, cnt, uio, obj, dis
check outed 1 hour ago.
===> ipfilter
cc -O -pipe -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc
-I- -I. -I@ -I@/../i
28 matches
Mail list logo