You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gzip -f -9 ./boot/kernel
mkdir -p ./boot/initfs
mkdir -p ./boot/initfs/bin
mkdir -p ./boot/initfs/cmd
mkdir -p ./boot/initfs/export
cd shell && GOOS=js GOARCH=wasm go build -o ../boot/initfs/bin/shell.wasm .
make -C external/micro build
make[1]: Entering directory '/home/jaime/projects/codingscape/wanix/external/micro'
cd ./repo && git reset --hard HEAD
HEAD is now at d8e9d61a Build arm32 binaries with GOARM=6
cd ./repo && go mod vendor && git apply ../wanix_vendor.patch
make -C repo wasm
make[2]: Entering directory '/home/jaime/projects/codingscape/wanix/external/micro/repo'
GOOS=linux GOARCH=amd64 go generate ./runtime
GOOS=js GOARCH=wasm go build -o ./micro.wasm -trimpath -ldflags "-s -w -X github.com/zyedidia/micro/v2/internal/util.Version=2.0.14-dev.1 -X github.com/zyedidia/micro/v2/internal/util.CommitHash=d8e9d61a -X 'github.com/zyedidia/micro/v2/internal/util.CompileDate=September 10, 2024'" ./cmd/micro
make[2]: Leaving directory '/home/jaime/projects/codingscape/wanix/external/micro/repo'
mv ./repo/micro.wasm ./../../boot/initfs/cmd/micro.wasm
make[1]: Leaving directory '/home/jaime/projects/codingscape/wanix/external/micro'
pwd
/home/jaime/projects/codingscape/wanix
go run ./build/build-pkgs/main.go ./build/build-pkgs/imports ./build/pkg.zip
Building target js_wasm...
Building target linux-gnu_amd64...
Building compile.wasm...
go: go.mod file not found in current directory or any parent directory; see 'go help modules'
FATAL: exit status 1
exit status 1
The text was updated successfully, but these errors were encountered:
Sorry for delay, but was working on finishing the 0.3 preview, which is much simpler to build. And it's landed in main, so this specific problem should be gone. Open a new issue if you still have trouble building. Be sure to read the CONTRIBUTING file for details on how to best build from source.
go version
go version go1.22.7 linux/amd64
make all
The text was updated successfully, but these errors were encountered: