lowRISC / lowrisc-chip

The root repo for lowRISC project and FPGA demos.
http://www.lowrisc.org/
Other
596 stars 148 forks source link

Failure during the toolchain build #88

Closed noureddine-as closed 6 years ago

noureddine-as commented 6 years ago

Hi! I would like to test the untethered version risc-v based SoC.

image When i clone the repo and proceed to build the toolchain, i get this error, not sure if it's due to my network limitations or to something else?

I would like to understand please if the lowRISC SoC depends on a particular version of riscv-tools (gnu compilation toolchain / spike ...etc)? Or can I use a recent compilation toolchain with an old version of lowRISC? I mean by that if i change my hardware configuration (number of cores / accelerators / cache ...etc) do I need to rebuild the software toolchain/simulators?

Thanks for taking time to respond my questions. Best regards.

jrrk commented 6 years ago

That error could be caused by problems with nameservers or slow international links.

You cannot use the latest toolchain with lowrisc because it does not support compressed instructions and the ISA has changed (in particular control and status registers), and privilege instruction set.

However you do not need to recompile if you change the Knobs (number of cores etc.) as the ISA will be the same.

On 20/03/18 15:00, Noureddine Ait Said wrote:

Hi! I would like to test the untethered version risc-v based SoC.

image https://user-images.githubusercontent.com/23646052/37661760-ccdc32ea-2c55-11e8-910d-fd6b8cacea03.png When i clone the repo and proceed to build the toolchain, i get this error, not sure if it's due to my network limitations or to something else?

I would like to understand please if the lowRISC SoC depends on a particular version of riscv-tools (gnu compilation toolchain / spike ...etc)? Or can I use a recent compilation toolchain with an old version of lowRISC? I mean by that if i change my hardware configuration (number of cores / accelerators / cache ...etc) do I need to rebuild the software toolchain/simulators?

Thanks for taking time to respond my questions. Best regards.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lowRISC/lowrisc-chip/issues/88, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgF10puAgxteunrgZQNbEK0YwkupMCWks5tgRmegaJpZM4SyD7V.

noureddine-as commented 6 years ago

It turned out that it's a network issue, i connected from another and that works.

Thanks for your answers @jrrk I'll dive deeper in the topic.