[Fuego] [PATCH 17/18] LTP: add note about typical LTP build failure on arm

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Jan 30 09:59:35 UTC 2018


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Functional.LTP/fuego_test.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/engine/tests/Functional.LTP/fuego_test.sh b/engine/tests/Functional.LTP/fuego_test.sh
index 84e62d7..263fc89 100755
--- a/engine/tests/Functional.LTP/fuego_test.sh
+++ b/engine/tests/Functional.LTP/fuego_test.sh
@@ -280,6 +280,10 @@ function test_build {
         skip_if_config_unavailable "HAVE_MODIFY_LDT" "modify_ldt01 modify_ldt02 modify_ldt03" "Add modify_ldt support"
 
         # save build results in build.log
+        # Typical build error:
+        #   undefined reference to `io_submit'
+        # Solution: install libaio for your arch
+        #   E.g: /fuego-ro/toolchains/install_cross_toolchain.sh armh
         set -o pipefail
         make CC="${CC}" 2>&1 | tee build.log
         set +o pipefail
-- 
2.7.4




More information about the Fuego mailing list