File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -544,3 +544,22 @@ clang: error: linker command failed with exit code 1 (use -v to see invocation)
544544```
545545It's a known issue for Xcode version 15.1.
546546Mitigation: update to most recent Xcode version, clean and rebuild.
547+
548+ - If you encounter issues with missing abseil-cpp or re2, try running `git submodule update --init --recursive` to pull in those submodules.
549+ Example error:
550+ ```
551+ CMake Error at runner/CMakeLists.txt:68 (add_subdirectory):
552+ The source directory
553+
554+ /Users/../executorch/extension/llm/tokenizers/third-party/abseil-cpp
555+
556+ does not contain a CMakeLists.txt file.
557+
558+
559+ CMake Error at runner/CMakeLists.txt:72 (add_subdirectory):
560+ The source directory
561+
562+ /Users/../executorch/extension/llm/tokenizers/third-party/re2
563+
564+ does not contain a CMakeLists.txt file.
565+ ```
You can’t perform that action at this time.
0 commit comments