- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I am trying to install Unix Bench into iMX6 Poky Yocto 1.6.2 . I successfully cross compiled Unix Bench source code. But when i run Unix Bench, generated error said these 4 perl modules can not be found:
use POSIX qw(strftime);
use Time::HiRes;
use IO::Handle;
use FindBin;
So did i miss some thing while build the system?
Or any way to add these modules into yocto?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ark
please check
How can I install missing perl modules on an embedded system? - Stack Overflow
also this can be posted on to meta-fsl-arm mailing list, so that someone familiar with it could try to assist you.
https://lists.yoctoproject.org/listinfo/meta-freescale
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ark
please check
How can I install missing perl modules on an embedded system? - Stack Overflow
also this can be posted on to meta-fsl-arm mailing list, so that someone familiar with it could try to assist you.
https://lists.yoctoproject.org/listinfo/meta-freescale
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello igor
Thanks you for answering my question, I added the modules into local.conf and rebuild the yocto solved the problem.
Ark