-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Labels
No labels