完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,大家好,
我正在使用poky和meta-openembedded(git://git.openembedded.org/meta-openembedded(branch:master)) 我想为我的SDK构建metacity和cyrus-sasl(2.1.26) 我运行以下命令 1.我将cBCLASSEXTEND + =“nativesdk”添加到cyrus-sasl_2.1.26.bb #bitbake nativesdk-cyrus-sasl 但我得到错误 | x86_64-pokysdk-linux-gcc --sysroot = / poky / build-fw / tmp / work / x86_64-nativesdk-pokysdk-linux / nativesdk-cyrus-sasl / 2.1.26-r0 / recipe-sysroot -O2 -pipe - Wl,-O1 -o saslauthd mechanisms.o auth_dce.o auth_getpwent.o auth_krb5.o auth_krb4.o auth_pam.o auth_rimap.o auth_httpform.o auth_shadow.o auth_sia.o auth_sasldb.o lak.o auth_ldap.o cache.o cfile .o krbtf.o utils.o ipc_unix.o ipc_doors.o saslauthd-main.o md5.o -lresolv | auth_getpwent.o:在函数`auth_getpwent'中: | auth_getpwent.c :(。text + 0x42):对“crypt”的未定义引用 | auth_shadow.o:在函数`auth_shadow'中: | auth_shadow.c :(。text + 0x109):对“crypt”的未定义引用 | collect2:错误:ld返回1退出状态 | Makefile:456:目标'saslauthd'的配方失败了 如何将-lcrypt添加到此bb? 2。 我将BBCLASSEXTEND + =“nativesdk”添加到metacity的bb中 #bitbake nativesdk-metacity 但我得到错误 错误:没有什么RPROVIDES'nativesdk-dbus-x11'(但虚拟:nativesdk:poky / meta / rec或以其他方式要求它) 错误:没有RPROVIDES的nativesdk-dbus-x11'(但是虚拟:nativesdk:poky / meta / recipes-core / dbus / dbus-glib_0.110.bb RDEPENDS或以其他方式要求它)错误:必需的构建目标'nativesdk-metacity '没有可建立的提供商。 缺失或不可建立的依赖链是:['nativesdk-metacity','nativesdk-libcanberra','nativesdk-pulseaudio','nativesdk-gconf','nativesdk-dbus-glib','nativesdk-dbus-x11'] 错误:没有什么能提供'dbus-x11'。 关闭比赛: dbus RPROVIDES dbus-x11 metacity需要dbus-x11 但我找不到dbus-x11的bb 我看不到dbus-x11然后运行bitbake -s 如何启用dbus-x11? 非常感谢 约翰 以上来自于谷歌翻译 以下为原文 Hi everyone, I'm using poky and meta-openembedded(git://git.openembedded.org/meta-openembedded(branch: master)) I want to build metacity and cyrus-sasl(2.1.26) for my SDK I run the following command 1. I add BBCLASSEXTEND += " nativesdk" to cyrus-sasl_2.1.26.bb # bitbake nativesdk-cyrus-sasl but I get error | x86_64-pokysdk-linux-gcc --sysroot=/poky/build-fw/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cyrus-sasl/2.1.26-r0/recipe-sysroot -O2 -pipe -Wl,-O1 -o saslauthd mechanisms.o auth_dce.o auth_getpwent.o auth_krb5.o auth_krb4.o auth_pam.o auth_rimap.o auth_httpform.o auth_shadow.o auth_sia.o auth_sasldb.o lak.o auth_ldap.o cache.o cfile.o krbtf.o utils.o ipc_unix.o ipc_doors.o saslauthd-main.o md5.o -lresolv | auth_getpwent.o: In function `auth_getpwent': | auth_getpwent.c:(.text+0x42): undefined reference to `crypt' | auth_shadow.o: In function `auth_shadow': | auth_shadow.c:(.text+0x109): undefined reference to `crypt' | collect2: error: ld returned 1 exit status | Makefile:456: recipe for target 'saslauthd' failed How can I add -lcrypt to this bb?? 2. I add BBCLASSEXTEND += " nativesdk" to metacity's bb # bitbake nativesdk-metacity but I get error ERROR: Nothing RPROVIDES 'nativesdk-dbus-x11' (but virtual:nativesdk:poky/meta/rec on or otherwise requires it) ERROR: Nothing RPROVIDES 'nativesdk-dbus-x11' (but virtual:nativesdk:poky/meta/recipes-core/dbus/dbus-glib_0.110.bb RDEPENDS on or otherwise requires it) ERROR: Required build target 'nativesdk-metacity' has no buildable providers. Missing or unbuildable dependency chain was: ['nativesdk-metacity', 'nativesdk-libcanberra', 'nativesdk-pulseaudio', 'nativesdk-gconf', 'nativesdk-dbus-glib', 'nativesdk-dbus-x11'] ERROR: Nothing PROVIDES 'dbus-x11'. Close matches: dbus RPROVIDES dbus-x11 metacity need dbus-x11 but I cannot find dbus-x11's bb I cannot see dbus-x11 then run bitbake -s How can I enable dbus-x11 ?? thanks a lot John |
|
相关推荐
1个回答
|
|
HelloJohnChiao感谢您加入英特尔®社区。
查看您与我们分享的信息,我发现您正在开发具有嵌入式配置的个性化系统,在这种情况下,我建议您联系我们的英特尔®开发人员专区以创建帐户(https://software.intel.com/ en-us / support)转到个人资料以创建帐户,您也可以访问英特尔®嵌入式社区(https://embedded.communities.intel.com/community/en)获取嵌入式系统支持。 谢谢。 此致,莱昂纳多C. 以上来自于谷歌翻译 以下为原文 Hello JohnChiao Thank you for joining the Intel® community. Looking into the information that you have shared with us I see that you are developing a personalized system with an embedded configuration, in this case I would advise contacting our Intel® developer zone to create an account (https://software.intel.com/en-us/support) go to profile to create an account, also you can visit the Intel® Embedded Community (https://embedded.communities.intel.com/community/en) for support with embedded systems. Thank you. Regards, Leonardo C. |
|
|
|
只有小组成员才能发言,加入小组>>
506浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-11 15:31 , Processed in 0.562865 second(s), Total 49, Slave 41 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号