Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows binaries need to be recompiled for ARM #765

Closed
ptziegler opened this issue May 10, 2024 · 0 comments · Fixed by #799
Closed

Windows binaries need to be recompiled for ARM #765

ptziegler opened this issue May 10, 2024 · 0 comments · Fixed by #799
Labels
enhancement New feature or request

Comments

@ptziegler
Copy link
Contributor

Given that the Eclipse IDE is now build for Windows ARM, we should try to include it to the list of supported architectures. In an ideal world, we might only need to recompile the project for the new architecture.

eclipse-platform/eclipse.platform.releng.aggregator#577

@ptziegler ptziegler added the enhancement New feature or request label May 10, 2024
ptziegler added a commit to ptziegler/windowbuilder that referenced this issue Jun 17, 2024
- Convert win32 project to Visual Studio 2022 (from 2008)
- Remove the old 32bit binaries (as no longer supported)

Dump of file wbp.dll:

FILE HEADER VALUES
            AA64 machine (ARM64)
               5 number of sections
        66701F24 time date stamp Mon Jun 17 13:33:56 2024
               0 file pointer to symbol table
               0 number of symbols
              F0 size of optional header
            2022 characteristics
                   Executable
                   Application can handle large (>2GB) addresses
                   DLL

See eclipse-windowbuilder#765
ptziegler added a commit to ptziegler/windowbuilder that referenced this issue Jun 17, 2024
- Convert win32 project to Visual Studio 2022 (from 2008)
- Remove the old 32bit binaries (as no longer supported)

Dump of file wbp.dll:

FILE HEADER VALUES
            AA64 machine (ARM64)
               5 number of sections
        66701F24 time date stamp Mon Jun 17 13:33:56 2024
               0 file pointer to symbol table
               0 number of symbols
              F0 size of optional header
            2022 characteristics
                   Executable
                   Application can handle large (>2GB) addresses
                   DLL

See eclipse-windowbuilder#765
@ptziegler ptziegler linked a pull request Jun 17, 2024 that will close this issue
ptziegler added a commit that referenced this issue Jun 17, 2024
- Convert win32 project to Visual Studio 2022 (from 2008)
- Remove the old 32bit binaries (as no longer supported)

Dump of file wbp.dll:

FILE HEADER VALUES
            AA64 machine (ARM64)
               5 number of sections
        66701F24 time date stamp Mon Jun 17 13:33:56 2024
               0 file pointer to symbol table
               0 number of symbols
              F0 size of optional header
            2022 characteristics
                   Executable
                   Application can handle large (>2GB) addresses
                   DLL

See #765
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant