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
I was wondering for purposes of running SPEC on Ariane:
Can Linux running on Ariane support a C compiler? I noticed in the configuration for BusyBox it is not included. Has anyone run Ariane with a more robust version of Linux? Is it possible to utilize the same work-flow with the SDK with a version of Linux that has increased functionality, or would this conflict with the booting process?
The text was updated successfully, but these errors were encountered:
Why do you need a C compiler on the FPGA to run SPEC? You should be able to crosscompile SPEC and run it on the FPGA. No need for recompilation on the FPGA itself.
I am able to cross-compile the binaries that SPEC will run just fine, however the tools (such as runspec) do not work on Ariane. I am therefor stuck having to rebuild the tools, which requires various utilities like a c compiler. Has running SPEC already been done before by Ariane's group internally? If so what steps did they take to accomplish this?
yvantor
pushed a commit
to pulp-platform/cva6-sdk
that referenced
this issue
Apr 10, 2024
I was wondering for purposes of running SPEC on Ariane:
Can Linux running on Ariane support a C compiler? I noticed in the configuration for BusyBox it is not included. Has anyone run Ariane with a more robust version of Linux? Is it possible to utilize the same work-flow with the SDK with a version of Linux that has increased functionality, or would this conflict with the booting process?
The text was updated successfully, but these errors were encountered: