Luke Kenneth Casson Leighton
unread,Jun 27, 2018, 11:19:45 AM6/27/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jim Wilson, John Leidel, Zhang, RISC-V SW Dev
so for debian/testing, to get a c++ compiler, that'll be:
$ sudo bash
# apt-get install g++-8-riscv64-linux-gnu OR
# apt-get install g++-7-riscv64-linux-gnu
and for the c compiler:
# apt-get install g++-8-riscv64-linux-gnu OR
# apt-get install g++-7-riscv64-linux-gnu
remember to exit the root command-mode by pressing Ctrl-D afterwards.
to add testing repos to debian follow the instructions here:
https://www.binarytides.com/enable-testing-repo-debian/
which basically boils down to adding these lines (as the user root) to
/etc/apt/sources.list *or* to a separate file e.g.
/etc/apt/sources.list.d/testing.list
# Testing repository - main, contrib and non-free branches
deb
http://http.us.debian.org/debian testing main non-free contrib
deb-src
http://http.us.debian.org/debian testing main non-free contrib
l.