我正在做一个从头开始的Linux项目,我遇到了一些(潜在的)问题。在第6.49章: Libffi-3.2.1中,我成功地执行了"sed“、"configure”和"make“命令,但当我执行"make check”时,似乎每个测试都失败了:
MAKE x86_64-unknown-linux-gnu : 0 * check
...stuff...
Test run by root on Fri Jul 13 23:51:21 2018
Native configuration is x86_64-unknown-linux-gnu
=== libffi tests ===
Schedule of variations:
unix
Running target unix
...a lot of failures...
FAIL: libffi.call/va_struct3.c -W -Wall -Wno-psabi -Os (test for excess errors)
FAIL: libffi.call/va_struct3.c -W -Wall -Wno-psabi -O2 -fomit-frame-pointer (test for excess errors)
=== libffi Summary ===
# of unexpected failures 685
# of unresolved testcases 685我一直在密切关注这本书,但可能我在这一过程中遗漏了一些东西。我是不是应该为此担心,或者我应该直接安装它,然后继续下去?
如果需要更多信息,请告诉我。
https://stackoverflow.com/questions/51334617
复制相似问题