Pseudo is not present but is required, building this first before the main build
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Do not use Bitbake as root.
ERROR: Execution of event handler 'check_sanity_eventhandler' failed
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Do not use Bitbake as root.
不知道如何编译Pseudo, 有谁做过的指点一下!多谢!
You can now run 'bitbake '
Common targets are:
bitbake virtual/kernel
bitbake virtual/bootloader
bitbake altera-gsrd-image
bitbake altera-image
每次bitbake就弹出 Pseudo is not present but is required, building this first before the main build
不知道
root@ubuntu:/opt/altera-linux/sources#
这个包在sources里面有,但是不晓得怎么弄。
找到原因了, bitbake不能再root用户模式下使用,改成user模式就可以了。
不要已root账户登录
生活就是油盐酱醋再加一点糖,快活就是一天到晚乐呵呵的忙
===================================
做一个简单的人,踏实而务实,不沉溺幻想,不庸人自扰
是楼主所说的那样吗?我也遇到过同样的问题,不过我的原因是没有调用sudo apt-get update和sudo apt-get upgrade进行更新和升级。