19/02/2003, 12:01
|
| | Fecha de Ingreso: agosto-2002
Mensajes: 109
Antigüedad: 22 años, 3 meses Puntos: 0 | |
yo quiero configurar el winmodem porque no tengo externo hrxnet
ya instale el kernel source lo tenia mal direccionado pero me tope con otra bronca
mejor pongo lo que me salio en la termninal tal vez me puedan ayudar:
hizo lo sig:
-----------------------------------------------------------------------------------------------------------------------------------------------------------
[root@localhost pctel-0.9.6]# ./configure --with-hal=sis --with-kernel-includes=
/usr/src/linux-2.4.18-14/include
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_I8XX
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-2.4.18-14/include/linux/modversions.h usability... yes
checking /usr/src/linux-2.4.18-14/include/linux/modversions.h presence... yes
checking for /usr/src/linux-2.4.18-14/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
[root@localhost pctel-0.9.6]#
---------------------------------------------------
despues hice el make:
----------------------------------------------------------------
[root@localhost pctel-0.9.6]# make
Making all in src
make[1]: Cambiando a directorio `/home/pctel-0.9.6/src'
Making all in module
make[2]: Cambiando a directorio `/home/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-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODU
LE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_I8XX -DAUDIO_ROUTING -DSIS540 -I../../inc
lude -I/usr/src/linux-2.4.18-14/include -include /usr/src/linux-2.4.18-14/includ
e/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSI
ON=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pctel\" -DVER
SION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_
STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPE
S_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/sis/dsp.a ../../lib/sis/i810hal.a
ld -r -o tmp.o ../../lib/control.a ../../lib/vuart.o ../../lib/sis/dsp.a ../../l
ib/sis/i810hal.a
make[3]: Cambiando a directorio `/home/pctel-0.9.6/src/module'
-=- Fixing wrong symbol names: kmalloc, kfree, printk and __udelay. -=-
make[3]: Saliendo directorio `/home/pctel-0.9.6/src/module'
ld -r -o ../../modules/pctel.o ptmodule.o tmp.o
make[3]: Cambiando a directorio `/home/pctel-0.9.6/src/module'
-=- Fixing .modinfo section -=-
make[3]: Saliendo directorio `/home/pctel-0.9.6/src/module'
make[2]: Saliendo directorio `/home/pctel-0.9.6/src/module'
Making all in ptserial
make[2]: Cambiando a directorio `/home/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]: Cambiando a directorio `/home/pctel-0.9.6/src/ptserial'
gcc -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODU
LE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_I8XX -DAUDIO_ROUTING -DSIS540 -DBUILD_SYS
TEM=\""`uname -s -m -r -p`\"" -DGCC_VERSION=\""`gcc --version | head -1`\"" -I..
/../include -I/usr/src/linux-2.4.18-14/include -include /usr/src/linux-2.4.18-14
/include/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAG
E_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pctel\
" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_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]: Saliendo directorio `/home/pctel-0.9.6/src/ptserial'
ld -r -o ../../modules/ptserial.o ptserial.o
make[2]: Saliendo directorio `/home/pctel-0.9.6/src/ptserial'
make[2]: Cambiando a directorio `/home/pctel-0.9.6/src'
make[2]: No se hace nada para `all-am'.
make[2]: Saliendo directorio `/home/pctel-0.9.6/src'
make[1]: Saliendo directorio `/home/pctel-0.9.6/src'
Making all in lib
make[1]: Cambiando a directorio `/home/pctel-0.9.6/lib'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/home/pctel-0.9.6/lib'
Making all in modules
make[1]: Cambiando a directorio `/home/pctel-0.9.6/modules'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/home/pctel-0.9.6/modules'
Making all in include
make[1]: Cambiando a directorio `/home/pctel-0.9.6/include'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/home/pctel-0.9.6/include'
Making all in misc
make[1]: Cambiando a directorio `/home/pctel-0.9.6/misc'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/home/pctel-0.9.6/misc'
Making all in m4
make[1]: Cambiando a directorio `/home/pctel-0.9.6/m4'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/home/pctel-0.9.6/m4'
make[1]: Cambiando a directorio `/home/pctel-0.9.6'
make[1]: No se hace nada para `all-am'.
make[1]: Saliendo directorio `/home/pctel-0.9.6'
[root@localhost pctel-0.9.6]#
------------------------------------------------------------
el make install:
-----------------------------------------------------------
(lo pongo en otro mensaje en este no cabe) |