public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* problems compile again
@ 2004-04-02 15:46 frostflare
  2004-04-02 16:17 ` Eljay Love-Jensen
  0 siblings, 1 reply; 2+ messages in thread
From: frostflare @ 2004-04-02 15:46 UTC (permalink / raw)
  To: gcc-help

Hi,

Thats is true, but i don't know what it is.
this is the io.h code:

#ifndef  _SYS_IO_H
#define  _SYS_IO_H   1

#include <features.h>

__BEGIN_DECLS


extern int ioperm (unsigned long int __from, unsigned
long int __num, int __tu
extern int iopl (int __level);

extern unsigned int _inb (unsigned long int __port);
extern unsigned int _inb (unsigned long int __port);
extern unsigned int _inw (unsigned long int __port);
extern unsigned int _inl (unsigned long int __port);
extern void _outb (unsigned char __val, unsigned long
int __port);
extern void _outw (unsigned short __val, unsigned long
int __port);
extern void _outl (unsigned int __val, unsigned long
int __port);

#define inb _inb
#define inw _inw
#define inl _inl
#define outb   _outb
#define outw   _outw
#define outl   _outl
extern int pciconfig_read (unsigned long int __bus,
unsigned long int __dfn,
            unsigned long int __off, unsigned long int
__len,
            unsigned char *__buf);
extern int pciconfig_write (unsigned long int __bus,
unsigned long int __dfn,
             unsigned long int __off, unsigned long int
__len,
             unsigned char *__buf);

__END_DECLS

#endif /* _SYS_IO_H */


Can somebody look at it, and say to me where is the
problem?


Thankyou


 
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problems compile again
  2004-04-02 15:46 problems compile again frostflare
@ 2004-04-02 16:17 ` Eljay Love-Jensen
  0 siblings, 0 replies; 2+ messages in thread
From: Eljay Love-Jensen @ 2004-04-02 16:17 UTC (permalink / raw)
  To: frostflare, gcc-help

Hi frostflare,

Because of email line limitations, it's hard to tell which line "line 35" 
is.  The ioperm function appears incomplete.

It appears you have an old version of CygWin installed.

Use the SETUP.EXE tool, located at <http://www.cygwin.com/> to install an 
up-to-date version of CygWin and the GNU utilities.  If you have the hard 
drive space, I recommend installing everything (not including source code, 
unless you really want that too).

HTH,
--Eljay

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-02 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-02 15:46 problems compile again frostflare
2004-04-02 16:17 ` Eljay Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).