teleplot icon indicating copy to clipboard operation
teleplot copied to clipboard

ARM64 support

Open HEEMO-95 opened this issue 8 months ago • 1 comments

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 avatar May 26 '25 12:05 HEEMO-95

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

HEEMO-95 avatar May 26 '25 12:05 HEEMO-95