Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

catastropic error

Sundaram__Kalyan
Beginner
566 Views

Hi

 

I trying to compile in intel sytem stuido 19 iam facing the catastropic error in one header file. how to solve this

0 Kudos
1 Solution
Viet_H_Intel
Moderator
566 Views

Can you provide us some more details?

View solution in original post

0 Kudos
4 Replies
Sundaram__Kalyan
Beginner
566 Views

Hi

catastrophic error: cannot open source file while compiling a project which is combination both c and c++

together and getting code 4 error how to fix

 

 

 

 

0 Kudos
Viet_H_Intel
Moderator
567 Views

Can you provide us some more details?

0 Kudos
Sundaram__Kalyan
Beginner
566 Views

Hi

I compiled a project which is having both c and c++ in the project. i when I trying to compile it is showing catastropic error  and showing a missing file. But that file is there

 

0 Kudos
Viet_H_Intel
Moderator
566 Views

Can you check to see if icc is used for c files and icpc is used for c++ files?

0 Kudos
Reply