Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

No symbols loaded

john-huang
Beginner
1,070 Views
When I complier, I get error "No symbols loaded".
I had update to 11.0.075, and try starting my program with Ctrl-F5 instead of just F5. But that is not effect.
OS: Windows 7 - 64bit

The detail error message:
===================================
'console1.exe'': Loaded 'C:\\Windows\\System32\\ntdll.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\kernel32.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\KernelBase.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Programe Files (x86)\\VNI\\imsl\\fnl600\\IA32\\lib\\imslmkl_dll.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\msvcr71.dll', No symbols loaded.
The program '[4292] console1.exe: Native' has exited with code - 1073741701 (0xc000007b)
===================================

Please help me. thank you.
0 Kudos
5 Replies
Jugoslav_Dujic
Valued Contributor II
1,070 Views
It is not an error. It is a common message issued by the debugger, saying that you cannot debug system libraries (and there is hardly a reason you would want to do it anyway). You can safely ignore it.
0 Kudos
john-huang
Beginner
1,070 Views
But I still have no solution.

I can't run this program after compiled (like Win7-1.png). OS is Windows 7 64-bit.
But windowsXP 32-bit is OK, and have no error message.

Thanks for you reply.

0 Kudos
anthonyrichards
New Contributor III
1,070 Views
F5 will start the debugger, but if you have not entered a break point, the program should execute to completion and put up similar messages. Enter a break point and see what happens.
0 Kudos
mecej4
Honored Contributor III
1,070 Views
"I can't run this program after compiled (like Win7-1.png)." -- Since you have not shown any code or even a description of what it contains, and I do not know that Win7-1.png contains (I prefer a few lines of error message text to a picture), I am unable to help.

"I can't run this program" is too vague. Please record the error messages and post them so we know why the program fails to run. Are you using the Intel X64 target compiler or the IA32 target compiler, both of which may be used on Win7-64 OS? If possible, please post the source code of a short example that exhibits the same problems that you alluded to?
0 Kudos
Wendy_Doerner__Intel
Valued Contributor I
1,070 Views

Is it possible you are trying to compile for one architecture but debug on another (not allowed)?

------

Wendy

Attaching or including files in a post

0 Kudos
Reply