iperf e mtr su vuplus

Freee

Vu+ Newbie
Sto tenendo sotto controllo la mia adsl e in genere utlizzo mtr e iperf per verificare che sia tutto ok.
Vorrei crosscompilare questi tool, dove trovo la toolchain per vuduo?
 
ok dopo alcuni tentativi mi sono arenato, colpa della mia ignoranza in merito.
Allora riepilogo dove sono arrivato:
Code:
wget http://code.vuplus.com/download/makefiles.zip
unzip makefiles.zip
editato Makefile-vuplus-1.6k
MACHINE ?= bm750
NUM_THREADS ?= 4
poi
Code:
make -f Makefile-vuplus-1.6k
A questo punto per ottenere il compilatore che dovrebbe essere in bm750/openembedded/recipies/gcc per crosscompilare come devo fare?
grazie per la pazienza.
P.S.
Sono riuscito a compilare mtr con toolchain indicata per la compilazione di un noto emulatore, ma vorrei seguire e in parte capire la procedura corretta.
 
risultato dopo un primo tentativo, non so se porti alla creazione di un file di immagine da flashare o se può essere utile alla crosscompilazione.
Comuque sia il risultato è negativo
Code:
freee@freee-AOD257:~/Scrivania/vuduo$ make -f Makefile-vuplus-1.6k image
cd bb && git pull origin 1.8-dream
From http://code.vuplus.com/git/bitbake
* branch            1.8-dream  -> FETCH_HEAD
Already up-to-date.
cd /home/freee/Scrivania/vuduo/bm750/openembedded && git pull origin vuplus-1.6k
From http://code.vuplus.com/git/openembedded
* branch            vuplus-1.6k -> FETCH_HEAD
Already up-to-date.
cd /home/freee/Scrivania/vuduo/bm750/build; . ./env.source; bitbake -f vuplus-image
WARNING: Using dash as /bin/sh causes various subtle build problems, please consider using bash instead.
NOTE: Handling BitBake files: - (8280/8280) [100 %]
NOTE: Parsing finished. 0 cached, 7953 parsed, 327 skipped, 2 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1 of 3012 (ID: 16, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_setscene)
NOTE: Running task 2 of 3012 (ID: 1076, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_setscene)
NOTE: Running task 3 of 3012 (ID: 3000, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/mysql/mysql5-native_5.1.40.bb, do_setscene)
NOTE: Running task 4 of 3012 (ID: 1, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/images/vuplus-image.bb, do_setscene)
ERROR: Task 16 (/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_setscene) failed
NOTE: Waiting for 3 active tasks to finish
NOTE: 1: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_setscene (5541)
NOTE: 2: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/mysql/mysql5-native_5.1.40.bb, do_setscene (5542)
NOTE: 3: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/images/vuplus-image.bb, do_setscene (5543)
ERROR: Task 1076 (/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_setscene) failed
NOTE: Waiting for 2 active tasks to finish
NOTE: 1: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/mysql/mysql5-native_5.1.40.bb, do_setscene (5542)
NOTE: 2: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/images/vuplus-image.bb, do_setscene (5543)
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/mysql/mysql5-native_5.1.40.bb, do_setscene (5542)
NOTE: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be rerun and 2 failed.
ERROR: '/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb' failed
ERROR: '/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb' failed
make: *** [image] Error 1
 
Credo di aver imboccato la strada giusta, allora bitbake si occupa di scaricare e compilare i paccketti già pronti per vuduo, quindi non dovrei fare altro che
Code:
cd /vuduo/bm750/build
source env.source
bitbake ../openembedded/recipes/mtr/mtr_0.65.bb
ma ottengo
Code:
WARNING: Using dash as /bin/sh causes various subtle build problems, please consider using bash instead.
NOTE: Handling BitBake files: - (8280/8280) [100 %]
NOTE: Parsing finished. 7635 cached, 318 parsed, 327 skipped, 2 masked.
ERROR: Nothing PROVIDES '../openembedded/recipes/mtr/mtr_0.65.bb'
 
