home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!orcenl!jhelberg
- From: jhelberg@nl.oracle.com (Joost Helberg)
- Newsgroups: comp.os.linux
- Subject: Re: io.h/iopl
- Message-ID: <2808@nlsun1.oracle.nl>
- Date: 10 Sep 92 07:33:35 GMT
- References: <1992Sep1.123648.18859@cbnewsd.cb.att.com>
- Organization: Oracle Europe
- Lines: 20
- X-Newsreader: Tin 1.1 PL3
-
- X-Disclaimer: This message was written by an unauthenticated user
- at Oracle Corporation. The opinions expressed are those
- of the user and not necessarily those of Oracle.
-
- asmith@cbnewsd.cb.att.com (arthur.c.smith) writes:
- : include/asm/io.h and use outb I get undefined _outb referenced in .text. In
- : looking at io.h it appears as if the outb function is defined as extern but
- Use -O6 to get the inb/outb functions inline instead of extern
- and therefore undefined. I had this experience when compiling tcp/ip 0.8, the
- makefiles redefined CC, throwing away the -O6 option.
-
- succes,
-
- --
- Joost Helberg Rijnzathe 6
- jhelberg@oracle.nl NL-3454 PV De Meern
- jhelberg@nl.oracle.com The Netherlands
-
- Oracle Europe BV Product Line Development
- Phone: +31 3406 94211 Fax: +31 3406 65609
-