|
[Sponsors] |
February 3, 2012, 14:38 |
Eclipse - case debug error
|
#1 |
Member
Paulo Bufacchi
Join Date: Jun 2010
Posts: 50
Rep Power: 16 |
Hi Foamers,
I'm running OpenFOAM 2.1.x on OpenSUSE 11.4 64 bits. I downloaded Eclipse IDE for C/C++ Developers (includes Incubating components), for 64 bits. It is version Indigo (3.7) Service Release 1. Thanks to the Wiki http://openfoamwiki.net/index.php/Ho...M_with_Eclipse installation and configuration ran smoothly. I also read the thread http://www.cfd-online.com/Forums/ope...-openfoam.html. I imported the icoFoam solver and cavity case as projects to my workspace. Prior to that I ran blockMesh. When I run the case, it goes well, without errors. But when I debug it, I have the following error: Debug Perspective: Console Window: Missing separate debuginfo for /usr/lib64/libstdc++.so.6 Try: zypper install -C "debuginfo(build-id)=e87ebb28b8b5aa032cf2925387aaa13f2cb93c90" Missing separate debuginfo for /lib64/libm.so.6 Try: zypper install -C "debuginfo(build-id)=5ac64cd348d3581ec2a223ee70f42e73cad029cc" Missing separate debuginfo for /lib64/libgcc_s.so.1 Try: zypper install -C "debuginfo(build-id)=e6eb8011838a065946e5808e036550844548379f" Missing separate debuginfo for /lib64/libc.so.6 Try: zypper install -C "debuginfo(build-id)=70bab20280816eb26a0553f13382ee75d53179f5" Missing separate debuginfo for /lib64/libpthread.so.0 Try: zypper install -C "debuginfo(build-id)=e23cbc772e670af00bea9874f925e2e61afda713" [Thread debugging using libthread_db enabled] Missing separate debuginfo for /lib64/libz.so.1 Try: zypper install -C "debuginfo(build-id)=61e4e9a46287c10135232e8a269575a1ceda7638" Missing separate debuginfo for /lib64/libnsl.so.1 Try: zypper install -C "debuginfo(build-id)=2d5906a5f42a9ad6df5fc2f91ab5bca478ce4959" Missing separate debuginfo for /lib64/libutil.so.1 Try: zypper install -C "debuginfo(build-id)=5751266e22e9f2cbca821b110e87ecd37e70e7b4" Debug Window: teste Debug (2) [C/C++ Application] /home/paulo/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPDebug/bin/icoFoam [7003] [cores: 5] Thread [1] 7003 [core: 5] (Suspended : Breakpoint) main() at setRootCase.H:5 0x4409ed gdb teste Debug (2) [C/C++ Application] /home/paulo/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPDebug/bin/icoFoam [7045] [cores: 6] Thread [1] 7045 [core: 6] (Suspended : Breakpoint) main() at setRootCase.H:5 0x4409ed gdb teste Debug (2) [C/C++ Application] /home/paulo/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPDebug/bin/icoFoam [7098] [cores: 6] Thread [1] 7098 [core: 6] (Suspended : Breakpoint) main() at setRootCase.H:5 0x4409ed gdb teste Debug (2) [C/C++ Application] /home/paulo/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPDebug/bin/icoFoam [7218] [cores: 1] Thread [1] 7218 [core: 1] (Suspended : Breakpoint) main() at setRootCase.H:5 0x4409ed gdb It is important to say that I'm not compiling an application. I'm running the case and I started Eclipse from the icon in its folder and not from a terminal. How can I fix the error? Thanks, Paulo |
|
February 7, 2012, 16:15 |
|
#2 |
Member
Paulo Bufacchi
Join Date: Jun 2010
Posts: 50
Rep Power: 16 |
Case closed.
Reason for the error: repositories for debugging were not enabled in OpenSuse. After enabling them and running the zypper commands Eclipse run ok. Thanks, Paulo |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
error compiling modified applications | yvyan | OpenFOAM Programming & Development | 21 | March 1, 2016 05:53 |
c++ libraries and solver compiling | vaina74 | OpenFOAM Installation | 13 | February 3, 2012 18:43 |
UDF: DEFINE_CG_MOTION for vertical jump motion of an electrode! | alban | Fluent UDF and Scheme Programming | 2 | June 8, 2010 19:54 |
Compiling problems with hello worldC | fw407 | OpenFOAM Installation | 21 | January 6, 2008 18:38 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |