25-10-2000, 09:03
Habe ein Projekt mit folgenden Includes
#include <linux/autoconf.h>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/major.h>
#include <linux/mm.h>
#include <linux/timer.h>
#include <linux/kernel.h>
#include <linux/malloc.h>
#include <linux/string.h>
#include <linux/signal.h>
#include <asm/io.h>
#include <asm/segment.h>
#include <asm/system.h>
#include <stdlib.h>
beim compilieren kommen dann folgende Fehler:
/usr/include/bits/types.h:95: warning: `__NFDBITS' redefined
/usr/include/linux/posix_types.h:22: warning: this is the location of the previous definition
/usr/include/bits/types.h:97: warning: `__FDMASK' redefined
/usr/include/linux/posix_types.h:34: warning: this is the location of the previous definition
In file included from /usr/include/stdlib.h:339,
from
.......................
Es handelt sich hierbei um das Lab Projekt, mit dem ich meine DIO192 Karte installieren möchte. Aber das Lab Projekt finde ich nicht mehr im Internet.
Kann mir irgend jemand was zu den includes sagen oder vielleicht über das Lab Linux Projekt??
Wäre schon toll! Und wenn es nur ein paar kleine Tips sind
[Dieser Beitrag wurde von Kaubeu am 25. Oktober 2000 editiert.]
#include <linux/autoconf.h>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/major.h>
#include <linux/mm.h>
#include <linux/timer.h>
#include <linux/kernel.h>
#include <linux/malloc.h>
#include <linux/string.h>
#include <linux/signal.h>
#include <asm/io.h>
#include <asm/segment.h>
#include <asm/system.h>
#include <stdlib.h>
beim compilieren kommen dann folgende Fehler:
/usr/include/bits/types.h:95: warning: `__NFDBITS' redefined
/usr/include/linux/posix_types.h:22: warning: this is the location of the previous definition
/usr/include/bits/types.h:97: warning: `__FDMASK' redefined
/usr/include/linux/posix_types.h:34: warning: this is the location of the previous definition
In file included from /usr/include/stdlib.h:339,
from
.......................
Es handelt sich hierbei um das Lab Projekt, mit dem ich meine DIO192 Karte installieren möchte. Aber das Lab Projekt finde ich nicht mehr im Internet.
Kann mir irgend jemand was zu den includes sagen oder vielleicht über das Lab Linux Projekt??
Wäre schon toll! Und wenn es nur ein paar kleine Tips sind
[Dieser Beitrag wurde von Kaubeu am 25. Oktober 2000 editiert.]