-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library not found during link #1
Comments
I downloaded the Beaglebone toolchain for Windows from sysprogs.com, version 8.3.0.
Hope this helps! |
Also, this library is also present at |
If I don't set CMAKE_SYSROOT (comment it out in BBBToolchain.cmake), it works. But this is not right, I think... |
Found solution at https://forum.qt.io/topic/62094/cross-compiling-for-beaglebone-black-libm-so-6-not-found-but-it-is-there |
I think |
First of all, I actually use my own helloworld project with your toolchain file, but I'm not sure if it could make any difference.
I get the following error during CMake configure stage:
The libraries search dirs obtained by calling
C:\SysGCC\beaglebone\bin\arm-linux-gnueabihf-g++.exe --sysroot=C:/Users/azarubkin/Documents/beaglebone/rootfs -print-search-dirs
are:The file
libm.so.6
is located inC:\Users\azarubkin\Documents\beaglebone\rootfs\lib\arm-linux-gnueabihf
, which is in the list, but why the linker cannot find it?The text was updated successfully, but these errors were encountered: