Untitled
unknown
plain_text
a year ago
890 B
9
Indexable
>>> go2rtc HEAD Building GOARCH=$( case "mipsel" in x86) echo 386 ;; x86_64) echo amd64 ;; arm) echo arm ;; aarch64) echo arm64 ;; mips) echo mips ;; mipsel) echo mipsle ;; *) echo "Unsupported architecture: "mipsel"" && exit 1 ;; esac ); echo "Building for GOARCH: $GOARCH"; (cd /home/flyzet/local/src/openipc-firmware/firmware/output/build/go2rtc-HEAD; CGO_ENABLED=0 GOOS=linux GOARCH=$GOARCH go build -ldflags "-s -w") Building for GOARCH: mipsle pkg/homekit/helpers.go:5:2: cannot find package "." in: /home/flyzet/local/src/openipc-firmware/firmware/output/build/go2rtc-HEAD/vendor/slices make[1]: *** [package/pkg-generic.mk:283: /home/flyzet/local/src/openipc-firmware/firmware/output/build/go2rtc-HEAD/.stamp_built] Error 1 make[1]: Leaving directory '/home/flyzet/local/src/openipc-firmware/firmware/output/buildroot-2024.02.1' make: *** [Makefile:25: build] Error 2
Editor is loading...
Leave a Comment