GithubHelp home page GithubHelp logo

Comments (6)

sergeevabc avatar sergeevabc commented on August 10, 2024

It seems that the easiest option is to use w64devkit-i686-*.zip

from w64devkit.

skeeto avatar skeeto commented on August 10, 2024

from w64devkit.

sergeevabc avatar sergeevabc commented on August 10, 2024

Christopher, when I run make under w64devkit-i686's shell, x86 binary is compiled with options for x64. And only with make release-win32 command, I get x86 binary with options for x86. Could you take a look at the mentioned makefile and tell whether it is possible to get full-fledged x86 binary with make under w64devkit-i686?

from w64devkit.

skeeto avatar skeeto commented on August 10, 2024

from w64devkit.

sergeevabc avatar sergeevabc commented on August 10, 2024

In that Makefile the default target uses "gcc" with a generic set of options. For w64devkit that's what you want, so this will just work whether it's 32-bit or 64-bit. So you already have your wish.

Let me shed some light here, Christopher. hmp3 is an MP3 encoder that enjoyed success in the days before the ascent of LAME. In 2005, the original team abandoned the project, and now audio archaeologists from HydrogenAudio forum dust it off and modernize it. At the same time, it is necessary to compile this program not only for more or less modern x64 computers, but for x86 computers as well (e.g. imagine some users from Cuba, Palestine and Tibet). The developers also claim that some assembler code (within sources) is used for x86, whereas its C equivalent is used for x64. Therefore, I am worried that generic make produces x86 suitable for Windows 7 x86, but, say, not for Windows XP. For example, it has no -m32 flag.

The pentium3 options will only slow it down, but won't actually make it compatible with pentium3 because runtime bits are compiled for pentium4.

Do I understand correctly that Pentium3 should be replaced with Pentium4 as the lowest supported platform? Is it impossible to compile for Pentium3 at all, or is this a limitation of the components (GCC?) used in w64devkit?

By the way, why doesn't w64devkit allow us to use -flto optimization flag?

from w64devkit.

skeeto avatar skeeto commented on August 10, 2024

from w64devkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.