Skip to content
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

/usr/bin/ld : cannot find -lsycl #979

Open
Jibril2 opened this issue Jul 2, 2021 · 2 comments
Open

/usr/bin/ld : cannot find -lsycl #979

Jibril2 opened this issue Jul 2, 2021 · 2 comments
Labels

Comments

@Jibril2
Copy link

Jibril2 commented Jul 2, 2021

My make fails at 74% with NNSerializationTest.dir/build.make, /DevicePtrTest.dir/build.make and /ModuleTest.dir/build.make due to this error.

/usr/bin/ld : cannot find -lsycl

Not sure what this means, no reference to "lsycl" on here and Google is failing.

@Jibril2 Jibril2 added the bug label Jul 2, 2021
@tlikhomanenko
Copy link
Contributor

@congson1293
Copy link

congson1293 commented Oct 14, 2021

I had same issue.
/usr/bin/ld : cannot find -lsycl mean that ld cannot find libsycl.so. You can find it by use command:
locate libsycl.so and link it to usr/lib using command sudo ln -s path_to_libsycl.so /usr/lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants