silklabs / silk

Build IoT using JavaScript. Silk Open Source
MIT License
164 stars 29 forks source link

Build failed for Nexus 5 - hammerhead - CMake #18

Closed raj2sudha1 closed 7 years ago

raj2sudha1 commented 7 years ago

Build failed: Cannot find module 'silk-core-version' Cannot find module 'look-up'

Commands used for build: ./sync hammerhead source build/envsetup.sh make -j4

mvines commented 7 years ago

Should be fixed now. Please see https://github.com/silklabs/silk/issues/17#issuecomment-281900879 for details

raj2sudha1 commented 7 years ago

Thank you!. Will try again and let you know.

raj2sudha1 commented 7 years ago

CMake Error at 3rdparty/tbb/CMakeLists.txt:91 (message): Failed to download TBB sources (1;"Unsupported protocol"): http://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb44_20160128oss_src_0.tgz

Could you please check this out.

jainanshul commented 7 years ago

What is the output of cmake --version? Please upgrade to cmake 3.5.2 or later as some older versions of cmake don't support OpenSSL required to download some opencv libraries.