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

Cannot use Intel Debugger in Eclipse CDT when application is 32 bits on 64 bits Linux OS

Guy_B_
Beginner
227 Views
I have installed the latest Intel C++ 12.1 release on Ubuntu 64 bits 11.04. I have integrated the Intel Tool Chain into the latest Eclipse Indigo release. I use the Intel C++ 64 bit compiler to compile a 32 bit shared library on the 64 bits OS by specifiying the -m32 argument to both the compiler and linker. To debug the shared library I attach to a 32 bits application that load the shared library. I can successfully debug the 32 bits application with the GNU debugger. However when I switch to the Intel Debugger it failed to attache to the 32 bits application.

Is this a know Issue with the Intel Debugger.

Thanks
GB
0 Kudos
0 Replies
Reply