Skip to content

Fortran and Go compiler not found #8

@Harry-R

Description

@Harry-R

When following the instructions and building inside the docker container, it fails because no Fortran and go compilers are found. This should not happen when compiling a plain C application.

CMake Error at /home/hermit-playground/cmake/HermitCore.cmake:65 (enable_language):
 No CMAKE_Fortran_COMPILER could be found.

 Tell CMake where to find the compiler by setting either the environment
 variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full
 path to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
 /home/hermit-playground/cmake/HermitCore-Application.cmake:1 (include)
 CMakeLists.txt:8 (include)


CMake Error at /home/hermit-playground/cmake/HermitCore.cmake:65 (enable_language):
 No CMAKE_Go_COMPILER could be found.

 Tell CMake where to find the compiler by setting either the environment
 variable "GO_COMPILER" or the CMake cache entry CMAKE_Go_COMPILER to the
 full path to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
 /home/hermit-playground/cmake/HermitCore-Application.cmake:1 (include)
 CMakeLists.txt:8 (include)


-- Configuring incomplete, errors occurred!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions