[libre-riscv-dev] [Bug 178] first coriolis2 tutorial, workflow and "test project" page

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Wed Feb 19 23:38:19 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=178

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |programmerjake at gmail.com

--- Comment #29 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #28)
> yes you need to install python3.6 however in debian/9 that actually
> is a "dummy" operation that fails.  so i followed some instructions
> which adds (pins) debian/testing, added python 3.7 aaand of course
> it removed libboost 1.62 sigh.
> 
> what i suggest therefore for now is to run "python3.7 examples/alu.py"
> from *OUTSIDE* of the chroot, copy the alu.il file *into* the chroot
> and *then* run make lvx.

Maybe you could use Docker to build it since it makes it nearly trivial to
reproduce, and you can copy between different containers as part of the build
process, allowing you to use different base images for the different parts --
Debian 9 for part and a different one with Python 3.8 or similar for the other
part.

see https://docs.docker.com/develop/develop-images/multistage-build/

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list