Merged
Conversation
…4 cgo 编译器,导致汇编 gcc_arm64.S 被错误汇编器处理。 Run cd sdk go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.1 go: downloading github.com/josephspurrier/goversioninfo v1.4.1 go: downloading github.com/akavel/rsrc v0.10.2 goversioninfo -platform-specific=true -icon="../frontend/src-electron/icons/icon.ico" -manifest="resource\goversioninfo.exe.manifest" go build -ldflags '-s -w ***' -o "../frontend/dist/key_tone_sdk/KeyTone.exe" go: downloading github.com/gin-gonic/gin v1.10.0 go: downloading github.com/joho/godotenv v1.5.1 go: downloading github.com/fsnotify/fsnotify v1.8.0 go: downloading github.com/LuSrackhall/viper v1.20.1-custom go: downloading github.com/robotn/gohook v0.41.0 go: downloading github.com/gin-contrib/cors v1.7.2 go: downloading github.com/gopxl/beep/v2 v2.1.1 go: downloading golang.org/x/sys v0.29.0 go: downloading golang.org/x/crypto v0.32.0 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/vcaesar/keycode v0.10.1 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/hajimehoshi/go-mp3 v0.3.4 go: downloading github.com/ebitengine/oto/v3 v3.3.2 go: downloading github.com/jfreymuth/oggvorbis v1.0.5 go: downloading github.com/go-playground/validator/v10 v10.20.0 go: downloading github.com/pelletier/go-toml/v2 v2.2.4 go: downloading github.com/ugorji/go/codec v1.2.12 go: downloading google.golang.org/protobuf v1.36.1 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/go-viper/mapstructure/v2 v2.3.0 go: downloading github.com/sagikazarmark/locafero v0.9.0 go: downloading github.com/spf13/afero v1.14.0 go: downloading github.com/spf13/cast v1.9.2 go: downloading github.com/spf13/pflag v1.0.6 go: downloading github.com/jfreymuth/vorbis v1.0.2 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.4.0 go: downloading golang.org/x/text v0.23.0 go: downloading github.com/sourcegraph/conc v0.3.0 go: downloading github.com/subosito/gotenv v1.6.0 go: downloading github.com/go-playground/locales v0.14.1 runtime/cgo gcc_arm64.S: Assembler messages: gcc_arm64.S:30: Error: no such instruction: stp x29,x30,[sp,' gcc_arm64.S:34: Error: operand size mismatch for mov' gcc_arm64.S:36: Error: no such instruction: stp x19,x20,[sp,' gcc_arm64.S:39: Error: no such instruction: stp x21,x22,[sp,' gcc_arm64.S:42: Error: no such instruction: stp x23,x24,[sp,' gcc_arm64.S:45: Error: no such instruction: stp x25,x26,[sp,' gcc_arm64.S:48: Error: no such instruction: stp x27,x28,[sp,' gcc_arm64.S:52: Error: operand size mismatch for mov' gcc_arm64.S:53: Error: operand size mismatch for mov' gcc_arm64.S:54: Error: operand size mismatch for mov' gcc_arm64.S:56: Error: no such instruction: blr x20' gcc_arm64.S:57: Error: no such instruction: blr x19' gcc_arm64.S:59: Error: no such instruction: ldp x27,x28,[sp,' gcc_arm64.S:62: Error: no such instruction: ldp x25,x26,[sp,' gcc_arm64.S:65: Error: no such instruction: ldp x23,x24,[sp,' gcc_arm64.S:68: Error: no such instruction: ldp x21,x22,[sp,' gcc_arm64.S:71: Error: no such instruction: ldp x19,x20,[sp,' gcc_arm64.S:74: Error: no such instruction: ldp x29,x30,[sp],' make: *** [makefile:53: win] Error 1 Error: Process completed with exit code 2.
现在 Win-ARM 构建应输出对应的 KeyTone-xxx-win-arm64.appx
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#101