Code:
WARNING: Using dash as /bin/sh causes various subtle build problems, please consider using bash instead.
NOTE: Handling BitBake files: - (8280/8280) [100 %]
NOTE: Parsing finished. 0 cached, 7953 parsed, 327 skipped, 2 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1 of 350 (ID: 26, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_setscene)
NOTE: Running task 2 of 350 (ID: 14, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_setscene)
NOTE: Running task 3 of 350 (ID: 27, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_fetch)
NOTE: Running task 4 of 350 (ID: 28, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_unpack)
NOTE: Unpacking ../openembedded/recipes/shasum/files/main.c to tmp/work/x86_64-linux/shasum-native-1.0-r1/
NOTE: Unpacking ../openembedded/recipes/shasum/files/mhash_sha256.h to tmp/work/x86_64-linux/shasum-native-1.0-r1/
NOTE: Unpacking ../openembedded/recipes/shasum/files/sha256.c to tmp/work/x86_64-linux/shasum-native-1.0-r1/
NOTE: Running task 5 of 350 (ID: 29, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_patch)
NOTE: Running task 6 of 350 (ID: 30, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_configure)
NOTE: Running task 7 of 350 (ID: 31, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_compile)
NOTE: Running task 8 of 350 (ID: 32, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_install)
NOTE: Running task 9 of 350 (ID: 33, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_populate_staging)
NOTE: Running task 10 of 350 (ID: 35, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_package)
NOTE: Legacy staging mode for /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb
NOTE: Running task 11 of 350 (ID: 37, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_package_write_ipk)
NOTE: Running task 12 of 350 (ID: 15, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_fetch)
NOTE: Running task 13 of 350 (ID: 34, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_package_write)
NOTE: Running task 14 of 350 (ID: 16, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_unpack)
NOTE: Unpacking ../openembedded/recipes/stage-manager/files/stage-manager to tmp/work/x86_64-linux/stagemanager-native-0.0.1-r11/
NOTE: Unpacking ../openembedded/recipes/stage-manager/files/stage-manager-ipkg to tmp/work/x86_64-linux/stagemanager-native-0.0.1-r11/
NOTE: Unpacking ../openembedded/recipes/stage-manager/files/stage-manager-ipkg-build to tmp/work/x86_64-linux/stagemanager-native-0.0.1-r11/

NOTE: Running task 15 of 350 (ID: 36, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/shasum/shasum-native.bb, do_package_stage)
NOTE: Running task 16 of 350 (ID: 17, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_patch)
NOTE: Running task 17 of 350 (ID: 18, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_configure)
NOTE: Running task 18 of 350 (ID: 19, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_compile)
NOTE: Running task 19 of 350 (ID: 20, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_install)
NOTE: Running task 20 of 350 (ID: 21, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_populate_staging)
NOTE: Running task 21 of 350 (ID: 23, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_package)
NOTE: Legacy staging mode for /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb
NOTE: Running task 22 of 350 (ID: 146, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/coreutils/coreutils-native_7.2.bb, do_setscene)
NOTE: Running task 23 of 350 (ID: 38, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/quilt/quilt-native_0.48.bb, do_setscene)
NOTE: Running task 24 of 350 (ID: 134, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/gnu-config/gnu-config-native_20050701.bb, do_setscene)
NOTE: Running task 25 of 350 (ID: 182, /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/m4/m4-native_1.4.12.bb, do_setscene)
ERROR: Task 146 (/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/coreutils/coreutils-native_7.2.bb, do_setscene) failed
NOTE: Waiting for 3 active tasks to finish
NOTE: 1: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/quilt/quilt-native_0.48.bb, do_setscene (7478)
NOTE: 2: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/gnu-config/gnu-config-native_20050701.bb, do_setscene (7479)
NOTE: 3: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/m4/m4-native_1.4.12.bb, do_setscene (7480)
ERROR: Task 38 (/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/quilt/quilt-native_0.48.bb, do_setscene) failed
NOTE: Waiting for 2 active tasks to finish
NOTE: 1: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/gnu-config/gnu-config-native_20050701.bb, do_setscene (7479)
NOTE: 2: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/m4/m4-native_1.4.12.bb, do_setscene (7480)
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/freee/Scrivania/vuduo/bm750/openembedded/recipes/gnu-config/gnu-config-native_20050701.bb, do_setscene (7479)
NOTE: Tasks Summary: Attempted 21 tasks of which 0 didn't need to be rerun and 2 failed.
ERROR: '/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/coreutils/coreutils-native_7.2.bb' failed
ERROR: '/home/freee/Scrivania/vuduo/bm750/openembedded/recipes/quilt/quilt-native_0.48.bb' failed
 
