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
Git clone is stuck when not used with --recursive #909
Comments
|
Hi, Usually if we clone the repo using |
|
@lazyparser No, it's working fine when I use git clone --recursive. The problem is when I try to do it as given in the Github Readme. Says it will fetch the modules when needed. I used git clone without --recursive, then configured the options, executed the make command. That's where it tried to download the submodules and it got stuck forever. Then I used --recursive to manually get the packages and it worked. Downloaded around 6 GB. I hope I am making sense and not making a noob mistake :-D |
|
I ran into the same problem. |
|
I had the same problem during Newlib installation. After waiting a while, I aborted with Ctrl-C. I tried deleting the project directory and re-downloading it with This took an eternity, but there were progress bars. I then repeated the Newlib installation. This time it seemed to be working, but I had to abort again because I ran out of hard-drive space. This is all consistent with @lazyparser 's explanation: the installation is just very slow. |
|
No activity/update for over a year and this doesn't seem to be a general/reproducible issue with the RISC-V GCC toolchain or the build process. |
Hi,
I am trying to build the toolchain and the git clone command is stuck when I don't get all the submodules by using recursive command. Worked when I cloned it with the --recursive flag. Just posting here because I thought it might be useful. Attaching the error message.
flock
git rev-parse --git-dir/config git submodule init /media/sriram/Data/experimental/riscv-gnu-toolchain/riscv-gcc/ &&flock
git rev-parse --git-dir/config git submodule update /media/sriram/Data/experimental/riscv-gnu-toolchain/riscv-gcc/Submodule 'riscv-gcc' (https://github.com/riscv/riscv-gcc.git) registered for path 'riscv-gcc'
Cloning into '/media/sriram/Data/experimental/riscv-gnu-toolchain/riscv-gcc'...
After this point, it didn't progress.
The text was updated successfully, but these errors were encountered: