sane-project-website/old-archive/2001-06/0027.html

142 wiersze
5.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: [2001-05-30] umax_pp compile errors (raw I/O)</TITLE>
<META NAME="Author" CONTENT="stef (stef-listes@wanadoo.fr)">
<META NAME="Subject" CONTENT="Re: [2001-05-30] umax_pp compile errors (raw I/O)">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: [2001-05-30] umax_pp compile errors (raw I/O)</H1>
<!-- received="Sat Jun 2 12:09:18 2001" -->
<!-- isoreceived="20010602190918" -->
<!-- sent="Sat, 2 Jun 2001 21:17:09 +0200" -->
<!-- isosent="20010602191709" -->
<!-- name="stef" -->
<!-- email="stef-listes@wanadoo.fr" -->
<!-- subject="Re: [2001-05-30] umax_pp compile errors (raw I/O)" -->
<!-- id="20010602211709.A1092@wanadoo.fr" -->
<!-- inreplyto="20010602195736.T13668@redhat.com" -->
<STRONG>From:</STRONG> stef (<A HREF="mailto:stef-listes@wanadoo.fr?Subject=Re:%20[2001-05-30]%20umax_pp%20compile%20errors%20(raw%20I/O)&In-Reply-To=&lt;20010602211709.A1092@wanadoo.fr&gt;"><EM>stef-listes@wanadoo.fr</EM></A>)<BR>
<STRONG>Date:</STRONG> Sat Jun 02 2001 - 12:17:09 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0028.html">stef: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0026.html">Tim Waugh: "[2001-05-30] umax_pp compile errors (raw I/O)"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0026.html">Tim Waugh: "[2001-05-30] umax_pp compile errors (raw I/O)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0028.html">stef: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0028.html">stef: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0029.html">Tim Waugh: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#27">[ date ]</A>
<A HREF="index.html#27">[ thread ]</A>
<A HREF="subject.html#27">[ subject ]</A>
<A HREF="author.html#27">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
On Sat, Jun 02, 2001 at 07:57:36PM +0100, Tim Waugh wrote:
<BR>
<EM>&gt; On architectures that don't have insb, outsb, and the rest (basically
</EM><BR>
<EM>&gt; everything but i386), the umax_pp backend doesn't build at all. I
</EM><BR>
<EM>&gt; think they should be autoconf'd for.
</EM><BR>
<EM>&gt;
</EM><BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In fact, it is:
<BR>
<P>.........
<BR>
static void
<BR>
Outsb (int port, unsigned char *source, int size)
<BR>
{
<BR>
#ifndef IO_SUPPORT_MISSING
<BR>
&nbsp;&nbsp;outsb (port, source, size);
<BR>
#endif
<BR>
}
<BR>
..........
<BR>
<P><EM>&gt; ../backend/umax_pp_low.o: In function `Insb':
</EM><BR>
<EM>&gt; ../backend/umax_pp_low.o(.text+0xe92): undefined reference to `insb'
</EM><BR>
<EM>&gt; ../backend/umax_pp_low.o: In function `Outsb':
</EM><BR>
<EM>&gt; ../backend/umax_pp_low.o(.text+0xee2): undefined reference to `outsb'
</EM><BR>
<EM>&gt; ../backend/umax_pp_low.o: In function `Insw':
</EM><BR>
<EM>&gt; ../backend/umax_pp_low.o(.text+0xf32): undefined reference to `insl'
</EM><BR>
<EM>&gt; ../backend/umax_pp_low.o: In function `Outsw':
</EM><BR>
<EM>&gt; ../backend/umax_pp_low.o(.text+0xf82): undefined reference to `outsw'
</EM><BR>
<EM>&gt; collect2: ld returned 1 exit status
</EM><BR>
<EM>&gt; make[1]: *** [umax_pp] Error 1
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Tim.
</EM><BR>
<EM>&gt; */
</EM><BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Were inb/outb also undefined ? Or was it simply the string version of these ?
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;So either IO_SUPPORT_MISSING was mis calculated, or your gcc doesn't have
<BR>
string I/O.
<BR>
<P>Regards,
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stef
<BR>
<P><PRE>
--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20[2001-05-30]%20umax_pp%20compile%20errors%20(raw%20I/O)&In-Reply-To=&lt;20010602211709.A1092@wanadoo.fr&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0028.html">stef: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0026.html">Tim Waugh: "[2001-05-30] umax_pp compile errors (raw I/O)"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0026.html">Tim Waugh: "[2001-05-30] umax_pp compile errors (raw I/O)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0028.html">stef: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0028.html">stef: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0029.html">Tim Waugh: "Re: [2001-05-30] umax_pp compile errors (raw I/O)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#27">[ date ]</A>
<A HREF="index.html#27">[ thread ]</A>
<A HREF="subject.html#27">[ subject ]</A>
<A HREF="author.html#27">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Sat Jun 02 2001 - 12:09:39 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>