gfortran

  • Hello,

    The Gnu build system followed by gfortran often relies on the standard GNU C Library (glibc) in many cases. Unfortunately, RV1103 does not currently support glibc, which may result in the inability to compile programs directly. It is recommended to try using cross-compilation tools on the host, statically compile the program, and then copy it to Ubuntu for execution.
  • OK, thanks !
    Last edited by freetoair on 2024-03-03 17:27, edited 2 times in total.