- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello I am new to the Intel TBB. I am just trying to compile the Sieve of Eratosthenesexample using Visual Studio 2005. (Windows XP SP 2)
I downloaded this file tbb20_014oss_win.tar.gz
Extracted it and
ran tbb20_014oss_winia32vc8in bbvars.bat
then I started visual studio using the command devenv /useenv
I create a console application project (paste the examplecode from the TBB site)but when I try to compile it I get the following error:
Error spawning 'cl.exe'.
Please help
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As mentioned in the previous post, TBB problems will be answer much quicker on the TBB forum.
I'm no expert on TBB, but it looks like the path you set by that .bat file doesn't match where your copy of Microsoft C is installed. Your Microsoft C installation should include a vcvars??.bat which should be executed by your Intel .bat.
I'm no expert on TBB, but it looks like the path you set by that .bat file doesn't match where your copy of Microsoft C is installed. Your Microsoft C installation should include a vcvars??.bat which should be executed by your Intel .bat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the response. Now that Ithink about itI installed visual studio on the D: drive as C: was kind of full.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page