- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to build TBB using MinGW-w64, but when I execute the build command:
mingw32-make compiler=gcc arch=intel64
I get the following error:
*** No rule to make target `concurrent_hash_map.o', needed by `tbb_debug.dll'. Stop.
The complete console output is as follows:
Created .\\build\\windows_intel64_gcc_mingw4.7.1_release and ..._debug directories
c:/mingw64/bin/mingw32-make -C ".\\build\\windows_intel64_gcc_mingw4.7.1_debug"
-r -f ../../build/Makefile.tbb cfg=debug tbb_root=../..
mingw32-make[1]: Entering directory `c:/tbb41_20120718oss/build/windows_intel64_gcc_mingw4.7.1_debug'
../../build/Makefile.tbb:39: CONFIG: cfg=debug arch=intel64 compiler=gcc os=windows runtime=mingw4.7.1
mingw32-make[1]: *** No rule to make target `concurrent_hash_map.o', needed by `tbb_debug.dll'. Stop.
mingw32-make[1]: Leaving directory `c:/tbb41_20120718oss/build/windows_intel64_gcc_mingw4.7.1_debug'
mingw32-make: *** [tbb] Error 2
EDIT:
I was able to compile after I downloaded the latest mingw32-make.exe from http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/make/ and replaced the old one with it.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page