wav2letter
wav2letter copied to clipboard
/usr/bin/ld : cannot find -lsycl
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.
cc @jacobkahn @xuqiantong @vineelpratap
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