-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
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
Labels
No labels