You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed the commands described in the documentation to cross compile. However, I received the following error: Error: Server does not allow request for unadvertised object 3beb2cdb.
So far, that's fine. I was able to solve by running git submodule sync, but compiling again he accuses not finding binutils/config. Thus making it impossible for me to compile.
I was able to resolve the error running git clone --recurse-submodules [email protected]:riscv-collab/riscv-gnu-toolchain.git and following the steps described in the documentation.
Idk if this's the correct way to solve, but worked to me.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, I followed the commands described in the documentation to cross compile. However, I received the following error:
Error: Server does not allow request for unadvertised object 3beb2cdb.
So far, that's fine. I was able to solve by running
git submodule sync
, but compiling again he accuses not findingbinutils/config
. Thus making it impossible for me to compile.I was able to resolve the error running
git clone --recurse-submodules [email protected]:riscv-collab/riscv-gnu-toolchain.git
and following the steps described in the documentation.Idk if this's the correct way to solve, but worked to me.
Thanks in advance!
The text was updated successfully, but these errors were encountered: