Re: Unable to add pre compiled library #yocto


Vijay Rakesh Munganda
 

Is re compiling the .so file is correct? I found one solution online, tried to recompile and my build is got successful.  

do_compile(){
        ${CXX} -shared -o  libopentok.so ${S}/lib/libopentok.so
}

Thanks,
VR

Join yocto@lists.yoctoproject.org to automatically receive all group messages.