Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Error in loading the output file in Intel debuger IDB

fallschirmjaeger
Beginner
440 Views
have an issue. I compiled my fortran code with the following command
$ ifort -mcmodel medium -shared-intel -g xyz.f (the additional arguments to make space for more stack)

it compiles well and gives out a.out

now when I call idb

$ idb a.out

the GUI opens but there is an error - Error: could not start debugee
could not start process for a.out
No image loaded....Recovering.....

Can anyone tell the problem ? ... when i compile my code without additional memory allocation as stated above ..everything works ...but not after that...... would be grateful if someone can shed some light
0 Kudos
1 Reply
Georg_Z_Intel
Employee
440 Views
Hello,

to reproduce your problem I've tried a simple Fortran example but I did not see the error you described.

To help me understanding the root cause of this error I'd like to ask you for additional information:
- What product versions ("ifort --version" & "idb -version") are you using?
- What is the underlying Linux distribution & architecture ("uname -a")?
- Can you execute "a.out" compiled with "-mcmodel medium" right away, w/o using IDB? Does it produce correct results then?
- Is xyz.f a simple (local) reproducer or code with additional external dependencies?

I'd like to solve this problem quickly for you.

Thank you in advance,

Georg
0 Kudos
Reply