Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!fu-berlin.de!zrz.TU-Berlin.DE!gfz-potsdam.de!dnews!cv!ovg From: ovg@nusun2.jinr.dubna.su (V. Olshevsky) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: FreeBSD equivalent for Linux ioperm() ??? Date: 25 Sep 1995 07:49:42 GMT Organization: Joint Institute for Nuclear Research Lines: 20 Message-ID: <OVG.95Sep25104942@nusun2.jinr.dubna.su> References: <43muf2$jv1@crcnis3.unl.edu> <43o8a9$g8s@reason.cdrom.com> <4448or$fps@taiwan.informatik.uni-rostock.de> NNTP-Posting-Host: nusun2.jinr.dubna.su In-reply-to: uphya001@odie.physik2.uni-rostock.de's message of 24 Sep 1995 18:41:31 GMT In article <4448or$fps@taiwan.informatik.uni-rostock.de> uphya001@odie.physik2.uni-rostock.de (Lars Koeller) writes: > cc -Wall -g -c trprog.c > /usr/include/machine/cpufunc.h: In function `inbc': > /usr/include/machine/cpufunc.h:125: inconsistent operand constraints in an `asm' > /usr/include/machine/cpufunc.h: In function `outbc': > /usr/include/machine/cpufunc.h:132: inconsistent operand constraints in an `asm' > *** Error code 1 > > > What is wrong with this include file? Try to compile your code with -O option, it should work fine :) > > Lars > Vladimir