- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
my question is concerning the Intel Fortran 10.1.011 (IA-32) compiler.
Currently we (a research team at the Technical University Berlin) have problem we the compiler. Using this compiler embedded in Microsoft Visual Studio it is not possible to debug this program. The following error massage appears always:
Error: Error in opening the compiled module file. Check INCLUDE paths. [KINDEF]
Error: Error in opening the compiled module file. Check INCLUDE paths. [MATERIAL]
Error: Error in opening the compiled module file. Check INCLUDE paths. [ERO_USER_1],
and so on.
So what to do now?!
Thank you for answering!
Currently we (a research team at the Technical University Berlin) have problem we the compiler. Using this compiler embedded in Microsoft Visual Studio it is not possible to debug this program. The following error massage appears always:
Error: Error in opening the compiled module file. Check INCLUDE paths. [KINDEF]
Error: Error in opening the compiled module file. Check INCLUDE paths. [MATERIAL]
Error: Error in opening the compiled module file. Check INCLUDE paths. [ERO_USER_1],
and so on.
So what to do now?!
Thank you for answering!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These errors indicate that there are three module files referenced in USE statements that are not available in the places the compiler looks for modules. If these modules are part of your sources, they are not being compiled. If they come from something else, you need to loicate them and place them where they will be found. The best way to do that is to add the location of the .mod files (folder containing them) to the "Additional INCLUDE directories" Fortran property of your project.

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