From: Jan Humpl <JenikH@yo.cz>
To: linux-8086@vger.kernel.org
Subject: problem - copiling Dev86/elkscmd
Date: Tue, 08 Jul 2003 00:46:48 +0200 [thread overview]
Message-ID: <3F09F858.8020802@yo.cz> (raw)
[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]
Hi,
I need your experience: I have problems to compile elkscmd package
(elkscmd_20020501). If I first try untar dev86 (Dev86src-0.16.0 package)
and elks (elks-0.1.1 package), then I make symlinks linux-86 and elks
(and afterwards i cd into dev86 directory and type make and make returns
error (for output from stderr see attached output1.txt).
If i try first install dev86 (not symbolic link to elks) then I
compile dev86 succefully. Elks can be also compiled succefully. Then I
create symlink to elks source, symlinks to arch and linuxmt (as
described in FAQ), copy syscall.dat in
/usr/src/linux-86/libc/syscall/syscall.dat and syscall.dev86. Then I cd
into dev86 and make library and install-lib. Finaly I cd to elkscmd and
make comb, but I get an error mesage (see attached output2.txt).
So if you are well experienced to compile elkscmd, please tell me how
can I compile it ev. which versions of dev86, elks, elkscmd to use. Thanks.
I'm running on slackware 9.0 and all packages I was install into
/usr/src directory. I have tried also another versions/combinations of
packages, i also try to edit makefiles, but nothing was work.
Jenik
[-- Attachment #2: output2.txt --]
[-- Type: text/plain, Size: 1001 bytes --]
dd if=/dev/zero of=/usr/src/elkscmd/comb bs=1024 count=720
720+0 records in
720+0 records out
tar xpf rootfs_template.tar
/usr/src/elkscmd/tools/ver.pl /usr/src/elks/Makefile > /usr/src/elkscmd/rootfs_template/etc/issue
/sbin/mkfs.minix -n14 /usr/src/elkscmd/comb 720
256 inodes
720 blocks
Firstdatazone=12 (12)
Zonesize=1024
Maxsize=268966912
mount /usr/src/elkscmd/comb /mnt/elks -o loop
(cd /usr/src/elkscmd/rootfs_template ; tar cf - --exclude CVS *) | \
(cd /mnt/elks ; tar xpvf -)
bin/
boot/
dev/
dev/MAKEDEV
etc/
etc/rc.d/
etc/rc.d/rc.sysinit
etc/group
etc/issue
etc/termcap
etc/passwd
etc/inittab
root/
root/.profile
sbin/
usr/
usr/lib/
usr/lib/liberror.txt
var/
var/run/
var/run/utmp
(cd /mnt/elks/dev ; ./MAKEDEV)
make -C /usr/src/linux-86/bootblocks bin
make[1]: Entering directory `/usr/src/dev86-0.16.0/bootblocks'
make[1]: *** No rule to make target `bin'. Stop.
make[1]: Leaving directory `/usr/src/dev86-0.16.0/bootblocks'
make: *** [/usr/src/linux-86/bootblocks/minix.bin] Error 2
[-- Attachment #3: output1.txt --]
[-- Type: text/plain, Size: 40437 bytes --]
make[1]: Entering directory `/usr/src/dev86-0.16.0'
cc -O -DGNUMAKE -c ifdef.c
cc -o ifdef ifdef.o
./ifdef -MU makefile.in >tmp.mak
sed \
-e "s:%PREFIX%:/usr:" \
-e "s:%LIBPRE%:/usr/bcc:" \
-e "s:%BINDIR%:/usr/bin:" \
-e "s:%LIBDIR%:/usr/bcc/lib/bcc:" \
-e "s:%ELKSSRC%:/usr/src/elks:" \
-e "s:%CC%:cc:" \
-e "s:%CFLAGS%:-O:" \
-e "s:%LDFLAGS%::" \
< tmp.mak > make.tmp
mv -f make.tmp make.fil
PATH="`pwd`/bin:$PATH" make -f make.fil TOPDIR=`pwd` all
make[2]: Entering directory `/usr/src/dev86-0.16.0'
make -C libc .config.dir
make[3]: Entering directory `/usr/src/dev86-0.16.0/libc'
sh Config_sh
Using default configuration
make[3]: Leaving directory `/usr/src/dev86-0.16.0/libc'
make -C bcc CC='gcc' CFLAGS=' -Wall -Wstrict-prototypes -O6 -g' LDFLAGS='' PREFIX=/usr LIBPRE='/usr/bcc' LIBDIR='/usr/bcc/lib/bcc' BINDIR='/usr/bin' ANSI='' BCCARCH='' bcc ncc bcc-cc1
make[3]: Entering directory `/usr/src/dev86-0.16.0/bcc'
gcc -Wall -Wstrict-prototypes -O6 -g -DLOCALPREFIX=/usr/bcc -DBINDIR=/usr/bin -DDEFARCH=0 bcc.c -o bcc
gcc -Wall -Wstrict-prototypes -O6 -g -DL_TREE -DDEFARCH=0 bcc.c -o ncc
bcc.c: In function `reset_localprefix':
bcc.c:977: warning: implicit declaration of function `realpath'
gcc -Wall -Wstrict-prototypes -O6 -g -c bcc-cc1.c
gcc -Wall -Wstrict-prototypes -O6 -g -c codefrag.c
gcc -Wall -Wstrict-prototypes -O6 -g -c debug.c
gcc -Wall -Wstrict-prototypes -O6 -g -c declare.c
gcc -Wall -Wstrict-prototypes -O6 -g -c express.c
gcc -Wall -Wstrict-prototypes -O6 -g -c exptree.c
gcc -Wall -Wstrict-prototypes -O6 -g -c floatop.c
gcc -Wall -Wstrict-prototypes -O6 -g -c function.c
gcc -Wall -Wstrict-prototypes -O6 -g -c gencode.c
gcc -Wall -Wstrict-prototypes -O6 -g -c genloads.c
gcc -Wall -Wstrict-prototypes -O6 -g -c glogcode.c
gcc -Wall -Wstrict-prototypes -O6 -g -c hardop.c
gcc -Wall -Wstrict-prototypes -O6 -g -c input.c
gcc -Wall -Wstrict-prototypes -O6 -g -c label.c
gcc -Wall -Wstrict-prototypes -O6 -g -c loadexp.c
gcc -Wall -Wstrict-prototypes -O6 -g -c longop.c
gcc -Wall -Wstrict-prototypes -O6 -g -c output.c
gcc -Wall -Wstrict-prototypes -O6 -g -c preproc.c
gcc -Wall -Wstrict-prototypes -O6 -g -c preserve.c
gcc -Wall -Wstrict-prototypes -O6 -g -c scan.c
gcc -Wall -Wstrict-prototypes -O6 -g -c softop.c
gcc -Wall -Wstrict-prototypes -O6 -g -c state.c
gcc -Wall -Wstrict-prototypes -O6 -g -c table.c
gcc -Wall -Wstrict-prototypes -O6 -g -c type.c
gcc -Wall -Wstrict-prototypes -O6 -g -c assign.c
gcc bcc-cc1.o codefrag.o debug.o declare.o express.o exptree.o floatop.o function.o gencode.o genloads.o glogcode.o hardop.o input.o label.o loadexp.o longop.o output.o preproc.o preserve.o scan.o softop.o state.o table.o type.o assign.o -o bcc-cc1
make[3]: Leaving directory `/usr/src/dev86-0.16.0/bcc'
cp -p bcc/bcc bin/Bcc
cp -p bcc/ncc bin/ncc
cp -p bcc/bcc-cc1 lib/bcc-cc1
make -C unproto CC='gcc' CFLAGS=' -Wall -Wstrict-prototypes -O6 -g' LDFLAGS='' PREFIX=/usr LIBPRE='/usr/bcc' LIBDIR='/usr/bcc/lib/bcc' BINDIR='/usr/bin' ANSI='' unproto
make[3]: Entering directory `/usr/src/dev86-0.16.0/unproto'
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c tok_io.c -o tok_io.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c tok_class.c -o tok_class.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c tok_pool.c -o tok_pool.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c unproto.c -o unproto.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c vstring.c -o vstring.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c symbol.c -o symbol.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c error.c -o error.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c hash.c -o hash.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -c strsave.c -o strsave.o
gcc -Wall -Wstrict-prototypes -O6 -g -w -DBELL=\"007\" -DREOPEN -o unproto tok_io.o tok_class.o tok_pool.o unproto.o vstring.o symbol.o error.o hash.o strsave.o
make[3]: Leaving directory `/usr/src/dev86-0.16.0/unproto'
cp -p unproto/unproto lib/unproto
make -C copt CC='gcc' CFLAGS=' -Wall -Wstrict-prototypes -O6 -g' LDFLAGS='' PREFIX=/usr LIBPRE='/usr/bcc' LIBDIR='/usr/bcc/lib/bcc' BINDIR='/usr/bin' ANSI='' copt
make[3]: Entering directory `/usr/src/dev86-0.16.0/copt'
gcc -Wall -Wstrict-prototypes -O6 -g -o copt copt.c
copt.c: In function `eval':
copt.c:355: warning: unused variable `oldcp'
copt.c: In function `match':
copt.c:441: warning: `len' might be used uninitialized in this function
copt.c: At top level:
copt.c:815: warning: return type of `main' is not `int'
make[3]: Leaving directory `/usr/src/dev86-0.16.0/copt'
cp -p copt/copt lib/copt
cp -p copt/rules.* lib/.
make -C as CC='gcc' CFLAGS=' -Wall -Wstrict-prototypes -O6 -g' LDFLAGS='' PREFIX=/usr LIBPRE='/usr/bcc' LIBDIR='/usr/bcc/lib/bcc' BINDIR='/usr/bin' ANSI='' all
make[3]: Entering directory `/usr/src/dev86-0.16.0/as'
gcc -Wall -Wstrict-prototypes -O6 -g -c -o as.o as.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o assemble.o assemble.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o error.o error.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o express.o express.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o genbin.o genbin.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o genlist.o genlist.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o genobj.o genobj.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o gensym.o gensym.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o keywords.o keywords.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o macro.o macro.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o mops.o mops.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o pops.o pops.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o readsrc.o readsrc.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o scan.o scan.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o table.o table.c
gcc -Wall -Wstrict-prototypes -O6 -g -c -o typeconv.o typeconv.c
typeconv.c:18: warning: type defaults to `int' in declaration of `long_off'
typeconv.c:19: warning: type defaults to `int' in declaration of `int_off'
gcc as.o assemble.o error.o express.o genbin.o genlist.o genobj.o gensym.o keywords.o macro.o mops.o pops.o readsrc.o scan.o table.o typeconv.o -o as86
sed -e "s:%%LIBDIR%%:/usr/bcc/lib/bcc:" -e "s:%%BINDIR%%:/usr/bin:" \
< as86_encap.sh > tmp
chmod +x as86_encap
make[3]: Leaving directory `/usr/src/dev86-0.16.0/as'
cp -p as/as86 bin/as86
cp -p as/as86_encap bin/as86_encap
make -C ar CC='gcc' CFLAGS=' -Wall -Wstrict-prototypes -O6 -g' LDFLAGS='' PREFIX=/usr LIBPRE='/usr/bcc' LIBDIR='/usr/bcc/lib/bcc' BINDIR='/usr/bin' ANSI='' all
make[3]: Entering directory `/usr/src/dev86-0.16.0/ar'
[ -f ar.h ] || \
{ rm -f ar.h ; ln -s ../libc/include/ar.h . ; } || \
ln ../libc/include/ar.h .
[ -f rel_aout.h ] || \
{ rm -f rel_aout.h ; ln -s ../ld/rel_aout.h . ; } || \
ln ../ld/rel_aout.h .
gcc -Wall -Wstrict-prototypes -O6 -g -c ar.c -o ar.o
ar.c:250: warning: function declaration isn't a prototype
ar.c:251: warning: function declaration isn't a prototype
ar.c:252: warning: function declaration isn't a prototype
ar.c: In function `main':
ar.c:352: warning: suggest parentheses around assignment used as truth value
ar.c:447: warning: suggest explicit braces to avoid ambiguous `else'
ar.c:503: warning: passing arg 2 of `usage' makes pointer from integer without a cast
ar.c: At top level:
ar.c:517: warning: function declaration isn't a prototype
ar.c: In function `scan':
ar.c:517: warning: function declaration isn't a prototype
ar.c: In function `extract_member':
ar.c:680: warning: passing arg 2 of `utime' from incompatible pointer type
ar.c: In function `copy_out_member':
ar.c:1159: warning: passing arg 2 of `mywrite' from incompatible pointer type
ar.c: In function `touch_symdef_member':
ar.c:1208: warning: passing arg 2 of `mywrite' from incompatible pointer type
ar.c: In function `move_members':
ar.c:1278: warning: `after_mapelt' might be used uninitialized in this function
ar.c: In function `replace_members':
ar.c:1340: warning: `after_mapelt' might be used uninitialized in this function
ar.c: At top level:
ar.c:1472: warning: function declaration isn't a prototype
ar.c: In function `extract_members':
ar.c:1472: warning: function declaration isn't a prototype
ar.c: In function `write_symdef_member':
ar.c:1524: warning: passing arg 2 of `mywrite' from incompatible pointer type
ar.c:1532: warning: passing arg 2 of `mywrite' from incompatible pointer type
ar.c:1540: warning: passing arg 2 of `mywrite' from incompatible pointer type
ar.c:1569: warning: passing arg 2 of `mywrite' from incompatible pointer type
ar.c: At top level:
ar.c:1994: warning: function declaration isn't a prototype
ar.c:2004: warning: function declaration isn't a prototype
ar.c: In function `perror_with_name':
ar.c:2032: warning: passing arg 2 of `concat' discards qualifiers from pointer target type
ar.c: In function `pfatal_with_name':
ar.c:2045: warning: passing arg 2 of `concat' discards qualifiers from pointer target type
gcc ar.o -o ar86
ar.o(.text+0x27a1): In function `perror_with_name':
/usr/src/dev86-0.16.0/ar/ar.c:2032: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
ar.o(.text+0x277d):/usr/src/dev86-0.16.0/ar/ar.c:2031: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
make[3]: Leaving directory `/usr/src/dev86-0.16.0/ar'
cp -p ar/ar86 bin/ar86
make -C ld CC='gcc' CFLAGS=' -Wall -Wstrict-prototypes -O6 -g' LDFLAGS='' PREFIX=/usr LIBPRE='/usr/bcc' LIBDIR='/usr/bcc/lib/bcc' BINDIR='/usr/bin' ANSI='' ld86
make[3]: Entering directory `/usr/src/dev86-0.16.0/ld'
[ -f ar.h ] || \
{ rm -f ar.h ; ln -s ../libc/include/ar.h . ; } || \
ln ../libc/include/ar.h .
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c dumps.c -o dumps.o
dumps.c: In function `dumpmods':
dumps.c:22: warning: implicit declaration of function `memcmp'
dumps.c:25: warning: implicit declaration of function `strlen'
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c io.c -o io.o
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c ld.c -o ld.o
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c readobj.c -o readobj.o
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c table.c -o table.o
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c typeconv.c -o typeconv.o
typeconv.c:18: warning: type defaults to `int' in declaration of `long_off'
typeconv.c:19: warning: type defaults to `int' in declaration of `int_off'
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c linksyms.c -o linksyms.o
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c writex86.c -o writex86.o
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c writebin.c
gcc -Wall -Wstrict-prototypes -O6 -g -DREL_OUTPUT -DBUGCOMPAT -c writerel.c -o writerel.o
gcc dumps.o io.o ld.o readobj.o table.o typeconv.o linksyms.o writex86.o writebin.o writerel.o -o ld86
make[3]: Leaving directory `/usr/src/dev86-0.16.0/ld'
cp -p ld/ld86 bin/ld86
make -C ld CC='gcc' CFLAGS=' -Wall -Wstrict-prototypes -O6 -g' LDFLAGS='' PREFIX=/usr LIBPRE='/usr/bcc' LIBDIR='/usr/bcc/lib/bcc' BINDIR='/usr/bin' ANSI='' objdump86
make[3]: Entering directory `/usr/src/dev86-0.16.0/ld'
gcc -Wall -Wstrict-prototypes -O6 -g objdump86.c -o objdump86
make[3]: Leaving directory `/usr/src/dev86-0.16.0/ld'
cp -p ld/objdump86 bin/objdump86
test -f bin/ncc
make -C libc CC=ncc CCFLAGS= AR=ar86 ARFLAGS=r PLATFORM=i86-ELKS
make[3]: Entering directory `/usr/src/dev86-0.16.0/libc'
ncc -c -Mn -D__LIBC__ -D__LIBC_VER__='"0.16.0"' -o crt0.o crt0.c
transfer:
make[4]: Entering directory `/usr/src/dev86-0.16.0/libc/malloc'
make[4]: Leaving directory `/usr/src/dev86-0.16.0/libc/malloc'
transfer:
make[4]: Entering directory `/usr/src/dev86-0.16.0/libc/regexp'
make[4]: Leaving directory `/usr/src/dev86-0.16.0/libc/regexp'
transfer:
make[4]: Entering directory `/usr/src/dev86-0.16.0/libc/stdio'
make[4]: Leaving directory `/usr/src/dev86-0.16.0/libc/stdio'
transfer:
make[4]: Entering directory `/usr/src/dev86-0.16.0/libc/string'
make[4]: Leaving directory `/usr/src/dev86-0.16.0/libc/string'
make[4]: Entering directory `/usr/src/dev86-0.16.0/libc/bcc'
ncc -Mn -D__LIBC__ -c -o __ldivmod.o __ldivmod.c
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __ldivmod.o
Creating archive file `/usr/src/dev86-0.16.0/libc/libc.a'
ncc -Mn -D__LIBC__ -DL___idiv bcc_int.c -c -o __idiv.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __idiv.o
ncc -Mn -D__LIBC__ -DL___idivu bcc_int.c -c -o __idivu.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __idivu.o
ncc -Mn -D__LIBC__ -DL___imod bcc_int.c -c -o __imod.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __imod.o
ncc -Mn -D__LIBC__ -DL___imodu bcc_int.c -c -o __imodu.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __imodu.o
ncc -Mn -D__LIBC__ -DL___imul bcc_int.c -c -o __imul.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __imul.o
ncc -Mn -D__LIBC__ -DL___isl bcc_int.c -c -o __isl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __isl.o
ncc -Mn -D__LIBC__ -DL___isr bcc_int.c -c -o __isr.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __isr.o
ncc -Mn -D__LIBC__ -DL___isru bcc_int.c -c -o __isru.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __isru.o
ncc -Mn -D__LIBC__ -DL___laddl bcc_long.c -c -o __laddl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __laddl.o
ncc -Mn -D__LIBC__ -DL___landl bcc_long.c -c -o __landl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __landl.o
ncc -Mn -D__LIBC__ -DL___lcmpl bcc_long.c -c -o __lcmpl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lcmpl.o
ncc -Mn -D__LIBC__ -DL___lcoml bcc_long.c -c -o __lcoml.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lcoml.o
ncc -Mn -D__LIBC__ -DL___ldecl bcc_long.c -c -o __ldecl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __ldecl.o
ncc -Mn -D__LIBC__ -DL___ldivl bcc_long.c -c -o __ldivl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __ldivl.o
ncc -Mn -D__LIBC__ -DL___ldivul bcc_long.c -c -o __ldivul.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __ldivul.o
ncc -Mn -D__LIBC__ -DL___leorl bcc_long.c -c -o __leorl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __leorl.o
ncc -Mn -D__LIBC__ -DL___lincl bcc_long.c -c -o __lincl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lincl.o
ncc -Mn -D__LIBC__ -DL___lmodl bcc_long.c -c -o __lmodl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lmodl.o
ncc -Mn -D__LIBC__ -DL___lmodul bcc_long.c -c -o __lmodul.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lmodul.o
ncc -Mn -D__LIBC__ -DL___lmull bcc_long.c -c -o __lmull.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lmull.o
ncc -Mn -D__LIBC__ -DL___lnegl bcc_long.c -c -o __lnegl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lnegl.o
ncc -Mn -D__LIBC__ -DL___lorl bcc_long.c -c -o __lorl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lorl.o
ncc -Mn -D__LIBC__ -DL___lsll bcc_long.c -c -o __lsll.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lsll.o
ncc -Mn -D__LIBC__ -DL___lsrl bcc_long.c -c -o __lsrl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lsrl.o
ncc -Mn -D__LIBC__ -DL___lsrul bcc_long.c -c -o __lsrul.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lsrul.o
ncc -Mn -D__LIBC__ -DL___lsubl bcc_long.c -c -o __lsubl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __lsubl.o
ncc -Mn -D__LIBC__ -DL___ltstl bcc_long.c -c -o __ltstl.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __ltstl.o
ncc -Mn -D__LIBC__ -DL_errno heap.c -c -o errno.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a errno.o
ncc -Mn -D__LIBC__ -DL___brk_addr heap.c -c -o __brk_addr.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a __brk_addr.o
ncc -Mn -D__LIBC__ -DL_sbrk heap.c -c -o sbrk.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a sbrk.o
ncc -Mn -D__LIBC__ -DL_brk heap.c -c -o brk.o
ar86 r /usr/src/dev86-0.16.0/libc/libc.a brk.o
make[4]: Leaving directory `/usr/src/dev86-0.16.0/libc/bcc'
make[4]: Entering directory `/usr/src/dev86-0.16.0/libc/bios'
make[4]: Leaving directory `/usr/src/dev86-0.16.0/libc/bios'
make[4]: Entering directory `/usr/src/dev86-0.16.0/libc/error'
ncc -Mn -D__LIBC__ -c -o error.o error.c
/usr/src/dev86-0.16.0/include/arch/irq.h:31.32 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:31.37 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:31.38 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:32.31 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:32.36 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:32.37 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:33.22 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:33.23 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:33.27 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:33.27 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ';'
/usr/src/dev86-0.16.0/include/arch/irq.h:33.30 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:33.31 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:34.32 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:34.33 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:34.34 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:35.26 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:35.27 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:35.31 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:35.31 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ';'
/usr/src/dev86-0.16.0/include/arch/irq.h:35.38 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:35.42 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:35.42 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ';'
/usr/src/dev86-0.16.0/include/arch/irq.h:35.45 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:35.46 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:36.29 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:36.34 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:36.35 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:37.25 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:37.26 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:37.27 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:38.31 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:38.32 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:38.33 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:40.29 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: bh_mask_count not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:42.26 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: bh_active not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:43.24 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: bh_mask not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:45.32 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:45.32 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: bh_base not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:45.32 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ';'
/usr/src/dev86-0.16.0/include/arch/irq.h:45.33 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:45.34 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/arch/irq.h:49.31 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need ')'
/usr/src/dev86-0.16.0/include/arch/irq.h:49.32 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: need variable name
/usr/src/dev86-0.16.0/include/arch/irq.h:49.33 (from /usr/src/dev86-0.16.0/include/arch/posix_types.h:4) (from /usr/src/dev86-0.16.0/include/linuxmt/posix_types.h:54) (from /usr/src/dev86-0.16.0/include/linuxmt/types.h:53) (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: not in argument list
/usr/src/dev86-0.16.0/include/linuxmt/types.h:55.32 (from /usr/src/dev86-0.16.0/include/sys/types.h:3) (from /usr/src/dev86-0.16.0/include/stddef.h:10) (from /usr/src/dev86-0.16.0/include/sys/types.h:2) (from /usr/src/dev86-0.16.0/include/string.h:5) (from error.c:5): error: fd_set not in argument list
/usr/src/dev86-0.16.0/include/string.h:9.49 (from error.c:5): error: strlen not in argument list
/usr/src/dev86-0.16.0/include/string.h:11.50 (from error.c:5): error: strcat not in argument list
/usr/src/dev86-0.16.0/include/string.h:12.50 (from error.c:5): error: strcpy not in argument list
/usr/src/dev86-0.16.0/include/string.h:13.55 (from error.c:5): error: strcmp not in argument list
/usr/src/dev86-0.16.0/include/string.h:15.51 (from error.c:5): error: strncat not in argument list
/usr/src/dev86-0.16.0/include/string.h:16.51 (from error.c:5): error: strncpy not in argument list
/usr/src/dev86-0.16.0/include/string.h:17.64 (from error.c:5): error: strncmp not in argument list
/usr/src/dev86-0.16.0/include/string.h:19.40 (from error.c:5): error: strchr not in argument list
/usr/src/dev86-0.16.0/include/string.h:20.41 (from error.c:5): error: strrchr not in argument list
/usr/src/dev86-0.16.0/include/string.h:21.35 (from error.c:5): error: strdup not in argument list
/usr/src/dev86-0.16.0/include/string.h:24.58 (from error.c:5): error: memcpy not in argument list
/usr/src/dev86-0.16.0/include/string.h:25.56 (from error.c:5): error: memccpy not in argument list
/usr/src/dev86-0.16.0/include/string.h:26.64 (from error.c:5): error: memchr not in argument list
/usr/src/dev86-0.16.0/include/string.h:27.48 (from error.c:5): error: memset not in argument list
/usr/src/dev86-0.16.0/include/string.h:28.63 (from error.c:5): error: memcmp not in argument list
/usr/src/dev86-0.16.0/include/string.h:30.51 (from error.c:5): error: memmove not in argument list
/usr/src/dev86-0.16.0/include/string.h:41.43 (from error.c:5): error: strcasecmp not in argument list
/usr/src/dev86-0.16.0/include/string.h:42.52 (from error.c:5): error: strncasecmp not in argument list
/usr/src/dev86-0.16.0/include/string.h:43.37 (from error.c:5): error: strpbrk not in argument list
/usr/src/dev86-0.16.0/include/string.h:44.37 (from error.c:5): error: strsep not in argument list
/usr/src/dev86-0.16.0/include/string.h:45.36 (from error.c:5): error: strstr not in argument list
/usr/src/dev86-0.16.0/include/string.h:46.36 (from error.c:5): error: strtok not in argument list
/usr/src/dev86-0.16.0/include/string.h:47.38 (from error.c:5): error: strcspn not in argument list
/usr/src/dev86-0.16.0/include/string.h:48.37 (from error.c:5): error: strspn not in argument list
/usr/src/dev86-0.16.0/include/string.h:51.28 (from error.c:5): error: strfry not in argument list
error.c:7.22: error: __sys_errlist not in argument list
error.c:8.16: error: __sys_nerr not in argument list
error.c:12.8: error: err not in argument list
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
error.c:eof: error: need '{'
error.c:eof: error: need '}'
make[4]: *** [error.o] Error 1
make[4]: Leaving directory `/usr/src/dev86-0.16.0/libc/error'
make[3]: *** [/usr/src/dev86-0.16.0/libc/libc.a] Error 1
make[3]: Leaving directory `/usr/src/dev86-0.16.0/libc'
make[2]: *** [library] Error 2
make[2]: Leaving directory `/usr/src/dev86-0.16.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/dev86-0.16.0'
make: *** [all] Error 2
reply other threads:[~2003-07-07 22:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F09F858.8020802@yo.cz \
--to=jenikh@yo.cz \
--cc=linux-8086@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.