错误:无法写入字节码。该系统找不到指定的路径。 (os error 3). 编译基板节点模板时出错
Posted
技术标签:
【中文标题】错误:无法写入字节码。该系统找不到指定的路径。 (os error 3). 编译基板节点模板时出错【英文标题】:error: failed to write bytecode. The system cannot find the path specified. (os error 3).Error in compiling substrate node-template 【发布时间】:2021-06-19 20:17:39 【问题描述】:我在使用“cargo build --release”编译基板节点模板时收到此错误。请告诉如何解决这个问题。
【问题讨论】:
Please do not upload images of code/errors when asking a question. 【参考方案1】:可能是你的路径太长了https://github.com/substrate-developer-hub/substrate-node-template/issues/134
【讨论】:
这是真的。我将路径的一部分从“ClionProject”重命名为“p”,路径长度减少了 11,编译继续。以上是关于错误:无法写入字节码。该系统找不到指定的路径。 (os error 3). 编译基板节点模板时出错的主要内容,如果未能解决你的问题,请参考以下文章