You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at cmake/Toolchain-N64.cmake:29 (find_program):
Could not find CMAKE_ASM_COMPILER using the following names: mips-n64-gcc
Call Stack (most recent call first):
/usr/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:143 (include)
CMakeLists.txt:2 (project)
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
The text was updated successfully, but these errors were encountered:
CMake can't find Ninja. Is it installed? If not, you'll need to either install it or you can use "Unix Makefiles" instead of "Ninja" in the CMake command to build with make.
CMake can't find the GCC compiler from the N64 toolchain (mips-n64-gcc). Do you have it installed? Did you build it yourself and so it has a different name?
In general, make sure you've followed the build instructions and set up all necessary dependencies before building.
CMake Error at cmake/Toolchain-N64.cmake:29 (find_program):
Could not find CMAKE_ASM_COMPILER using the following names: mips-n64-gcc
Call Stack (most recent call first):
/usr/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:143 (include)
CMakeLists.txt:2 (project)
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
The text was updated successfully, but these errors were encountered: