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

Eclipse integreation problems

jimdempseyatthecove
Honored Contributor III
2,069 Views
Installing parallel_studio_xe_2011_sp1_update1_intel64.tgz (after failing on install of 32-bit/64-bit).
The 32-bit only install went well (had to uninstall failed install too)

Now my remaining problem is the Eclipse Integration is failing.

Eclipse 8, Ubuntu 11.10, x64

Following instructions, Eclipse cannot successfully Add Local

Work with: file:/opt/intel/composer_xe_2011_sp1.7.256/eclipse_support/cdt8.0/eclipse/

In the Name checkbox list
[ ] (i) There are no catagorized items

Is there a missing file?

Jim Dempsey
0 Kudos
1 Solution
Georg_Z_Intel
Employee
2,056 Views
Hello Jim,

please uncheck check box Group items by category after having added the plug-in:



You should see the three plug-ins from the screenshot then.

Best regards,

Georg Zitzlsberger

View solution in original post

0 Kudos
21 Replies
Georg_Z_Intel
Employee
207 Views
Hello Daniel,

do you have something in mind why you want to provide different options to the debugger engine?
Or are we speaking about arguments that should be provided/passed to the application you're debugging (debuggee)?
You can also create a command file for commands to be executed each time you start-up the debugger (e.g. run to a certain location).

Let me assure you that setting "-gdb" does not make sense in the Eclipse plug-in configuration at all. Except you want to break the communication between Eclipse & debugger back-end.

Best regards,

Georg Zitzlsberger
0 Kudos
Reply