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 on arm64 support #11

Open
Rei1mu opened this issue Dec 27, 2023 · 0 comments
Open

windows on arm64 support #11

Rei1mu opened this issue Dec 27, 2023 · 0 comments

Comments

@Rei1mu
Copy link

Rei1mu commented Dec 27, 2023

want arm64 windows plz!

cargo build is wrong at windows arm64 device.:

The following warnings were emitted during compilation:

warning: The MSVC ARM assemblers do not support -D flags

error: failed to run custom build command for `generator v0.7.5`

Caused by:
  process didn't exit successfully: `C:\dev\gh\may_minihttp\target\debug\build\generator-03cf22b39963fe75\build-script-build` (exit code: 1)
  --- stdout
  cargo:rerun-if-changed=src/detail/asm\asm_aarch64_aapcs_pe_masm.asm
  TARGET = Some("aarch64-pc-windows-msvc")
  OPT_LEVEL = Some("0")
  HOST = Some("aarch64-pc-windows-msvc")
  cargo:rerun-if-env-changed=CC_aarch64-pc-windows-msvc
  CC_aarch64-pc-windows-msvc = None
  cargo:rerun-if-env-changed=CC_aarch64_pc_windows_msvc
  CC_aarch64_pc_windows_msvc = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("neon")
  DEBUG = Some("true")
  cargo:rerun-if-env-changed=CFLAGS_aarch64-pc-windows-msvc
  CFLAGS_aarch64-pc-windows-msvc = None
  cargo:rerun-if-env-changed=CFLAGS_aarch64_pc_windows_msvc
  CFLAGS_aarch64_pc_windows_msvc = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:warning=The MSVC ARM assemblers do not support -D flags
  running: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostARM64\\ARM64\\armasm64.exe" "-nologo" "-g" "-o" "C:\\dev\\gh\\may_minihttp\\target\\debug\\build\\generator-f0cc99bf5c1e309c\\out\\src/detail/asm\\asm_aarch64_aapcs_pe_masm.o" "src/detail/asm\\asm_aarch64_aapcs_pe_masm.asm"
  error A2027: can't open file: src/detail/asm\asm_aarch64_aapcs_pe_masm.asm

  exit code: 1

  --- stderr


  error occurred: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostARM64\\ARM64\\armasm64.exe" "-nologo" "-g" "-o" "C:\\dev\\gh\\may_minihttp\\target\\debug\\build\\generator-f0cc99bf5c1e309c\\out\\src/detail/asm\\asm_aarch64_aapcs_pe_masm.o" "src/detail/asm\\asm_aarch64_aapcs_pe_masm.asm" with args "armasm64.exe" did not execute successfully (status code exit code: 1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant