ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

使用wsl编译buildroot---泰山派踩坑记录

使用wsl编译buildroot---泰山派踩坑记录

fakeroot错误:

在编译固件
./mkfirmware.sh时报错
报错内容
fakeroot, while creating message channels: Function not implemented
This may be due to a lack of SYSV IPC support.
fakeroot: error while starting the `faked' daemon.

先找到这篇文章:
https://whycan.com/t_1004.html
cp -f /usr/bin/fakeroot-tcp /output/host/usr/bin/fakeroot
替换buildroot\output\rockchip_rk3566\host\bin的fakeroot后

还是不行,一样报错

最后在arch论坛找到
只需执行:
sudo update-alternatives --set fakeroot /usr/bin/fakeroot-tcp

https://superuser.com/questions/1408340/in-arch-linux-wsl-windows-subsystem-for-linux-what-is-the-workaround-for

返回列表