Skip to content

llvm-config failed with status No such file or directory #2

@pauldemarco

Description

@pauldemarco

When running this command:
cmake .. -DCMAKE_BUILD_TYPE=Release -GNinja

I get this:

-- The CXX compiler identification is GNU 7.3.0
-- The C compiler identification is GNU 7.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Generator .............. Ninja
-- Build Type ............. Release
-- llvm-config ............ /home/paul/flutter_embedded/sdk/toolchain/bin/llvm-config
-- /home/paul/flutter_embedded/sdk/toolchain/bin/llvm-config --cflags --cxxflags --ldflags
CMake Error at cmake/llvm_config.cmake:20 (message):
  llvm-config failed with status No such file or directory
Call Stack (most recent call first):
  cmake/build_dependencies.cmake:39 (include)
  CMakeLists.txt:48 (include)


-- Configuring incomplete, errors occurred!
See also "/home/paul/flutter_embedded/build/CMakeFiles/CMakeOutput.log".

It doesn't look like a sdk directory is created yet... is this something I provide?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions