flashlight / wav2letter

Facebook AI Research's Automatic Speech Recognition Toolkit
https://github.com/facebookresearch/wav2letter/wiki
Other
6.35k stars 1.02k forks source link

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

Open Jibril2 opened 3 years ago

Jibril2 commented 3 years ago

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.

tlikhomanenko commented 3 years ago

cc @jacobkahn @xuqiantong @vineelpratap

congson1293 commented 2 years ago

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