riporto i passi avanti fatti e l'avvenuta compilazione di mtr e iperf, ho dovuto però scaricare il pacchetto fakeroot da
Code:
http://pkgs.fedoraproject.org/repo/pkgs/fakeroot/fakeroot_1.12.4.tar.gz/aaefede2405a40c87438e7e833d69b70/fakeroot_1.12.4.tar.gz
e metterlo in sources/.
Ho notato inoltre che vengono creati anche i pacchetti ipk, ottimo.
Non sapevo della possibilità di avere tutti questi pacchetti già pronti e devo dire che la cosa mi gusta assai :D
Quando ho visto aircrack e altro questa è stata la mia espressione :eek:.
Sono quasi soddisfatto, ho provato a crosscompilare il pacchetto aggiornarto di mtr e ci sono riuscito ma avrò fatto nel modo giusto???
Quindi per crosscompilare riporto i passaggi fatti e spero sempre nel vostro consiglio
Code:
wget ftp://ftp.bitwizard.nl/mtr/mtr-0.82.tar.gz
tar xzvf mtr-0.82.tar.gz
cd mtr-0.82
/configure --without-gtk CC=$HOME/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc --host=mipsel-oe-linux
make
Il binario sembra funzionare correttamente.
A breve provo con iperf e se mi date qualche dritta si potrebbe creare il recipes aggiornato di mtr.
 
per iperf le cose si complicano
Code:
wget http://downloads.sourceforge.net/project/iperf/iperf-2.0.5.tar.gz
tar xzvf iperf-2.0.5.tar.gz
cd iperf-2.0.5
export PATH=$HOME/Scaricati/bm750/build/tmp/cross/mipsel/bin:$PATH
./configure CC=$HOME/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc --host=mipsel-oe-linux
ma...
Code:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
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 for mipsel-oe-linux-strip... mipsel-oe-linux-strip
checking for mipsel-oe-linux-g++... mipsel-oe-linux-g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-oe-linux-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of mipsel-oe-linux-g++... gcc3
checking for mipsel-oe-linux-gcc... /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc
checking whether we are using the GNU C compiler... yes
checking whether /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc accepts -g... yes
checking for /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc option to accept ISO C89... none needed
checking dependency style of /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc... gcc3
checking for library containing strerror... none required
checking whether make sets $(MAKE)... (cached) yes
checking for mipsel-oe-linux-ranlib... mipsel-oe-linux-ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... mipsel-oe-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc
checking for gethostbyname... yes
checking for socket... yes
checking how to run the C preprocessor... /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ssize_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in include/iperf-int.h (assuming C99 compatible system)
checking 3rd argument of accept... socklen_t
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... cross
configure: WARNING: result yes guessed because of cross compilation
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for working memcmp... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for gettimeofday... yes
checking for memset... yes
checking for pthread_cancel... no
checking for select... yes
checking for strchr... yes
checking for strerror... yes
checking for strtol... yes
checking for usleep... yes
checking for snprintf... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for gettimeofday... (cached) yes
checking *printf() support for %lld... checking *printf() support for %qd... checking size of bool... 0
checking if true is defined... yes
checking whether byte ordering is bigendian... no
checking for struct ip_mreq... yes
checking whether IP_ADD_MEMBERSHIP is declared... yes
checking for multicast support... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking whether AF_INET6 is declared... yes
checking for IPv6 headers and structures... yes
checking for struct ipv6_mreq... yes
checking whether IPV6_ADD_MEMBERSHIP is declared... yes
checking whether IPV6_MULTICAST_HOPS is declared... yes
checking for IPv6 multicast support... yes
checking whether make is GNU make... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing include/iperf-int.h commands
config.status: creating include/iperf-int.h : _IPERF_INCLUDE_IPERF_INT_H
config.status: include/iperf-int.h is unchanged
il make restituisce
Code:
make  all-recursive
make[1]: ingresso nella directory "/home/freee/Scaricati/iperf-2.0.5"
Making all in compat
make[2]: ingresso nella directory "/home/freee/Scaricati/iperf-2.0.5/compat"
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Thread.o -MD -MP -MF ".deps/Thread.Tpo" -c -o Thread.o Thread.c; \
        then mv -f ".deps/Thread.Tpo" ".deps/Thread.Po"; else rm -f ".deps/Thread.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \
        then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT delay.o -MD -MP -MF ".deps/delay.Tpo" -c -o delay.o delay.cpp; \
        then mv -f ".deps/delay.Tpo" ".deps/delay.Po"; else rm -f ".deps/delay.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT gettimeofday.o -MD -MP -MF ".deps/gettimeofday.Tpo" -c -o gettimeofday.o gettimeofday.c; \
        then mv -f ".deps/gettimeofday.Tpo" ".deps/gettimeofday.Po"; else rm -f ".deps/gettimeofday.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT inet_ntop.o -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.o inet_ntop.c; \
        then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Po"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT inet_pton.o -MD -MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.o inet_pton.c; \
        then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Po"; else rm -f ".deps/inet_pton.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT signal.o -MD -MP -MF ".deps/signal.Tpo" -c -o signal.o signal.c; \
        then mv -f ".deps/signal.Tpo" ".deps/signal.Po"; else rm -f ".deps/signal.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" -c -o snprintf.o snprintf.c; \
        then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Po"; else rm -f ".deps/snprintf.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT string.o -MD -MP -MF ".deps/string.Tpo" -c -o string.o string.c; \
        then mv -f ".deps/string.Tpo" ".deps/string.Po"; else rm -f ".deps/string.Tpo"; exit 1; fi
