Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici
No, i'm working on a driver prototype for my master thesis degree. I've simply got this driver that is known working on 6.1 and changed some code. Put the driver files in the /usr/src/sys/dev/, added the line "dev//>drive_name>.c" to files.i386, than build it statically into kernel with "make depe

Re: /tmp write failed, filesystem is full

2007-03-27 Thread Brian A. Seklecki
On Tue, 2007-03-27 at 17:42 +0200, Michele Endrici wrote: > build a kernel for FreeBSD 6.2 with a new driver but the make > > fails "build a kernel for FreeBSD 6.2 with a new driver but the make fails" What did you do just pull a new version of the files into your 6.2 tree? f

Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici
bj/usr/src/sys/GENERIC > yacc -b aicasm_gram -d -o aicasm_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y > > /tmp: write failed, filesystem is full > yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y > c

Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici
icasm_gram -d -o aicasm_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y > > /tmp: write failed, filesystem is full > yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/u

Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici
src/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f >> /usr/src/sys/dev/aic7xxx/aicasm/Makefile >> Warning: Object directory not changed from original >> /usr/obj/usr/src/sys/GENERIC yacc -b aicasm_gram -d -o aicasm_gram.c >> /usr/src/sys/dev/aic7xxx/aicasm/aicasm

Re: /tmp write failed, filesystem is full

2007-03-27 Thread Lowell Gilbert
casm/Makefile >> Warning: Object directory not changed from original >> /usr/obj/usr/src/sys/GENERIC yacc -b aicasm_gram -d -o aicasm_gram.c >> /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y >> >> /tmp: write failed, filesystem is full >> yacc -b aicasm_macro_gra

Re: /tmp write failed, filesystem is full

2007-03-27 Thread David J Brooks
acc -b aicasm_gram -d -o aicasm_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y > > /tmp: write failed, filesystem is full > yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y > cc -O2 -fno-strict-aliasing -pipe -nostdinc -

Re: /tmp write failed, filesystem is full

2007-03-27 Thread Brian A. Seklecki
make -DNO_CPU_CFLAGS -f > /usr/src/sys/dev/aic7xxx/aicasm/Makefile > Warning: Object directory not changed from original > /usr/obj/usr/src/sys/GENERIC > yacc -b aicasm_gram -d -o aicasm_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y > > /tmp: write failed, filesyst

/tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici
GS -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/GENERIC yacc -b aicasm_gram -d -o aicasm_gram.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y /tmp: write failed, filesystem is full yacc -b aicasm_macro_gram -