Linmodems Mailing list Archives

Google
 
Web archives.linmodems.org

Return-Path: <simara@formdesign.com>
Mailing-List: contact discuss-help@linmodems.org; run by ezmlm
Delivered-To: mailing list discuss@linmodems.org
Received: (qmail 18718 invoked from network); 2 Oct 2002 10:27:39 -0000
Received: from desk.crynwr.com (65.172.240.34)
  by www.linmodems.org with SMTP; 2 Oct 2002 10:27:39 -0000
Received: (qmail 25465 invoked by uid 501); 2 Oct 2002 10:27:37 -0000
Received: (qmail 9293 invoked from network); 2 Oct 2002 07:47:29 -0000
Received: from unknown (HELO formdesign.com) (161.132.189.172)
  by www.linmodems.org with SMTP; 2 Oct 2002 07:47:29 -0000
Received: from simaranet ([207.46.137.9] unverified) by formdesign.com with Microsoft SMTPSVC(5.0.2195.5329);
	 Wed, 2 Oct 2002 02:53:37 -0500
Message-ID: <000901c269e7$eb44c630$0a0a0a0a@southamerica.corp.microsoft.com>
From: "Simara" <simara@formdesign.com>
To: <discuss@linmodems.org>
Subject: Problem compiling 0.9.4
Date: Wed, 2 Oct 2002 02:46:42 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.3663.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3663.0
X-OriginalArrivalTime: 02 Oct 2002 07:53:38.0506 (UTC) FILETIME=[D153E2A0:01C269E8]

Hi people,

(I alreay read the FAQ and the REAME by the way) Im not part of the mailing
list, please reply to me directly (If this is a bad practice for makeing
questions please tell me and I'll suscribe)

I have some trouble compiling the 0.9.4 driver on Mandrake 9.0 (kernel
2.4.19), the chipset is the cm8738. I have the kernel sources and using gcc
3.2

Please help!

Thanks a lot for your time.

Alex

----------------------------------------------------------------------------
--

Here is the complete log:

[simara@localhost simara]$ su
Password:
[root@localhost simara]# cd /tmp/pctel-0.9.4
[root@localhost pctel-0.9.4]# ./configure --with-hal=cm8738
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build driver for... HAL_CM8738
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for mawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
checking for /usr/src/linux/include/linux/modversions.h... yes
checking for Linux kernel version >= 2.4.0... yes
checking for Linux kernel version >= 2.4.7... yes
checking for mknod... mknod
checking for chgrp... chgrp
checking for chmod... chmod
checking for depmod... depmod
checking for rmmod... rmmod
checking for lsmod... lsmod
checking for modprobe... modprobe
checking for objdump... objdump
checking for objcopy... objcopy
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating modules/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/module/Makefile
config.status: creating src/ptserial/Makefile
config.status: creating misc/Makefile
config.status: creating misc/pctel.spec
config.status: creating misc/SlackBuild
config.status: creating misc/build_rpms.sh
config.status: creating m4/Makefile
[root@localhost pctel-0.9.4]# make
Making all in src
make[1]: Entering directory `/tmp/pctel-0.9.4/src'
Making all in module
make[2]: Entering directory `/tmp/pctel-0.9.4/src/module'
rm -f *~ \#* .*~ .\#*
rm -f ptmodule.o
rm -f ptmodule.o
rm -f ../../modules/pctel.o
gcc    -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-protot
ypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduc
e -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_CM8738  -I../../include -I/us
r/src/linux/include -include
/usr/src/linux/include/linux/modversions.h -DPACKAGE=\"pctel\" -DVERSION=\"0
.9.4\"   -c -o ptmodule.o ptmodule.c
make[3]: Entering directory `/tmp/pctel-0.9.4/src/module'
Removing symbols: init_module, cleanup_module, __module_kernel_version and
__module_using_checksums.
make[3]: Leaving directory `/tmp/pctel-0.9.4/src/module'
ld -r -o ../../modules/pctel.o ptmodule.o ../../lib/cm8738/pctel-cm8738.o
make[2]: Leaving directory `/tmp/pctel-0.9.4/src/module'
Making all in ptserial
make[2]: Entering directory `/tmp/pctel-0.9.4/src/ptserial'
rm -f *~ \#* .*~ .\#*
rm -f ptserial.o ptserial.c
rm -f ptserial.o
rm -f ../../modules/ptserial.o
ln -s -f ptserial-2.4.7.c ../../src/ptserial/ptserial.c
make ptserial.o
make[3]: Entering directory `/tmp/pctel-0.9.4/src/ptserial'
gcc    -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-protot
ypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduc
e -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_CM8738  -DBUILD_SYSTEM=\""`un
ame -s -m -r -p`\"" -DGCC_VERSION=\""`gcc --version`\"" -I../../include -I/u
sr/src/linux/include -include
/usr/src/linux/include/linux/modversions.h -DPACKAGE=\"pctel\" -DVERSION=\"0
.9.4\"   -c -o ptserial.o ptserial.c
<command line>:1:13: multi-line string literals are deprecated
make[3]: *** [ptserial.o] Error 1
make[3]: Leaving directory `/tmp/pctel-0.9.4/src/ptserial'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/pctel-0.9.4/src/ptserial'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pctel-0.9.4/src'
make: *** [all-recursive] Error 1
[root@localhost pctel-0.9.4]#

Webmaster: Russell Nelson
Last modified: Wed Jul 30 11:02:43 EDT 2003