-
Notifications
You must be signed in to change notification settings - Fork 865
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
Unable to Link libbluetooth: undefined reference to '__fdelt_chk@GLIBC_2.15' #69
Comments
I end up with the same problem when linking to libsystemd.so.0.3.1 |
The problem with using a newer cross compiler is it causes problems with the jessie runtime libs.
Sticking with gcc 4.9.3 matches the gcc version in debian jessie and avoids that issue. |
I am using the compiler under /tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian I also tried using the compiler under /tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf, but got a long list of errors. |
Related Stack overflow question and answer here
I was unable to link libbluetooth due to an undefined reference to '__fdelt_chk@GLIBC_2.15'.
I resolved this issue by using a newer release of the Linaro toolchain (6.1.1).
The current Linaro toolchain used by the repository is pretty old (NG-1.13.1-4.8-2014.01 ).
Any thoughts about updating the toolchain used in this repository?
The text was updated successfully, but these errors were encountered: