but not sure if it's equivalent.
C:\librtlsdr-master\build>cmake -G "MinGW Makefiles" ../
CMake Deprecation Warning at CMakeLists.txt:24 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: C:/MinGW/bin/gcc.exe
-- Check for working C compiler: C:/MinGW/bin/gcc.exe - broken
CMake Error at C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message):
The C compiler
"C:/MinGW/bin/gcc.exe"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: C:/librtlsdr-master/build/CMakeFiles/CMakeTmp
Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_367fb/fast && C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_367fb.dir\build.make CMakeFiles/cmTC_367fb.dir/build
mingw32-make.exe[1]: Entering directory 'C:/librtlsdr-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_367fb.dir/testCCompiler.c.obj
C:\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_367fb.dir\testCCompiler.c.obj -c C:\librtlsdr-master\build\CMakeFiles\CMakeTmp\testCCompiler.c
CMakeFiles\cmTC_367fb.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_367fb.dir/testCCompiler.c.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_367fb.dir/testCCompiler.c.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/librtlsdr-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_367fb/fast' failed
mingw32-make.exe: *** [cmTC_367fb/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:25 (project)
-- Configuring incomplete, errors occurred!
See also "C:/librtlsdr-master/build/CMakeFiles/CMakeOutput.log".
See also "C:/librtlsdr-master/build/CMakeFiles/CMakeError.log".
-------------------------
I can provide the log as well if needed
There used to be a source but the link is dead now.