gpt4 book ai didi

ubuntu - tensorflow 构建失败,gcc 错误 'as'

转载 作者:行者123 更新时间:2023-12-04 18:41:03 25 4
gpt4 key购买 nike

我尝试从源代码构建 tensorflow,但由于 gcc 错误而失败。

错误日志:

gcc: error trying to exec 'as': execvp: No such file or directory
ERROR: /home/pcy/tensorflow-r0.10/tensorflow/core/kernels/BUILD:369:1:
output 'tensorflow/core/kernels/_objs/batch_matrix_band_part_op_gpu/tensorflow/core/kernels/batch_matrix_band_part_op_gpu.cu.pic.o' was not created.

ERROR: /home/pcy/tensorflow-r0.10/tensorflow/core/kernels/BUILD:369:1: not all outputs were created.
Target //tensorflow/tools/pip_package:build_pip_package failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 24.255s, Critical Path: 23.90s
pcy@BJSH-DATAGPU-134-200:~/tensorflow-r0.10$ whereis as
as: /usr/bin/as /usr/share/man/man1/as.1.gz

谁能解释一下?我不知道为什么它是错误的......

最佳答案

我不确定,但我相信这是因为 Bazel 取消了路径变量并在内部复制了所需的工具或其他东西。

不幸的是,解决方法是您必须重新编译编译器,并将路径硬编码到 as。 , ldnm .

这与问题 #2806 有关.

你必须像这样配置你的编译器:

./configure --prefix=/opt/gcc-5.3 --disable-nls --enable-languages=c,c++ --with-ld=/bin/ld --with-nm=/bin/nm --with-as=/usr/bin/as

您显然可以选择自己的前缀路径。

关于ubuntu - tensorflow 构建失败,gcc 错误 'as',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39095577/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com