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

How to use GDB?

SJ5
Beginner
733 Views

I have:
ubuntu 18.04, ICC latest (19.1) and problem:

/opt/intel/debugger_2019/gdb/intel64/bin# ./gdb-ia
./gdb-ia: error while loading shared libraries: libipt.so.2: cannot open shared object file: No such file or directory

0 Kudos
2 Replies
SJ5
Beginner
733 Views

gcore, for example, works

/opt/intel/debugger_2019/gdb/intel64/bin# ./gcore-ia                                                                                                          
usage:  gcore-ia [-o filename] pid 

0 Kudos
Viet_H_Intel
Moderator
733 Views

Did you " source  /<install_dir>/linux/bin/compilervars.sh intel64"?

0 Kudos
Reply