Giter Club home page Giter Club logo

Comments (3)

lisaong avatar lisaong commented on July 17, 2024

Hi,
It's hard to tell from the error, maybe you're using the wrong version of LLVM. Can you paste the output of cmake ..? We've been developing with LLVM 3.9 and 3.9.1 because that's what is more widely available.

from ell.

Ryanzhang111 avatar Ryanzhang111 commented on July 17, 2024

@lisaong
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/local/bin/gcc
-- Check for working C compiler: /usr/local/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/bin/c++
-- Check for working CXX compiler: /usr/local/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Blas libraries: /usr/lib/libopenblas.so
-- Blas linker flags:
-- Blas include directories:
-- Using BLAS include path: /usr/include
-- Using BLAS library: /usr/lib/libopenblas.so
-- Using BLAS DLLs:
-- Found PythonInterp: /usr/bin/python (found version "3.6")
-- Found PythonLibs: /usr/local/lib/libpython3.6m.a (found version "3.6.0")
-- Found SWIG: /usr/local/bin/swig (found suitable version "3.0.12", minimum required is "3.0.12")
-- Creating wrappers for python
CMake Deprecation Warning at /home/zf/develop/cmake-3.8.2-Linux-x86_64/share/cmake-3.8/Modules/UseSWIG.cmake:226 (message):
SWIG_ADD_MODULE is deprecated. Use SWIG_ADD_LIBRARY instead.
Call Stack (most recent call first):
CMake/CommonInterfaces.cmake:159 (swig_add_module)
CMake/CommonInterfaces.cmake:190 (generate_interface_module)
interfaces/python/CMakeLists.txt:21 (generate_interface)

-- Creating wrappers for javascript
-- Found npm at /usr/bin/npm
-- Creating wrappers for xml
-- Using python found at: /usr/bin/python
-- Using python libraries found at: /usr/local/lib/libpython3.6m.a
-- Creating wrappers for python
CMake Deprecation Warning at /home/zf/develop/cmake-3.8.2-Linux-x86_64/share/cmake-3.8/Modules/UseSWIG.cmake:226 (message):
SWIG_ADD_MODULE is deprecated. Use SWIG_ADD_LIBRARY instead.
Call Stack (most recent call first):
CMake/CommonInterfaces.cmake:159 (swig_add_module)
CMake/CommonInterfaces.cmake:237 (generate_interface_module)
examples/emitted_interfaces/step/CMakeLists.txt:25 (generate_emitted_interface_module)

-- Generated target compiled_vgg16ImageNet_host
-- Generated target compiled_vgg16ImageNet_pi3
-- Generated target compiled_vgg16ImageNet_pi0
-- Generated target compiled_darknetReference_host
-- Generated target compiled_darknetReference_pi3
-- Generated target compiled_darknetReference_pi0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zf/ELL/build

this is the output of cmake ..,and my LLVM version is 3.9.1

from ell.

lisaong avatar lisaong commented on July 17, 2024

from ell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.