On Mon, Mar 9, 2020 at 6:58 AM Vijay Holimath <vijay.holimath@xxxxxxxxx> wrote: > I would like to build RISC-V g++ and gfortran compiler by downloading all > source codes to host pc (for linux OS) and then rebuild compiler from > scratch. I can build RISC-V gcc compiler from scratch by downloading to > host pc using https://crosstool-ng.github.io/ However, I have not > found any such cross compiler tool for g++ and gfortran. May I request you > to guide me on how to build RISC-V cross C ++ and gfortran compiler from > source codes? Using ct-ng menuconfig, in the C compiler menu, I see tick boxes for C++ and Fortran. Jim