We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按找原书进行构建遇到了两个问题:
../cross-tool/bin/pkg-config: # if $HOST_PKG_CFG $* | sed -e "..." if $ HOST_PKG_CFG $* | sed -e "s/\/usr/\/vita\/sysroot\/usr/g"
配置编译完成libxcb后不要删除la文件,直接配置编译libX11,然后删除所有la文件,还原pkg-config脚本。
make INSTALL_ROOT=$SYSROOT install
以上是我的一些解决方案,现在顺利度过构建根文件系统这一章,有点费事,有其他问题可以联系我[email protected]。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
按找原书进行构建遇到了两个问题:
解决方案:问题出在pkg-config脚本中,其补全路径有的没有补上,如pythondir,我修改了这句代码
配置编译完成libxcb后不要删除la文件,直接配置编译libX11,然后删除所有la文件,还原pkg-config脚本。
解决方案:在安装时指定INSTALL_ROOT:
以上是我的一些解决方案,现在顺利度过构建根文件系统这一章,有点费事,有其他问题可以联系我[email protected]。
The text was updated successfully, but these errors were encountered: