Bootstrap GCC cross compiler for RISC-V 64-bit Linux
Stage 1 (bootstrap) GCC cross compiler for RISC-V 64-bit Linux. This is a C-only freestanding compiler used to build the C library. It is not intended for direct use.
Stage 1 (bootstrap) GCC cross compiler for RISC-V 64-bit Linux. This is a C-only freestanding compiler used to build the C library. It is not intended for direct use.
To install riscv64-linux-gcc-bootstrap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install riscv64-linux-gcc-bootstrap
To see what files were installed by riscv64-linux-gcc-bootstrap, run:
port contents riscv64-linux-gcc-bootstrap
To later upgrade riscv64-linux-gcc-bootstrap, run:
sudo port selfupdate && sudo port upgrade riscv64-linux-gcc-bootstrap
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.