<!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } -->
Can someone direct me to my error? I've been looking over the forums but have found no answer.
When I start iidb by typing idb at the command line the gui starts up fine. When I try to load my program I get a small window saying.
Unable to locate source file "/usr/src/packages/BUILD/glibc-2.9/sysdeps/x86_64/elf/start.S"
Do you like to search for it manually?
What is this and how do I fix it???
-------------------------------------------------------------------
My SetUp:
Intel Fortran & C++ compilers 11.0/083 on openSuse 11.1 64 bit
In my .bashrc file I source:
source /opt/intel/Compiler/11.0/083/bin/intel64/iccvars_intel64.sh
source /opt/intel/Compiler/11.0/083/bin/intel64/ifortvars_intel64.sh
source /opt/intel/Compiler/11.0/083/bin/intel64/idbvars.sh
Interestingly enough this still does not resolve the libraries for iidb so I also have to add the line:
export LD_LIBRARY_PATH=/opt/intel/Compiler/11.0/083/idb/lib/intel64:$LD_LIBRARY_PATH
I have the Java JRE 1.6 and development libraries installed
If I click NO I can go ahead and operate the debugger
Thanks,
Bryan