All of lore.kernel.org
 help / color / mirror / Atom feed
* io.h doesn't get installed by target "headers_install" for mips
@ 2009-09-09 18:04 Dok Sander
  2009-09-09 18:17 ` David Daney
  0 siblings, 1 reply; 2+ messages in thread
From: Dok Sander @ 2009-09-09 18:04 UTC (permalink / raw)
  To: linux-kernel

Hi,

 I noticed the absence of the header io.h while trying to build(cross-compile, host i686-pc-linux-gnu) a software(lm-sensors-3.1.1, wants io.h in /sys) for mips. I can find io.h for mips in arch/mips/asm/include/{,sn/} However, io.h doesn't get installed when i do "make ARCH=mips headers_install" on linux 2.6.30.6

 According to someone on the eglibc mailing list, linux should provide io.h for mips. Is this true?

  Thank you,


      


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

* Re: io.h doesn't get installed by target "headers_install" for mips
  2009-09-09 18:04 io.h doesn't get installed by target "headers_install" for mips Dok Sander
@ 2009-09-09 18:17 ` David Daney
  0 siblings, 0 replies; 2+ messages in thread
From: David Daney @ 2009-09-09 18:17 UTC (permalink / raw)
  To: Dok Sander; +Cc: linux-kernel, linux-mips

Dok Sander wrote:
> Hi,
> 
>  I noticed the absence of the header io.h while trying to build(cross-compile, host i686-pc-linux-gnu) a software(lm-sensors-3.1.1, wants io.h in /sys) for mips. I can find io.h for mips in arch/mips/asm/include/{,sn/} However, io.h doesn't get installed when i do "make ARCH=mips headers_install" on linux 2.6.30.6
> 
>  According to someone on the eglibc mailing list, linux should provide io.h for mips. Is this true?
> 

I don't think so (for two reasons):

1) The things in /usr/include/sys are provided by libc not the kernel.

2) MIPS doesn't have I/O ports, so all the functions in sys/io.h on an 
x86 are undefined for MIPS.

David Daney

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

end of thread, other threads:[~2009-09-09 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09 18:04 io.h doesn't get installed by target "headers_install" for mips Dok Sander
2009-09-09 18:17 ` David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.