rm -f libcompat.a
ar cru libcompat.a Thread.o error.o delay.o gettimeofday.o inet_ntop.o inet_pton.o signal.o snprintf.o string.o
mipsel-oe-linux-ranlib libcompat.a
make[2]: uscita dalla directory "/home/freee/Scaricati/iperf-2.0.5/compat"
Making all in doc
make[2]: ingresso nella directory "/home/freee/Scaricati/iperf-2.0.5/doc"
make[2]: Nessuna operazione da eseguire per "all".
make[2]: uscita dalla directory "/home/freee/Scaricati/iperf-2.0.5/doc"
Making all in include
make[2]: ingresso nella directory "/home/freee/Scaricati/iperf-2.0.5/include"
make[2]: Nessuna operazione da eseguire per "all".
make[2]: uscita dalla directory "/home/freee/Scaricati/iperf-2.0.5/include"
Making all in src
make[2]: ingresso nella directory "/home/freee/Scaricati/iperf-2.0.5/src"
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Client.o -MD -MP -MF ".deps/Client.Tpo" -c -o Client.o Client.cpp; \
        then mv -f ".deps/Client.Tpo" ".deps/Client.Po"; else rm -f ".deps/Client.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Extractor.o -MD -MP -MF ".deps/Extractor.Tpo" -c -o Extractor.o Extractor.c; \
        then mv -f ".deps/Extractor.Tpo" ".deps/Extractor.Po"; else rm -f ".deps/Extractor.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Launch.o -MD -MP -MF ".deps/Launch.Tpo" -c -o Launch.o Launch.cpp; \
        then mv -f ".deps/Launch.Tpo" ".deps/Launch.Po"; else rm -f ".deps/Launch.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT List.o -MD -MP -MF ".deps/List.Tpo" -c -o List.o List.cpp; \
        then mv -f ".deps/List.Tpo" ".deps/List.Po"; else rm -f ".deps/List.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Listener.o -MD -MP -MF ".deps/Listener.Tpo" -c -o Listener.o Listener.cpp; \
        then mv -f ".deps/Listener.Tpo" ".deps/Listener.Po"; else rm -f ".deps/Listener.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Locale.o -MD -MP -MF ".deps/Locale.Tpo" -c -o Locale.o Locale.c; \
        then mv -f ".deps/Locale.Tpo" ".deps/Locale.Po"; else rm -f ".deps/Locale.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT PerfSocket.o -MD -MP -MF ".deps/PerfSocket.Tpo" -c -o PerfSocket.o PerfSocket.cpp; \
        then mv -f ".deps/PerfSocket.Tpo" ".deps/PerfSocket.Po"; else rm -f ".deps/PerfSocket.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT ReportCSV.o -MD -MP -MF ".deps/ReportCSV.Tpo" -c -o ReportCSV.o ReportCSV.c; \
        then mv -f ".deps/ReportCSV.Tpo" ".deps/ReportCSV.Po"; else rm -f ".deps/ReportCSV.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT ReportDefault.o -MD -MP -MF ".deps/ReportDefault.Tpo" -c -o ReportDefault.o ReportDefault.c; \
        then mv -f ".deps/ReportDefault.Tpo" ".deps/ReportDefault.Po"; else rm -f ".deps/ReportDefault.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Reporter.o -MD -MP -MF ".deps/Reporter.Tpo" -c -o Reporter.o Reporter.c; \
        then mv -f ".deps/Reporter.Tpo" ".deps/Reporter.Po"; else rm -f ".deps/Reporter.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Server.o -MD -MP -MF ".deps/Server.Tpo" -c -o Server.o Server.cpp; \
        then mv -f ".deps/Server.Tpo" ".deps/Server.Po"; else rm -f ".deps/Server.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT Settings.o -MD -MP -MF ".deps/Settings.Tpo" -c -o Settings.o Settings.cpp; \
        then mv -f ".deps/Settings.Tpo" ".deps/Settings.Po"; else rm -f ".deps/Settings.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT SocketAddr.o -MD -MP -MF ".deps/SocketAddr.Tpo" -c -o SocketAddr.o SocketAddr.c; \
        then mv -f ".deps/SocketAddr.Tpo" ".deps/SocketAddr.Po"; else rm -f ".deps/SocketAddr.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT gnu_getopt.o -MD -MP -MF ".deps/gnu_getopt.Tpo" -c -o gnu_getopt.o gnu_getopt.c; \
        then mv -f ".deps/gnu_getopt.Tpo" ".deps/gnu_getopt.Po"; else rm -f ".deps/gnu_getopt.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT gnu_getopt_long.o -MD -MP -MF ".deps/gnu_getopt_long.Tpo" -c -o gnu_getopt_long.o gnu_getopt_long.c; \
        then mv -f ".deps/gnu_getopt_long.Tpo" ".deps/gnu_getopt_long.Po"; else rm -f ".deps/gnu_getopt_long.Tpo"; exit 1; fi
