trabucayre changed the topic of #openFPGALoader to: Universal utility for programming FPGA / Github: https://github.com/trabucayre/openFPGALoader/ Logs: https://libera.irclog.whitequark.org/openFPGALoader
Guest50 has joined #openFPGALoader
<Guest50> Hi, help, I cloned the project and I can't build it in windows PS D:\openFPGALoader\build> cmake --build
<trabucayre> cr1901: Do you know how to build for windows ?
<cr1901> install msys2 and run cmake -G Ninja /path/to/openFPGALoader/src
<cr1901> (I can't help without seeing what the error says)
<trabucayre> cr1901: Thanks!
<Guest50> I will try it now, Thanks!
<Guest50> cmake version 3.28.1
<Guest50> D:\>cmake -G Ninja \openFPGALoader\src
<Guest50> D:\>cmake -G Ninja D:\openFPGALoader\src
<Guest50> CMake Warning:
<Guest50>   Ignoring extra path from command line:
<Guest50>    "D:\openFPGALoader\src"
<Guest50> CMake Error: The source directory "D:/openFPGALoader/src" does not appear to contain CMakeLists.txt.
<Guest50> Specify --help for usage, or press the help button on the CMake GUI.
<Guest50> i dont understand
<Guest50> npc-office@npc-office UCRT64 ~
<Guest50> $ cmake -G Ninja D:\openFPGALoader\src
<Guest50> -bash: cmake: command not found
<Guest50> $ cmake -G Ninja D:\\openFPGALoader
<Guest50> CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
<Guest50>   Compatibility with CMake < 3.5 will be removed from a future version of
<Guest50>   CMake.
<Guest50>   Update the VERSION argument <min> value or use a ...<max> suffix to tell
<Guest50>   CMake that the project does not need compatibility with older versions.
<Guest50> 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.
<Guest50> CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
<Guest50> -- Configuring incomplete, errors occurred!
<Guest50> i set cmake_minimum_required(VERSION 3.5) and got : $ cmake -G Ninja D:\\openFPGALoader
<Guest50> 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.
<Guest50> CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
<Guest50> -- Configuring incomplete, errors occurred!
Guest50 has quit [Quit: Client closed]
Guest50 has joined #openFPGALoader
Guest50 has quit [Quit: Client closed]