[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [issues] sys/io.h missing on MIPS?
- To: Dok Sander <doksander@xxxxxxxxx>
- Subject: Re: [issues] sys/io.h missing on MIPS?
- From: "Carlos O'Donell" <carlos@xxxxxxxxxxxxxxxx>
- Date: Tue, 8 Sep 2009 22:31:38 -0400
On Tue, Sep 8, 2009 at 7:03 PM, Dok Sander<doksander@xxxxxxxxx> wrote:
> I'm trying to cross-compile a program(lm-sensors) for MIPS that requires a
> header sys/io.h
> However, in my include folder for MIPS I don't have this header. The
> question is, does eglibc provide this header at all? I am not aware of the
> significance of io.h but i believe it's pretty important. Also, i don't have
> linux/io.h or asm/io.h either. So perhaps the absence of this file is arch
> -specific ?
On MIPS these headers should be provided by the Linux kernel you are
building eglibc against.
On some other targets eglibc may provide these headers.
See the Linux kernel "headers_install" target.
Cheers,
Carlos.