Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] How to build a 64 bit fortran executable on Vista 64 bit with eclipse (32 bits...)

Hi Michel,

My experience with eclipse for
x86_64 windows (using mingw64) is the same. Running and debugging of 64bit
windows executeable is currently not possible in photran.  Running and
debugging from the command
line works fine tough.  This problem is more general than gfortran
only. Actually, the
component in eclipse missing support for 64 bit windows is the binary
parser.  More specific the PE parser
included  in CDT.  This doesn't support 64 bit binaries yet.  (the elf
parser for linux, works ok in 32bit and 64bit,
that's why there are no problems while doing the same in linux)

There is a bug/feature request open for this, but the latest activity
was in may 2009. (The bug was filed for cdt 5.0)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=235019

It seems this feature is still missing in CDT 6.0.x


Best regards,
Bart Vanelderen


Back to the top