Skip to content

ARM #43

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

Open
HEEMO-95 opened this issue May 26, 2025 · 1 comment
Open

ARM #43

HEEMO-95 opened this issue May 26, 2025 · 1 comment

Comments

@HEEMO-95
Copy link

mainThreadExtensionService.ts:107 Activating extension 'alexnesnes.teleplot' failed: No native build was found for platform=win32 arch=arm64 runtime=electron abi=132 uv=1 armv=8 libc=glibc node=20.19.0 electron=34.5.1 loaded from: .vscode\extensions\alexnesnes.teleplot-1.1.4\node_modules\@serialport\bindings-cpp

Teleplot extension depends on @serialport/bindings-cpp which doesn't have a precompiled native binary for ARM64 Windows.

The @serialport/bindings-cpp package needs native binaries compiled specifically for platform=win32 arch=arm64 runtime=electron. It only has x64 binaries.

Can you please provide ARM support ?

Thank you for your great work

@HEEMO-95
Copy link
Author

HEEMO-95 commented May 26, 2025

https://github.com/serialport/bindings-cpp/releases I found the the pre-compiled win32-arm64 in the releases, I add it to the folder and now it works

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