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
The CXX compiler identification is GNU 13.2.0
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/mingw64-13.2.0/bin/c++.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
CMAKE_BUILD_TYPE is not specified. Using default: RelWithDebInfo
Performing Test CMAKE_HAVE_LIBC_PTHREAD
Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
Check if compiler accepts -pthread
Check if compiler accepts -pthread - yes
Found Threads: TRUE
IPO enabled
CMake Error at cmake/compilers/GNU.cmake:65 (math):
math cannot parse the expression: "g++.exe: fatal error: input file
'/dev/null' is the same as output file
compilation terminated. * 1000 + g++.exe: fatal error: input file
'/dev/null' is the same as output file
GNU Assembler version: c++.exe: fatal error: input file '/dev/null' is the same as output file
compilation terminated..c++.exe: fatal error: input file '/dev/null' is the same as output file
compilation terminated. (ERROR)
The C compiler identification is GNU 13.2.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/mingw64-13.2.0/bin/gcc.exe - skipped
Detecting C compile features
Detecting C compile features - done
HWLOC target HWLOC::hwloc_1_11 doesn't exist. The tbbbind target cannot be created
HWLOC target HWLOC::hwloc_2 doesn't exist. The tbbbind_2_0 target cannot be created
HWLOC target HWLOC::hwloc_2_5 doesn't exist. The tbbbind_2_5 target cannot be created
Performing Test LINKER_HAS_NO_AS_NEEDED
Performing Test LINKER_HAS_NO_AS_NEEDED - Success
Configuring incomplete, errors occurred!
Expected Behavior
No errors in CMake
Steps To Reproduce
Just load the source file in CMake, press Configure and select "MinGW makefiles" and "Use default native compilers" (assuming you have in your PATH environment the right compiler otherwise select "Specify native compilers" and choose the path to GCC and G++)
Thanks,
The text was updated successfully, but these errors were encountered:
Summary
Hi,
I was not able to compile the oneTBB library for the last version 2022.0.0 (it works fine with the previous version 2021.13.0)
Version
Version 2022.0.0
Environment
Windows 10
CMake 3.30.2
mingw64-13.2.0 for GCC and G++ compiler
Observed Behavior
compilation terminated. * 1000 + g++.exe: fatal error: input file
'/dev/null' is the same as output file
compilation terminated.": syntax error, unexpected exp_DIVIDE (35).
Call Stack (most recent call first):
CMakeLists.txt:234 (include)
GNU Assembler version: c++.exe: fatal error: input file '/dev/null' is the same as output file
compilation terminated..c++.exe: fatal error: input file '/dev/null' is the same as output file
compilation terminated. (ERROR)
The C compiler identification is GNU 13.2.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/mingw64-13.2.0/bin/gcc.exe - skipped
Detecting C compile features
Detecting C compile features - done
HWLOC target HWLOC::hwloc_1_11 doesn't exist. The tbbbind target cannot be created
HWLOC target HWLOC::hwloc_2 doesn't exist. The tbbbind_2_0 target cannot be created
HWLOC target HWLOC::hwloc_2_5 doesn't exist. The tbbbind_2_5 target cannot be created
Performing Test LINKER_HAS_NO_AS_NEEDED
Performing Test LINKER_HAS_NO_AS_NEEDED - Success
Configuring incomplete, errors occurred!
Expected Behavior
No errors in CMake
Steps To Reproduce
Just load the source file in CMake, press Configure and select "MinGW makefiles" and "Use default native compilers" (assuming you have in your PATH environment the right compiler otherwise select "Specify native compilers" and choose the path to GCC and G++)
Thanks,
The text was updated successfully, but these errors were encountered: