-
Notifications
You must be signed in to change notification settings - Fork 228
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
Make Check Fails (riscv32-unknown-elf-gcc is not found) #171
Comments
Hey there! Regarding your issue: |
Yes Isee them but I need to add this ~ before the path: ls ~/opt/riscv/bin |
I think I understand the problem now; I created an opt folder while there is one in the computer directory. I will try again with this folder and see. |
I'm no Linux guru, but doesn't that mean You could try modifying your PATH variable again: |
Seems like we had perfect timing with our responses! 😄 👍 |
Yes we had =D |
Do you now see If you cannot run |
This is what I receive when I run Using built-in specs. |
That looks good! 👍 |
Still not working, maybe because my example path is: |
You just need to navigate (using |
It worked! Thanks a lot, sorry I am new to Linux so I needed sometime =D. |
Good to hear! 👍
No worries! Linux (and especially VMs) can be tricky sometimes. 😉 |
Hi,
Firstly thank you very much for this tremendous effort and I wish you all the best.
I am trying to install the prebuilt toolchain you made and when I test it in one of the provided examples (blink_led) it gives me the following error:
---------------- Check: NEORV32_HOME folder ----------------
NEORV32_HOME: ../../..
---------------- Check: riscv32-unknown-elf-gcc ----------------
make: riscv32-unknown-elf-gcc: No such file or directory
make: *** [../../common/common.mk:207: check] Error 127
Although the file is there at the binary folder.
I searched and found that maybe it is a 32bit file and my Ubuntu (on a Windows VM) is 64bit so I installed the packages required to solve this:
architecture i386
libc6:i386 libncurses5:i386 libstdc++6:i386
Also I installed the build-essential and gcc-multilib because maybe some tool is missing (Linker for example).
Of course I used this command first: $ export PATH=$PATH:/opt/riscv/bin
and still the problem is not solved yet. I would appreciate any help. Thanks again.
The text was updated successfully, but these errors were encountered: