[Ilugc] winmodem problems?

  • From: mohan@xxxxxxxxxxxxx (Mohan Kumar)
  • Date: Fri, 6 Feb 2004 09:23:03 +0530

I have a winmodem ( pctel ) ,I compiled the pctel drivers . it had compiled
successfully  but during the make process it fails  on Fedora Core1 ( it
worked fine on Mdk9.1)
I had refered  www.linmodems.org ......................( i have ref a buch
of those sites ) , i had posted my querry on discuss on linmodems user group
but as usual no ans.....

I am sending the o/p's of both compile & make throw some pointers on these
..........

o/p of configure -- it was successful
------------------------------------------------------------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build driver for... HAL_PCT789
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 suffix of executables...
checking for suffix of object files... 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 gawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking /usr/src/linux/include/linux/modversions.h usability... yes
checking /usr/src/linux/include/linux/modversions.h presence... yes
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
config.status: executing depfiles commands
config.status: executing default commands
-------------------------------------------------------------------------

o/p of configure -- it resulted in error
-----------------------------------------------------------------------
Making all in src
make[1]: Entering directory `/home/mohan/pctel-0.9.6/src'
Making all in module
make[2]: Entering directory `/home/mohan/pctel-0.9.6/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_PCT789  -I../../include -I/us
r/src/linux/include -include
/usr/src/linux/include/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TAR
NAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\
"\" -DPACKAGE=\"pctel\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPE
S_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_
H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H
=1   -c -o ptmodule.o ptmodule.c
ld -r -o ../../modules/pctel.o ptmodule.o ../../lib/control.a
../../lib/vuart.o ../../lib/pct789/dsp.a ../../lib/pct789/pcthal.a
make[2]: Leaving directory `/home/mohan/pctel-0.9.6/src/module'
Making all in ptserial
make[2]: Entering directory `/home/mohan/pctel-0.9.6/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 `/home/mohan/pctel-0.9.6/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_PCT789  -DBUILD_SYSTEM=\""`un
ame -s -m -r -p`\"" -DGCC_VERSION=\""`gcc --version |
head -1`\"" -I../../include -I/usr/src/linux/include -include
/usr/src/linux/include/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TAR
NAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\
"\" -DPACKAGE=\"pctel\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPE
S_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_
H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H
=1   -c -o ptserial.o ptserial.c
make[3]: Leaving directory `/home/mohan/pctel-0.9.6/src/ptserial'
make[2]: Leaving directory `/home/mohan/pctel-0.9.6/src/ptserial'
make[1]: Leaving directory `/home/mohan/pctel-0.9.6/src'
-----------------------------------------------------------------------

Thanks in advance..

Regards

M.Mohankumar


 


Other related posts:

  • » [Ilugc] winmodem problems? - Mohan Kumar