discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Severe compilation error


From: mroesch
Subject: [Discuss-gnuradio] Severe compilation error
Date: Mon, 1 Dec 2003 12:53:58 +0100

Hi everybody
 
I tried to compile gnuradio-0.8 on a Debian (testing) computer. Now I'm stuck 
in compilation :-(
The first error I got was cused by the configure script:
 
---snip---
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
---snip---
 
I guess this is not so dramatical, cause all Makefiles were generated 
successfully. So I moved on to the next step, make:
 
---snip---
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DUSE_LIBGXX_INLINES -D_REENTRANT 
-DPARANOID=1 -DCACHESIZE=262144 -I../../../src/gnu/lib/gr 
-I../../../src/gnu/lib/grio -I../../../src/gnu/lib/grgui 
-I../../../src/gnu/lib/dtv -I../../../src/pspectra/lib/vr 
-I../../../src/pspectra/lib/vrp -I../../../src/pspectra/lib/vrio 
-I../../../src/pspectra/lib/vrgui -I/usr/share/qt3/include -g -O2 -Wall 
-Woverloaded-virtual -c dcontrol.cc
In file included from /usr/include/linux/pci.h:20,
from ../../../src/pspectra/lib/vr/guppi.h:20,
from ../../../src/pspectra/lib/vrio/VrGuppiBuffer.h:48,
from ../../../src/pspectra/lib/vrio/VrGuppiSource.h:47,
from dcontrol.cc:37:
/usr/include/linux/mod_devicetable.h:18: error: parse error before `,' token
/usr/include/linux/mod_devicetable.h:19: error: parse error before `,' token
/usr/include/linux/mod_devicetable.h:20: error: syntax error before `class_mask'
/usr/include/linux/mod_devicetable.h:21: error: 'kernel_ulong_t' is used as a
type, but is not defined as a type.
/usr/include/linux/mod_devicetable.h:31: error: '__u32' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:32: error: '__u32' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:33: error: '__u32' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:34: error: '__u32' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:35: error: '__u32' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:36: error: 'kernel_ulong_t' is used as a
type, but is not defined as a type.
/usr/include/linux/mod_devicetable.h:99: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:102: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:103: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:104: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:105: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:108: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:109: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:110: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:113: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:114: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:115: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:118: error: 'kernel_ulong_t' is used as a
type, but is not defined as a type.
/usr/include/linux/mod_devicetable.h:135: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:137: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:138: error: '__u16' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:139: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:140: error: '__u8' is used as a type, but
is not defined as a type.
/usr/include/linux/mod_devicetable.h:142: error: 'kernel_ulong_t' is used as a
type, but is not defined as a type.
make[4]: *** [dcontrol.o] Error 1
make[4]: Leaving directory `/home/martin/SA/gnuradio-0.8/src/pspectra/amps'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/martin/SA/gnuradio-0.8/src/pspectra'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/martin/SA/gnuradio-0.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/martin/SA/gnuradio-0.8'
make: *** [all-recursive-am] Error 2
 
What went wrong? I crawled through this mailing-list, but didn't find an 
answer. I also tried to get a cvs snapshot, but connection was refused so I 
couldn't log in. 
I'm currently using gcc-3.3.2 and most recent automake, autoconf and libtool I 
could find
 
Many thanks for your help
Martin Rösch

reply via email to

[Prev in Thread] Current Thread [Next in Thread]