Software Archive
Read-only legacy content
17060 Discussions

MIC cannot open source file stdio.h

VIKRANT_G_
Beginner
1,019 Views

hello i downloaded the Intel Parallel Studio XE 2013 and was running the LEO_tutorial on Visual Studio 2012.

After compiling the code i get the above error "MIC cannot open source file stdio.h" and

 Error    3    error #10340: problem encountered when performing target compilation    

I have both visual studio2010 and 2012 installed in my laptop (i wondered if this is the cause of problem)

any suggestions please

thanks

 

 

0 Kudos
5 Replies
BelindaLiviero
Employee
1,019 Views

this problem is similar to what was described in this thread:  , http://software.intel.com/comment/1773474#comment-1773474

You will want to make sure binutils is installed..... 

it appears that your question was posted multiple times to this forum, so be aware that we'll go in and delete the duplicates

 

0 Kudos
VIKRANT_G_
Beginner
1,019 Views

Hi BELINDA L.;

how do i install binutils, i do not see a folder called MPSS in c:\Program Files\Intel\MPSS

i tried deleting my duplicate post but it says "content not found", sorry about that

0 Kudos
BelindaLiviero
Employee
1,019 Views

Hi,

is it safe to assume you are trying to compile / learn on a system outfitted with an Intel(R) Xeon Phi(tm) coprocessor?   If yes, It sounds like you may not have the drivers installed for it, which we call the "Intel Manycore Platform Software Stack" -- available here:

http://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss

(you will want to install the software for Windows....and follow the instructions, also available with the download, that explain how to install binutils)

 

0 Kudos
VIKRANT_G_
Beginner
1,019 Views

my machine does not have a  Intel(R) Xeon Phi(tm) coprocessor outfitted to it, 

0 Kudos
VIKRANT_G_
Beginner
1,019 Views

thanks BELINDA L. after installing the drivers the program worked :)

0 Kudos
Reply