Kann mir jemand erklären wie ich die Treiber meines Keyspan USB to Serial Adapters USA-19H
http://keyspan.com/support/linux/
in den Ds-Mod einbinden kann?
http://keyspan.com/support/linux/
in den Ds-Mod einbinden kann?
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c
scripts/split-include include/linux/autoconf.h include/config
scripts/split-include include/linux/nsp.h include/config
mipsel-unknown-linux-gnu-gcc -I /home/test/ds025/ds-0.2.5/source/ref-ohio-8mb/kernel/kernel_ohio-8mb_build/kernel/linux-2.4.17_mvl21/include/asm/gcc -D__KERNEL__ -I/home/test/ds025/ds-0.2.5/source/ref-ohio-8mb/kernel/kernel_ohio-8mb_build/kernel/linux-2.4.17_mvl21/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -march=4kc -Wa,--trap -nostdinc -pipe -c -o init/main.o init/main.c
make[2]: mipsel-unknown-linux-gnu-gcc: Kommando nicht gefunden
make[2]: *** [init/main.o] Fehler 127
make[2]: Leaving directory `/home/test/ds025/ds-0.2.5/source/ref-ohio-8mb/kernel/kernel_ohio-8mb_build/kernel/linux-2.4.17_mvl21'
make[1]: *** [create_kernel] Fehler 2
make[1]: Leaving directory `/home/test/ds025/ds-0.2.5/source/ref-ohio-8mb/kernel/kernel_ohio-8mb_build'
make: *** [source/ref-ohio-8mb/kernel/kernel_ohio-8mb_build/kernel/linux-2.4.17_mvl21/ram_zimage.bin] Fehler 2
/var/mod/root # lsmod
Module Size Used by Tainted: P
keyspan 29488 0 (unused)
usbserial 20988 0 [keyspan]
usbcore 61600 0 [keyspan usbserial]
kdsldmod 433996 4
isdn_fbox 523700 4
capi 23768 16
kernelcapi 33740 6 [isdn_fbox capi]
capiutil 15840 0 [kernelcapi]
capifs 4608 0 [capi]
tiatm 89116 1
avalanche_usb 40004 1
avalanche_vlynq 14480 0 (unused)
avalanche_cpmac 82804 1
avm 42544 30 [kdsldmod tiatm avalanche_usb avalanche_cpmac]
/var/mod/root #
/var/tmp # insmod keyspan.o
insmod: not an ELF file
insmod: Could not load the module: Success
/var/tmp #
( cd source/crosstool-0.42; \
unset LD_LIBRARY_PATH; \
QUIET_EXTRACTIONS="y"; export QUIET_EXTRACTIONS; set -ex; TARBALLS_DIR="/home/test/ds025/ds-0.2.5/dl"; RESULT_TOP="/home/test/ds025/ds-0.2.5/toolchain/build"; GCC_LANGUAGES="c"; export TARBALLS_DIR RESULT_TOP GCC_LANGUAGES; eval `cat mipsel.dat gcc-3.3.2-glibc-2.3.2.dat` \
sh all.sh --nounpack --notest; \
);
+ TARBALLS_DIR=/home/test/ds025/ds-0.2.5/dl
+ RESULT_TOP=/home/test/ds025/ds-0.2.5/toolchain/build
+ GCC_LANGUAGES=c
+ export TARBALLS_DIR RESULT_TOP GCC_LANGUAGES
++ cat mipsel.dat gcc-3.3.2-glibc-2.3.2.dat
+ eval 'KERNELCONFIG=`pwd`/mipsel.config' TARGET=mipsel-unknown-linux-gnu 'TARGET_CFLAGS="-O2' '-finline-limit=10000"' BINUTILS_DIR=binutils-2.15 GCC_DIR=gcc-3.3.2 GLIBC_DIR=glibc-2.3.2 LINUX_DIR=linux-2.4.26 GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.3.2 sh all.sh --nounpack --notest
+++ pwd
++ KERNELCONFIG=/home/test/ds025/ds-0.2.5/source/crosstool-0.42/mipsel.config
++ TARGET=mipsel-unknown-linux-gnu
++ TARGET_CFLAGS='-O2 -finline-limit=10000'
++ BINUTILS_DIR=binutils-2.15
++ GCC_DIR=gcc-3.3.2
++ GLIBC_DIR=glibc-2.3.2
++ LINUX_DIR=linux-2.4.26
++ GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.3.2
++ sh all.sh --nounpack --notest
DEJAGNU not set, so not running any regression tests
GCC_EXTRA_CONFIG not set, so not passing any extra options to gcc's configure script
GLIBC_ADDON_OPTIONS not set, so building all glibc add-on's
+ TOOLCOMBO=gcc-3.3.2-glibc-2.3.2
++ pwd
+ BUILD_DIR=/home/test/ds025/ds-0.2.5/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2
++ pwd
+ TOP_DIR=/home/test/ds025/ds-0.2.5/source/crosstool-0.42
+ test -z ''
+ SRC_DIR=/home/test/ds025/ds-0.2.5/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2
+ echo 'SRC_DIR not set, so source tarballs will be unpacked in the build directory'
SRC_DIR not set, so source tarballs will be unpacked in the build directory
+ case x$PREFIX in
+ case x$USER in
+ test -w /tmp
+ TARBALLS_DIR=/home/test/ds025/ds-0.2.5/dl
+ RESULT_TOP=/home/test/ds025/ds-0.2.5/toolchain/build
+ PREFIX=/home/test/ds025/ds-0.2.5/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu
+ export TOOLCOMBO
+ export PREFIX
+ export BUILD_DIR
+ export SRC_DIR
+ export TARBALLS_DIR
+ export TOP_DIR
+ '[' 2 -gt 0 ']'
+ case "$1" in
+ opt_no_unpack=1
+ shift
+ '[' 1 -gt 0 ']'
+ case "$1" in
+ opt_no_test=1
+ shift
+ '[' 0 -gt 0 ']'
+ test '' = 1
+ test 1 = ''
+ test '' = ''
+ '[' -d /home/test/ds025/ds-0.2.5/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu ']'
+ mv /home/test/ds025/ds-0.2.5/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu /home/test/ds025/ds-0.2.5/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu.del.16804
+ rm -rf /home/test/ds025/ds-0.2.5/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu.del.16804
+ mkdir -p /home/test/ds025/ds-0.2.5/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu
+ mkdir -p /home/test/ds025/ds-0.2.5/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2
+ cd /home/test/ds025/ds-0.2.5/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2
+ test '' = ''
+ sh /home/test/ds025/ds-0.2.5/source/crosstool-0.42/crosstool.sh
GCC_CORE_DIR not set, so using gcc-3.3.2 for bootstrap compiler
BINUTILS_EXTRA_CONFIG not set, so not passing any extra options to binutils' configure script
GCC_EXTRA_CONFIG not set, so not passing any extra options to gcc's configure script
GLIBC_EXTRA_CONFIG not set, so not passing any extra options to glibc's configure script
GLIBC_EXTRA_ENV not set, so not passing any extra environment variables to glibc's configure script
GLIBC_EXTRA_CC_ARGS not set, so not passing any extra options to gcc when building glibc
EXTRA_TARGET_CFLAGS not set, so not passing any extra cflags to gcc when building glibc
USE_SYSROOT not set, so not configuring with --with-sysroot
GCC_BUILD not set, assuming BUILD=output of config.guess
GCC_HOST not set, assuming HOST=BUILD
SHARED_MODE not set, so defaulting to --enable-shared
GLIBC_ADDON_OPTIONS not set, so guessing addons from GLIBCTHREADS_FILENAME and GLIBCCRYPT_FILENAME
/home/test/ds025/ds-0.2.5/source/crosstool-0.42/crosstool.sh: line 110: bison: command not found
crosstool: You don't have bison installed
make: *** [source/crosstool-0.42/.installed] Fehler 1
mode schrieb:Hat jemand mit dem FT232R von FTDI?
Hier der Link zu den Treibern:
http://www.ftdichip.com/FTDrivers.htm
Es gibt Treiber fuer Linux, laufen diese auch auf der FBF? Falls ja wuerde ich ein Layout mit dem Chip fuer die FBF machen..
Gruss
Mode
mode schrieb:Hallo Harald,
Verstehe ich das richtig, dass der Digitus USB-Seriell Adapter der bei Reichelt erhaeltlich ist, den FT232R von FTDI eingebaut hat und du daher einen Treiber dafuer hast?
Warum musstest du dann den DS Mod neu kompillieren?
Gruss
Mode