Skip to content

Unable to build the SDK #1066

@zyga

Description

@zyga

Pre-checks

  • I searched existing issues
  • I’m using the latest NexaSDK release

What happened?

Attempting to build the runner with go 1.26.2 in `nexa-sdk/runner` I get:


$ make
go build -ldflags "-s -w" -o build/nexa ./cmd/nexa-launcher
go build -tags="sonic avx" -ldflags "-X 'main.Version=' -s -w" -o build/nexa-cli ./cmd/nexa-cli
# github.com/bytedance/sonic/internal/rt
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:33:22: undefined: GoMapIterator
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:36:54: undefined: GoMapIterator
make: *** [Makefile:38: build] Error 1

Steps to reproduce

1. Clone the repo
2. run `make download` to fetch the binary blobs
3. run `make`

Logs & stack traces

zyga@thinkpad-t14-1:~/Dokumenty/nexa-sdk/runner$ LANG=C make 
go build -ldflags "-s -w" -o build/nexa ./cmd/nexa-launcher
go build -tags="sonic avx" -ldflags "-X 'main.Version=' -s -w" -o build/nexa-cli ./cmd/nexa-cli
# github.com/bytedance/sonic/internal/rt
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:33:22: undefined: GoMapIterator
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:36:54: undefined: GoMapIterator
make: *** [Makefile:38: build] Error 1

Model(s) and quantization


NexaSDK version

N/A (git 1915274)

Install method

source

OS and version

Ubuntu 26.04

Hardware / accelerator

Snapdragon X Elite

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions