-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fails to compile on Windows ARM64 with MSVC #325
Comments
geraldcombs
added a commit
to geraldcombs/falcosecurity-libs
that referenced
this issue
Jun 7, 2024
Build zlib using CMake on Windows instead of nmake. The nmakefile passes "-base:0x5A4C0000" to the linker, which is too small on Arm64 and not really needed or wanted on any platform these days. madler/zlib#325 Signed-off-by: Gerald Combs <[email protected]>
geraldcombs
added a commit
to geraldcombs/falcosecurity-libs
that referenced
this issue
Jun 26, 2024
Build zlib using CMake on Windows instead of nmake. The nmakefile passes "-base:0x5A4C0000" to the linker, which is too small on Arm64 and not really needed or wanted on any platform these days. madler/zlib#325 Signed-off-by: Gerald Combs <[email protected]>
poiana
pushed a commit
to falcosecurity/libs
that referenced
this issue
Jun 27, 2024
Build zlib using CMake on Windows instead of nmake. The nmakefile passes "-base:0x5A4C0000" to the linker, which is too small on Arm64 and not really needed or wanted on any platform these days. madler/zlib#325 Signed-off-by: Gerald Combs <[email protected]>
LucaGuerra
pushed a commit
to LucaGuerra/libs
that referenced
this issue
Jul 31, 2024
Build zlib using CMake on Windows instead of nmake. The nmakefile passes "-base:0x5A4C0000" to the linker, which is too small on Arm64 and not really needed or wanted on any platform these days. madler/zlib#325 Signed-off-by: Gerald Combs <[email protected]>
LucaGuerra
pushed a commit
to LucaGuerra/libs
that referenced
this issue
Jul 31, 2024
Build zlib using CMake on Windows instead of nmake. The nmakefile passes "-base:0x5A4C0000" to the linker, which is too small on Arm64 and not really needed or wanted on any platform these days. madler/zlib#325 Signed-off-by: Gerald Combs <[email protected]>
poiana
pushed a commit
to falcosecurity/libs
that referenced
this issue
Aug 1, 2024
Build zlib using CMake on Windows instead of nmake. The nmakefile passes "-base:0x5A4C0000" to the linker, which is too small on Arm64 and not really needed or wanted on any platform these days. madler/zlib#325 Signed-off-by: Gerald Combs <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When linking the shared library on ARM64:
This restriction was newly introduced in last week's compiler update, but it seems they have a reason for that.
Full build log
The text was updated successfully, but these errors were encountered: