Untitled
unknown
plain_text
2 years ago
1.3 kB
10
Indexable
+ eval cmake -S '${REPO_DIR}' -B '${REISCL_BUILD_DIR}' '-DCMAKE_TOOLCHAIN_FILE=/${PROJECT_NAME}/script/build/cmake/stred_reiscl_build.cmake' '-DCMAKE_PATH_TO_NEUTON_GENERATED=${PATH_TO_NEUTON_GENERATED}' '-DNEUTON_FAST_BUILD=${FAST_BUILD_OPT}'
++ cmake -S /neuton-libc -B /neuton-libc/build/stred_reiscl -DCMAKE_TOOLCHAIN_FILE=/neuton-libc/script/build/cmake/stred_reiscl_build.cmake -DCMAKE_PATH_TO_NEUTON_GENERATED=/usr/src/neuton-libc-exe/ -DNEUTON_FAST_BUILD=OFF
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:8 (project):
The CMAKE_C_COMPILER:
reisc-gcc
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:8 (project):
The CMAKE_CXX_COMPILER:
reisc-g++
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.Editor is loading...