Closed thotaraghava closed 6 years ago
I guess those subfolders are git submodules.
try to clone the repository and be sure you recurse on submodules.
Yes, they are git sub modules. Please tell me how to recurse on submodules while downloading onto windows through ZIP file. Thanks for responding.
How to do this command while downloading ZIP file in windows.
git clone --recursive
Anybody can help in this regard as I stuck here.
ignore the ZIPs, you need to clone the repository.
Should I download GitHub Desktop for this. I am completely new to this environment.
nope, git is enough.
Which option I need to take. Open in Desktop is asking to download GitHub Desktop, the other option left is ZIP file.
open a terminal and enter the git command, as explained in the README. you probably need to install git for windows before.
GitHub Desktop may work too, but I have no experience with the windows version.
Yes, GitHub Desktop looks working. I have installed and trying to clone, process is going on. Thanks a lot for your patience ilg-ul.
BTW, after you manage to clone the repository, all you can do is examine the files.
if you want to build the samples, you also need the toolchain, a functional make and possibly more.
ok, sure.
HI, In the path /freedom-e-sdk/riscv-gnu-toolchain/riscv-binutils-gdb/, I dont see any configure file both in web page as well as in cloned database. But while running make tools [BOARD=freedom-e300-hifive1], I am seeing below error.
freedom-e-sdk/riscv-gnu-toolchain/riscv-binutils-gdb/configure: No such file or directory.
Please help.
the path of building the toolchain from sources requires a Linux system and some good Linux knowledge.
perhaps you should try to use the already made binaries.
alternatively you can try Eclipse, it is easier to use for first time users. in the latest version of GNU MCU Eclipse you have a SiFive project template that generates ready to run HiFive1 blinky projects.
Already made binaries means, the database on which somebody did already right
it means ready to run executables, not source code programs that need to be compiled, like you are trying to do. (in case you did not notice, you are trying to compile the RISC-V GCC, GDB, OpenOCD, etc)
ok
Hi Everybody,
Thanks,