Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] PLDT build failure and MPI Fortran debugging error

Hi, all
 
 I come across some problems, hope you will help me, many thanks.
 
(1)  I checked out PLDT project from CVS(2006/06/24) ,but it failed to build on Suse Linux 10.0,Eclipse-3.2-SDK-RC7,CDT3.1:
 
 Cannot resolve org.eclipse.ptp.debug.internal.core.IPDebugInternalConstants
 
 Beth, can you show me some clue? Thanks.
 
(2)   I used FDT to create a Managed Make project, with gfortran type. It seems like  FDT doesnot format a source program to Fortran77 format.  Maybe I have not mastered this tool . : - )   In project settings, I see more than one compilers, one for C,and one for Fortran, do I have to set C Compiler to gfortran(mpif77) or just let it untouched if I want to build a pure Fortran program?
 
(3)  Does sdm debugger now use gdb to debug fortran program? I wonder how well gdb has supported fortran program.
(4)  When I debug a simple MPI Fortran program, there comes an variable view error when processes hit a global line breakpoint:
    EVENT_DBG_ERROR 02 38 could not convert simple type
 
 following is a slice of the log :
 
***** CURRENT COMMAND: org.eclipse.ptp.debug.external.core.commands.ListLocalVariablesCommand@eced18
<00000010 LLV 9:323a303200>
AbstractProxyDebugClientgot event EVENT_OK 108 2:2 6 5:6572727300 5:6965727200 5:6E616D6500 8:76657273696F6E00 A:726573756C746C656E00 B:73756276657273696F6E00
got debug event: EVENT_DBG_VARS 02 {errs, ierr, name, version, resultlen, subversion}
***** CURRENT COMMAND: org.eclipse.ptp.debug.external.core.commands.GetAIFCommand@7efdd8
<0000001d EEX 9:323a303200 9:6572727300>
AbstractProxyDebugClientgot event EVENT_OK 112 2:2 38 1E:636F756C64206E6F7420636F6E766572742073696D706C65207479706500
got debug event: EVENT_DBG_ERROR 02 38 could not convert simple type
    --- Abs debugger: org.eclipse.ptp.debug.external.core.cdi.event.ErrorEvent@1dd8136
===================== event: org.eclipse.ptp.debug.external.core.cdi.event.ErrorEvent@1dd8136
***** CURRENT COMMAND: org.eclipse.ptp.debug.external.core.commands.ListStackFramesCommand@677ea2
<00000017 LSF 9:323a303200 3:3000>
 
 
 
 
 



Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.

Back to the top