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 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
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.
The text was updated successfully, but these errors were encountered: