-
Notifications
You must be signed in to change notification settings - Fork 240
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
Having trouble building the iCESugar example #97
Comments
Ok, fixed the issue with the last one (see https://github.com/YosysHQ/fpga-toolchain#using-ghdl), but am now seeing an error which is not related to the toolchain:
|
This might be just a path issue... I will check that. Maybe @umarcor can directly spot the problem 😉 |
@jeremyherbert try cd setups/examples/
make BOARD=iCESugar MinimalBoot |
@jeremyherbert, first off, I apologise for the undocumented state of these makefiles, and for my previous so short answer. Your issue was related to the toolchain, indeed, and you fixed it properly. BTW, the Fomu toolchain is based on fpga-toolchain, so you will get the same issue. Now, the issue is the make target you are using. You got it correct in the last try before fixing the GHDL_PREFIX issue: Find a more detailed explanation about the makefiles in #96. |
Thanks for your help! I tried to run your make commands, but I still received the same error as above:
However, with a bit of poking around, it seems that some stale |
I'm having some trouble trying to build the iCESugar example. From the
setups/examples
folder, I run the command:BOARD=iCESugar DESIGN=MinimalBoot VERBOSE=1 make iCESugar
But GHDL complains:
If I run
BOARD=iCESugar DESIGN=MinimalBoot VERBOSE=1 make
, then all that happens is that myiCESugar
folder is moved from theosflow
folder to theexamples
folder:Finally, if I run
BOARD=iCESugar VERBOSE=1 make MinimalBoot
(which I am thinking is the correct one), I get the following error:Though I believe this last one might be due to an issue with my toolchain install? I have just downloaded the toolchain from here:
https://github.com/YosysHQ/fpga-toolchain
(versionnightly-20210703
), extracted it to /opt/fpga-toolchain and added it to my path.If someone could point me in the right direction, it would be much appreciated.
The text was updated successfully, but these errors were encountered: