Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 235019] MinGW x64

https://bugs.eclipse.org/bugs/show_bug.cgi?id=235019  
Product/Component: CDT / cdt-launch

xingyun <cx186000@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cx186000@xxxxxxxxxxxx




--- Comment #5 from xingyun <cx186000@xxxxxxxxxxxx>  2008-11-12 04:01:18 -0400 ---
It's the exactly same situation i've run into.

My test environment: Win server 2003 64 bit + CDT 5.0.1 + Eclipse 3.4 +
JDK6.0-32 bit

CDT uses PEParser for a executable file on win32 but XCOFFParser on win64,
according to my observation


I modified CDT to force it always using PEParser, and PEParser always produce a
executable file.(PEParser tries to create a acrhieve file since it hit
exceptions when fetching attributes of the file, in my situation)

Faliure remains.



"Patches greatly appreciated", but not easy. :)

Thanks


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top