Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail on Building and installing #296

Open
ilyar opened this issue May 17, 2022 · 1 comment
Open

Fail on Building and installing #296

ilyar opened this issue May 17, 2022 · 1 comment

Comments

@ilyar
Copy link

ilyar commented May 17, 2022

git c --dept 1 [email protected]:tonlabs/TON-Compiler.git
mkdir -p TON-Compiler/build $HOME/bin/ton
cd TON-Compiler/build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin/ton -C /path/to/TON-Compiler/cmake/Cache/ton-compiler.cmake ../llvm
cmake --build . --target install-distribution

Out

make: *** No rule to make target 'install-distribution'.  Stop.
@ilyar
Copy link
Author

ilyar commented May 18, 2022

-C ../cmake/Cache/ton-compiler.cmake

git c --dept 1 [email protected]:tonlabs/TON-Compiler.git
mkdir -p TON-Compiler/build $HOME/bin/ton
cd TON-Compiler/build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin/ton -C ../cmake/Cache/ton-compiler.cmake ../llvm
cmake --build . --target install-distribution

Out

Cloning into 'tvm_linker'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Cloning into 'tvm_linker'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Cloning into 'tvm_linker'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
-- Had to git clone more than once:
          3 times.
CMake Error at /tmp/TON-Compiler/llvm/projects/ton-compiler/tvm_linker/tmp/tvm_linker-gitclone.cmake:31 (message):
  Failed to clone repository: 'https://github.com/tonlabs/TVM-linker/'


make[3]: *** [projects/ton-compiler/CMakeFiles/tvm_linker.dir/build.make:91: /tmp/TON-Compiler/llvm/projects/ton-compiler/tvm_linker/src/tvm_linker-stamp/tvm_linker-download] Error 1
make[2]: *** [CMakeFiles/Makefile2:9923: projects/ton-compiler/CMakeFiles/tvm_linker.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:7325: CMakeFiles/install-distribution.dir/rule] Error 2
make: *** [Makefile:225: install-distribution] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant