赞
踩
在使用petalinux-config --get-hw-description配置工程时出现以下错误。
- [INFO] Sourcing buildtools
- INFO: Getting hardware description...
- INFO: Renaming BDcanfddtu_800_wrapper.xsa to system.xsa
- [INFO] Generating Kconfig for project
- ERROR: Failed to generate /home/shinn/prj/test/h1_petalinux_test/build/misc/config/Kconfig.syshw
- ERROR: Failed to Kconfig project
- ERROR: Failed to generate System hardware Kconfig file.
可以通过 vim ./build/config.log 命令查看错误原因。
在使用中文路径时也会报这样的错误,在排除不是使用中文路径导致错误后。最终通过安装libtinfo5 package 可以解决此错误。
在终端输入sudo apt-get install libtinfo5 安装完重新执行petalinux-config --get-hw-description即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。