首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在交叉台ng上运行make时找不到标记命令。

在交叉台ng上运行make时找不到标记命令。
EN

Stack Overflow用户
提问于 2018-04-15 20:09:00
回答 1查看 580关注 0票数 1

由于某种原因,在我的ubuntu系统上,运行make在交叉平台上抛出这个错误。我试着看看是否能找到一个带有tag命令的包,但我认为它并不存在。

代码语言:javascript
复制
/usr/bin/make  all-recursive
make[1]: Entering directory '/home/rahul/crosstool-ng'
Making all in kconfig
make[2]: Entering directory '/home/rahul/crosstool-ng/kconfig'
/usr/bin/make  all-am
make[3]: Entering directory '/home/rahul/crosstool-ng/kconfig'
tag CC  --mode=link gcc  -g -O2   -o conf conf.o zconf.o  
/bin/bash: tag: command not found
Makefile:497: recipe for target 'conf' failed
make[3]: [conf] Error 127 (ignored)
tag CC  --mode=link gcc -D_GNU_SOURCE -I/usr/include/ncursesw -g -O2   -o nconf nconf-nconf.o nconf-nconf.gui.o nconf-zconf.o -lmenuw -lpanelw -lncursesw -ltinfo 
/bin/bash: tag: command not found
Makefile:523: recipe for target 'nconf' failed
make[3]: [nconf] Error 127 (ignored)
tag CC  --mode=link gcc  -g -O2   -o mconf mconf.o zconf.o lxdialog/checklist.o lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o lxdialog/yesno.o -lncursesw -ltinfo 
/bin/bash: tag: command not found
Makefile:519: recipe for target 'mconf' failed
make[3]: [mconf] Error 127 (ignored)
make[3]: Leaving directory '/home/rahul/crosstool-ng/kconfig'
make[2]: Leaving directory '/home/rahul/crosstool-ng/kconfig'
make[2]: Entering directory '/home/rahul/crosstool-ng'
make[2]: Leaving directory '/home/rahul/crosstool-ng'
make[1]: Leaving directory '/home/rahul/crosstool-ng'
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-10-30 14:25:36

如果您仍然在寻找答案,您可以在这里找到它:https://github.com/crosstool-ng/crosstool-ng/issues/944#issuecomment-381447332,您只需运行apt install libtool-bin

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49846306

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档