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