Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 1995 08:40:36 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Re: Pb with pcvt's utils
Message-ID:  <199504200640.IAA02048@uriah.heep.sax.de>
In-Reply-To: <199504192305.BAA01744@keltia.frmug.fr.net> from "Ollivier Robert" at Apr 20, 95 01:05:20 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Ollivier Robert wrote:
> 
> -current from 19950417080002 ctm#565
> 
> /usr/src/usr.sbin/pcvt :
> 
> ===> pcvt/vgaio
> yacc -d /src/src/usr.sbin/pcvt/vgaio/vgaio.y
> yacc: 2 shift/reduce conflicts.
> cc -O -m486 -pipe -I /src/src/usr.sbin/pcvt/vgaio/obj -I /src/src/usr.sbin/pcvt/vgaio -g   -c y.tab.c -o vgaio.o
> /usr/include/machine/cpufunc.h: In function `getreg':
> /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm'
> /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm'
> /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm'
...

?????

bin@uriah 114% make clean
rm -f a.out [Ee]rrs mklog vgaio vgaio.o lex.o y.tab.h y.output
bin@uriah 115% make
yacc -d vgaio.y
yacc: 2 shift/reduce conflicts.
cc -O2 -m486 -pipe -I /home/bin/pcvt/vgaio/obj -I /home/bin/pcvt/vgaio -g   -c y.tab.c -o vgaio.o
rm -f y.tab.c
lex  -I lex.l
cc -O2 -m486 -pipe -I /home/bin/pcvt/vgaio/obj -I /home/bin/pcvt/vgaio -g   -c lex.yy.c -o lex.o
rm -f lex.yy.c
cc -O2 -m486 -pipe -I /home/bin/pcvt/vgaio/obj -I /home/bin/pcvt/vgaio -g    -o vgaio vgaio.o lex.o  -lm -ly -ll
bin@uriah 116% ident /usr/include/machine/cpufunc.h 
/usr/include/machine/cpufunc.h:
     $Id: cpufunc.h,v 1.34 1995/03/03 22:14:42 davidg Exp $


So i dunno how i can help here. %-]

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504200640.IAA02048>