Here are test results for Fuego on bbb-poky-sdk.
|
{{TableOfContents}}
Here are test results for Fuego on bbb-poky-sdk.
|
I'm not using the correct toolchain for the board, and so several of the tests
have errors building. Here are tests that are known to fail in my beaglebone black configuration:
= Tests that always fail =
|
I'm not using the correct toolchain for the board, and so several of the tests
have errors building. Here are tests that are known to fail in my beaglebone black configuration:
= Tests that always fail =
|
|
== Benchmark.bonnie ==
* runtime error, libstdc++.so.6 not found
|
Error:
{{{#!YellowBox
bonnie++
./bonnie++: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
}}}
|
Error:
{{{#!YellowBox
bonnie++
./bonnie++: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
}}}
|
|
== Benchmark.ffsb ==
* build error, -march=armv5e not supported
|
Error:
{{{#!YellowBox
configure: error: unrecognized option: -march=armv5e
Try `./configure --help' for more information.
}}}
|
Error:
{{{#!YellowBox
configure: error: unrecognized option: -march=armv5e
Try `./configure --help' for more information.
}}}
|
|
== Benchmark.tiobench ==
* build error, missing inline crc32 definition
|
Error:
{{{#!YellowBox
arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \
-c -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
tiotest.c -o tiotest.o
In file included from tiotest.c:24:0:
crc32.h:22:15: warning: inline function 'crc32' declared but never defined
unsigned long crc32( const void* const buffer,
^~~~~
arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \
-c -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
crc32.c -o crc32.o
crc32.c:83:28: warning: 'crctab' is static but used in inline function 'crc32' which is not static
crc = (crc << 8) ^ crctab[((crc >> 24) ^ *(cp++)) & 0xFF];
^~~~~~
arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \
-o tiotest tiotest.o crc32.o -lpthread
tiotest.o: In function `initialize_test':
/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:300: undefined reference to `crc32'
tiotest.o: In function `do_read_test':
/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1191: undefined reference to `crc32'
tiotest.o: In function `do_random_read_test':
/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1297: undefined reference to `crc32'
collect2: error: ld returned 1 exit status
Makefile:37: recipe for target 'tiotest' failed
}}}
|
Error:
{{{#!YellowBox
arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \
-c -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
tiotest.c -o tiotest.o
In file included from tiotest.c:24:0:
crc32.h:22:15: warning: inline function 'crc32' declared but never defined
unsigned long crc32( const void* const buffer,
^~~~~
arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \
-c -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
crc32.c -o crc32.o
crc32.c:83:28: warning: 'crctab' is static but used in inline function 'crc32' which is not static
crc = (crc << 8) ^ crctab[((crc >> 24) ^ *(cp++)) & 0xFF];
^~~~~~
arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \
-o tiotest tiotest.o crc32.o -lpthread
tiotest.o: In function `initialize_test':
/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:300: undefined reference to `crc32'
tiotest.o: In function `do_read_test':
/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1191: undefined reference to `crc32'
tiotest.o: In function `do_random_read_test':
/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1297: undefined reference to `crc32'
collect2: error: ld returned 1 exit status
Makefile:37: recipe for target 'tiotest' failed
}}}
|
|
== Functional.aiostress ==
* build error, missing libaio.h
|
Error:
{{{#!YellowBox
aiostress.c:58:20: fatal error: libaio.h: No such file or directory
#include <libaio.h>
^
compilation terminated.
}}}
|
Error:
{{{#!YellowBox
aiostress.c:58:20: fatal error: libaio.h: No such file or directory
#include <libaio.h>
^
compilation terminated.
}}}
|
|
== Functional.fio ==
* build error, missing 'nop'
|
Error:
{{{#!YellowBox
FIO_VERSION = 2.0.8
DEP .depend
CC gettime.o
gettime.c: In function 'gtod_thread_main':
gettime.c:295:3: error: 'nop' undeclared (first use in this function)
nop;
^~~
gettime.c:295:3: note: each undeclared identifier is reported only once for each function it appears in
Makefile:108: recipe for target 'gettime.o' failed
make: *** [gettime.o] Error 1
}}}
|
Error:
{{{#!YellowBox
FIO_VERSION = 2.0.8
DEP .depend
CC gettime.o
gettime.c: In function 'gtod_thread_main':
gettime.c:295:3: error: 'nop' undeclared (first use in this function)
nop;
^~~
gettime.c:295:3: note: each undeclared identifier is reported only once for each function it appears in
Makefile:108: recipe for target 'gettime.o' failed
make: *** [gettime.o] Error 1
}}}
|
|
== Functional.glib ==
* runtime error, can't find libglib-2.0.so.0
|
Error:
{{{#!YellowBox
./gtester: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory
}}}
|
Error:
{{{#!YellowBox
./gtester: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory
}}}
|
|
= Test times =
This is for testplan_docker:
|
Could not find page "bbb-poky-sdk_test_notes"
|
Problem reading page: bbb-poky-sdk_test_notes:build_times
conf=#
|
|