Displaying 20 results from an estimated 60 matches for "dmodule".
Did you mean:
module
2003 Feb 28
2
error in tor2
...lc
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f core
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototype
s -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I
/usr/src/linux/include -I/usr/src/linux/include/net -DMODVERSIONS -include
usr/src/linux/include/linux/modversions.h -DECHO_CAN_MARK2 -DCONFIG_ZAPATA_PP...
2005 Feb 20
1
Mandrake & CAPI
...ivers/isdn/avmb1
Guidance states modify the KRNLINCL lines for the correct include path -
KRNLINCL = /usr/src/kernel-headers-`uname -r`/include
#KRNLINCL = /lib/modules/`uname -r`/build/include
#KRNLINCL = /usr/src/linux/include
And modify the lines as thus -
DEFINES = -DMODULE -D__KERNEL__ -DNDEBUG \
-D__$(CARD)__ -DTARGET=\"$(CARD)\"
CCFLAGS = -c $(DEFINES) -O2 -Wall -I $(KRNLINCL)
With -
DEFINES = -DMODULE -DMODVERSIONS -D__KERNEL__ -DNDEBUG \
-D__$(CARD)__ -DTARGET=\"$(CARD)\"
CCFLAGS = -c $(DEFINES) -march=...
2012 Apr 16
3
[LLVMdev] How to compile this linux-driver like programme into .bc file?
...ll generate a .ko file while I can use the clang command "-O3-emit-llvm" to generate a corresponding .bc file so the pass can be run on that.
>
> I guess you can use something like (I am not SURE if Clang support those GCC
>flags entirely, try it yourself),
>
>$ clang -O2 -DMODULE -D__KERNEL__ YOUR_MODULE.c \
> -W -Wall -Wstrict-prototypes -Wmissing-prototypes \
> -isystem /lib/modules/`uname -r`/build/include \
> -emit-llvm -o YOUR_MODULE.bc
>
>Regards,
>chenwj
>
>--
>Wei-Ren Chen (陳韋任)
>Computer Systems Lab, Institute of Information Scienc...
2003 Dec 17
0
Install X100P and TDM400P Asterisk cards!
...forward to your responses soon!
Thanks!
Quan Le T.
-------------- next part --------------
root@QuanLe zaptel-0.7.0]# make
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net -DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h -DECHO_CAN_MARK2 -DCONFIG_ZAPAT...
2004 Jul 02
0
Have problem install via cvs
...e.lo libtonezone.so.1.0 *.lo
rm -f *.ko *.mod.c .*o.cmd
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f core
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o
gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__
-DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer
-I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include
-I/usr/src/linux/include/net -DMODVERSIONS -include
/usr/src/linux-2.4/include/linux/modversions.h -DSTANDALONE_ZAPATA -c
zaptel.c...
2012 Apr 18
0
[LLVMdev] How to compile this linux-driver like programme into .bc file?
...ired at me that "asm/processor.h" is not fount. Then I included that file
using -I option and some other files were said not found! It's like I opened a can of worms...
I can still continue to include the file that is said not found. But is it the right way ?
Thank you!
clang -O2 -DMODULE -D__KERNEL__ YOUR_MODULE.c \
>> -W -Wall -Wstrict-prototypes -Wmissing-prototypes \
>> -I /lib/modules/`uname -r`/build/include \
>> -emit-llvm -o YOUR_MODULE.bc
--
祝好!
甄凯
---------------------------------------------------------------------------------------...
2005 Jun 22
2
problem compile
Hello,
I try to compile the driver zaptel and they give the following error:
linux01:/usr/src/zaptel# make install
gcc -Iir/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Iir/drivers/
l -I. -Wstrict-prototypes -fomit-frame-pointer -Iir/drivers/net/wan -Iir
/net -DSTANDALONE_ZAPATA -o zaptel.o -c zaptel.c
In file included from zaptel.c:44:
/usr/include/linux/module.h:21: linux/modversions.h: No such file or dir
make: *** [zaptel.o] E...
2005 May 29
1
Error attempting to make Zaptel on Red Hat linux 9.0
...tion of error when attempting to Make Zaptel:
[root@linuxbox zaptel]# make
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -DSTANDALONE_ZAPATA -c zaptel.c
cc...
2012 Apr 18
1
[LLVMdev] How to compile this linux-driver like programme into .bc file?
...ired at me that "asm/processor.h" is not fount. Then I included that file
using -I option and some other files were said not found! It's like I opened a can of worms...
I can still continue to include the file that is said not found. But is it the right way ?
Thank you!
clang -O2 -DMODULE -D__KERNEL__ YOUR_MODULE.c \
>> -W -Wall -Wstrict-prototypes -Wmissing-prototypes \
>> -I /lib/modules/`uname -r`/build/include \
>> -emit-llvm -o YOUR_MODULE.bc
--
祝好!
甄凯
---------------------------------------------------------------------------------------...
2012 Apr 16
0
[LLVMdev] How to compile this linux-driver like programme into .bc file?
...ince the makefile will generate a .ko file while I can use the clang command "-O3-emit-llvm" to generate a corresponding .bc file so the pass can be run on that.
I guess you can use something like (I am not SURE if Clang support those GCC
flags entirely, try it yourself),
$ clang -O2 -DMODULE -D__KERNEL__ YOUR_MODULE.c \
-W -Wall -Wstrict-prototypes -Wmissing-prototypes \
-isystem /lib/modules/`uname -r`/build/include \
-emit-llvm -o YOUR_MODULE.bc
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:...
2013 Jun 14
2
[LLVMdev] Building pass out of source with cmake: undefined symbol error
Hmmm, I just thought of something. Perhaps I need to set the MODULE cmake flag (via -DMODULE=ON)? I will try this today. (I remembered the LOADABLE_MODULE=1 flag in the makefile, and the if ( MODULE ) check in the AddLLVM cmake module.)
________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Charles Jacobsen [charlie.jacobsen at...
2004 Sep 23
1
I can't solve mi problem compiling CAPI, please help
...the steps related in
http://www.voip-info.org/tiki-index.php?page=Asterisk%20AVM%20Fritz%20CAPI%20Driver%20Install
But I always get the same error,
debian-asterisk:/home/ismaelg/fritz# make
(cd src.drv; make CARD=fcpci)
make[1]: Entering directory `/home/ismaelg/fritz/src.drv'
cc -c -DMODULE -DMODVERSIONS -D__KERNEL__ -DNDEBUG \ -march=i686 -O2
-Wall -I /usr/src/kernel-source-2.4.18/include/ \ main.c -o main.o
cc: cannot specify -o with -c or -S and multiple compilations
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/ismaelg/fritz/src.drv'
make: *** [drv] Er...
2003 Apr 28
2
Zaptel compile problems
I'm sure this is a simple problem to fix. Does anyone know what might
cause these errors?
[eric@vulcan zaptel]$ make
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__
-DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer
-I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include
-I/usr/src/linux/include/net -DMODVERSIONS -include
/usr/src/linux/include/linux/modversions.h -DECHO_CAN_MARK2
-DCONFIG_ZAPATA_PP...
2005 Oct 13
2
ztdummy build problems
Hi all,
Trying to build ztdummy on an old redhat 7.3 box running kernel
2.4.20-43.7.legacysmp. Yes, I have the kernel sources installed. Yes,
I set them up with make oldconfig; make dep.
The build error is:
make ztdummy
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__
-DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer -I/usr/src/
linux/drivers/net/wan -I /usr/src/linux/include
-I/usr/src/linux/include/net -DMODVERSIONS -include
/usr/src/linux-2.4/include/linux/modversions.h -DSTANDALONE_ZAPAT
A -c zt...
2012 Apr 16
2
[LLVMdev] How to compile this linux-driver like programme into .bc file?
Thank you, Chen!
The thing is that I know the Makefile to complete that task. But what I want to know the clang command that can do that. Since the makefile will generate a .ko file while I can use the clang command "-O3-emit-llvm" to generate a corresponding .bc file so the pass can be run on that.
Any help?
--
祝好!
甄凯
2004 Sep 20
1
ZapRTC loading problems
...ed)
iptable_filter 2412 0 (autoclean) (unused)
ip_tables 15864 1 [iptable_filter]
e100 62340 1
rtc 9084 0 (autoclean)
Here is my compile/load output from zaptelrtc:
[root@localhost zaptelrtc]# make
cc -c
zaprtc.c -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -O2 -Wal
l -I/usr/src/linux-2.4/include -I../zaptel -Wall -DMODVERSIONS -include
/usr/src/linux-2.4/include/linux/modversions.h
gcc -s -Wall -Wstrict-prototypes rtctest.c -o rtctest
rtctest.c: In function `main':
rtctest.c:30: warning: implicit declaration o...
2008 Feb 18
5
kernel-2.6.18-8.1.14 + lustre 1.6.4.2 + OFED 1.2
.../drivers/infiniband/ulp/ipoib -I/root/lustre/
1.6.4.2/ofa_kernel-1.2/drivers/infiniband/debug -I/root/lustre/
1.6.4.2/ofa_kernel-1.2/drivers/infiniband/hw/cxgb3/core -I/root/
lustre/1.6.4.2/ofa_kernel-1.2/drivers/net/cxgb3 -I/root/lustre/
1.6.4.2/ofa_kernel-1.2/drivers/net/rds -DMODULE -D"KBUILD_STR(s)
=#s" -D"KBUILD_BASENAME=KBUILD_STR(ipoib_fs)" -
D"KBUILD_MODNAME=KBUILD_STR(ib_ipoib)" -c -o /root/lustre/1.6.4.2/
ofa_kernel-1.2/drivers/infiniband/ulp/ipoib/.tmp_ipoib_fs.o /root/
lustre/1.6.4.2/ofa_kernel-1.2/drivers/infiniband/ulp/ipoib/ipoib_...
2013 Jun 14
0
[LLVMdev] Building pass out of source with cmake: undefined symbol error
...du] on behalf of Charles Jacobsen [charlie.jacobsen at utah.edu]
Sent: Friday, June 14, 2013 8:25 AM
To: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Building pass out of source with cmake: undefined symbol error
Hmmm, I just thought of something. Perhaps I need to set the MODULE cmake flag (via -DMODULE=ON)? I will try this today. (I remembered the LOADABLE_MODULE=1 flag in the makefile, and the if ( MODULE ) check in the AddLLVM cmake module.)
________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Charles Jacobsen [charlie.jacobsen at...
2004 Aug 20
2
[kernel-2.4.21-15] rebuild problem
...and save >
# make dep
# make modules
(...no errors ...)
gcc -D__KERNEL__ -I/usr/src/linux-2.4.21-15.0.4.EL/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-Wno-unused -fomit-frame-poi nter -pipe -freorder-blocks
-mpreferred-stack-boundary=2 -march=pentium4 -DMODULE -DMODVERSIONS
-include /usr/src/linux-2.4.21-15.0.4.EL/include/linux/modversions.h
-nostdinc -iwithprefix include -DKBUILD_BASENAME=module -c -o module.o
module.c In file included from
/usr/src/linux-2.4.21-15.0.4.EL/include/linux/if.h:23,
from cipe.h:21, from modu...
2004 Apr 23
2
zaprtc on 2.6
...this is all on a machine that's never had any * on it before, and has a 2.6.5
kernel with a matching source tree in /usr/src/linux)
So I checked out zaptel and libpri, and these compiled perfectly, but zaprtc
didn't go so well:
eddie:/usr/src/zaptelrtc# make
cc -c zaprtc.c -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -O2
-Wall -I/usr/src/linux/include -I../zaptel -Wall
In file included from /usr/src/linux/include/linux/irq.h:20,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/interrupt.h:11,
f...