if mipsel-oe-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
        then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT service.o -MD -MP -MF ".deps/service.Tpo" -c -o service.o service.c; \
        then mv -f ".deps/service.Tpo" ".deps/service.Po"; else rm -f ".deps/service.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT sockets.o -MD -MP -MF ".deps/sockets.Tpo" -c -o sockets.o sockets.c; \
        then mv -f ".deps/sockets.Tpo" ".deps/sockets.Po"; else rm -f ".deps/sockets.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT stdio.o -MD -MP -MF ".deps/stdio.Tpo" -c -o stdio.o stdio.c; \
        then mv -f ".deps/stdio.Tpo" ".deps/stdio.Po"; else rm -f ".deps/stdio.Tpo"; exit 1; fi
if /home/freee/Scaricati/bm750/build/tmp/cross/mipsel/bin/mipsel-oe-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include  -Wall -O2  -MT tcp_window_size.o -MD -MP -MF ".deps/tcp_window_size.Tpo" -c -o tcp_window_size.o tcp_window_size.c; \
        then mv -f ".deps/tcp_window_size.Tpo" ".deps/tcp_window_size.Po"; else rm -f ".deps/tcp_window_size.Tpo"; exit 1; fi
mipsel-oe-linux-g++ -Wall -O2    -o iperf -O2  -pthread  -DHAVE_CONFIG_H Client.o Extractor.o Launch.o List.o Listener.o Locale.o PerfSocket.o ReportCSV.o ReportDefault.o Reporter.o Server.o Settings.o SocketAddr.o gnu_getopt.o gnu_getopt_long.o main.o service.o sockets.o stdio.o tcp_window_size.o ../compat/libcompat.a
ReportCSV.o: In function `CSV_peer':
ReportCSV.c:(.text+0x70): undefined reference to `rpl_malloc'
Reporter.o: In function `ReportServerUDP':
Reporter.c:(.text+0x113c): undefined reference to `rpl_malloc'
Reporter.o: In function `ReportSettings':
Reporter.c:(.text+0x1524): undefined reference to `rpl_malloc'
Reporter.o: In function `InitReport':
Reporter.c:(.text+0x1a34): undefined reference to `rpl_malloc'
Reporter.c:(.text+0x1be4): undefined reference to `rpl_malloc'
Reporter.o:Reporter.c:(.text+0x1cd0): more undefined references to `rpl_malloc' follow
collect2: ld returned 1 exit status
make[2]: *** [iperf] Errore 1
make[2]: uscita dalla directory "/home/freee/Scaricati/iperf-2.0.5/src"
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory "/home/freee/Scaricati/iperf-2.0.5"
make: *** [all] Errore 2
 
ho risolto lasciando iperf già pronto, anche perchè non ci sono grosse variazioni rispetto ultima versione.
mtr invece preferisco l'ultima poichè mi da i risultati in tempo reale.
In conclusione tutto sto casino per sentirmi dire che a causa del surriscaldamento della piastra in centrale telecom potrei avere dei malfunzionamenti di tanto in tanto.
Verrà risolto???
Boh
Roba da matti!!!!
:eek::chair::D
 
Back
Top