ticket #1291

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > Maybe you need an additional header and library to get inb and outb
> > on PPC. Could you please run the following commands and report
> > outputs?
> > 
> > grep '^inb ' -r /usr/include/*
> this gives me:
> grep '^inb ' -r /usr/include/*
> grep: Warnung: /usr/include/gnome-xml/libxml: Rekursive
> Verzeichnisschleife.
>  
> grep: /usr/include/ioport.h: Zu viele Ebenen aus symbolischen Links
> 
> > grep '^outb ' -r /usr/include/*
> this gives me:
>  grep '^outb ' -r /usr/include/*
> grep: Warnung: /usr/include/gnome-xml/libxml: Rekursive
> Verzeichnisschleife.
>  
> grep: /usr/include/ioport.h: Zu viele Ebenen aus symbolischen Links

First, you really should fix the two warnings that show up. It's about
bad symlinks if I understand german right.

Second, the grep commands did not find any inb or outb defs, let's try
with a different regexp:

grep ' inb' -r /usr/include/*
grep ' outb' -r /usr/include/*

-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/



[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux