You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a X86_64 application in Ubuntu and got this error message:
Using native(wrapped) libpthread.so.0
Using native(wrapped) libusb-1.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using emulated libboost_filesystem.so.1.69.0
Using emulated libboost_chrono.so.1.69.0
Using emulated libboost_thread.so.1.69.0
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Error: PltResolver: Symbol vwprintf(ver 5: vwprintf@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0x11c6b10 (0x85de36)
The text was updated successfully, but these errors were encountered:
I'm running a X86_64 application in Ubuntu and got this error message:
Using native(wrapped) libpthread.so.0
Using native(wrapped) libusb-1.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using emulated libboost_filesystem.so.1.69.0
Using emulated libboost_chrono.so.1.69.0
Using emulated libboost_thread.so.1.69.0
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Error: PltResolver: Symbol vwprintf(ver 5: vwprintf@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0x11c6b10 (0x85de36)
The text was updated successfully, but these errors were encountered: