Skip to main content

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

https://bugs.eclipse.org/bugs/show_bug.cgi?id=235019  
Product/Component: CDT / cdt-launch
           Summary: MinGW x64
           Product: CDT
           Version: 5.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: physhh@xxxxxxxxx


Build ID: I20080530-1730

Steps To Reproduce:
1. Install the x64 port of MinGW and GDB
(http://sourceforge.net/projects/mingw-w64/)
2. Write a simple "hello world"
3. Try to compile the "hello world" with the console ("g++ hello.cpp") and run
it in GDB ("gdb a.exe")
--- Until here all works fine! The x64 compiler and debugger works correctly
---
4. Install the latest nightly builds of cdt
5. After creating a new "Hello World"-project you should be able to compile
6. Open the "Run Configurations"-dialog
7. Click on the "Search Project"-button
8. So here's the first thing which is confusing: There are no elements in the
select list (the application is compiled and the executable is in the debug
directory)
9. If you select the executable through the "Browse"-dialog you are able to
select it but you get an error for that dialog: "Program is not a recognized
executable"


More information:
I wonder if there's no one else who has that problem. Is compiling x64
applications so special?


-- 
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