-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to build for aarch64_cortex-a53 (RPi 3), but always fails. #9
Comments
Did you try set proxy when build? |
Hi Kuoruan, thanks for the super fast response. Nope, I don't have any proxy setting, actually I didn't get what proxy do you mean? I'm with direct network to ISP in Singapore. I built the code with a docker container I built myself with Ubuntu. |
From openwrt hwdata, Raspberry Pi 3 use target brcm2708, arm_cortex-a53_neon-vfpv4 |
Build test passed with snapshot sdk in |
Golang modules support added on openwrt/packages@7dc1f3e |
Having this error, not sure if any one had even successfully built for aarch64_cortex-a53 (RPi 3)?
.....
go.starlark.net/resolve
v2ray.com/core/external/github.com/lucas-clemente/quic-go/internal/congestion
v2ray.com/core/external/github.com/lucas-clemente/quic-go/internal/wire
go.starlark.net/internal/compile
v2ray.com/core/external/github.com/lucas-clemente/quic-go/internal/flowcontrol
v2ray.com/core/external/github.com/lucas-clemente/quic-go/internal/ackhandler
go.starlark.net/starlark
Cleaning module download cache (golang/go#27455)
go: finding v2ray.com/core/.go_work/build latest
go: finding v2ray.com/core/.go_work latest
can't load package: package v2ray.com/core/.go_work/build: unknown import path "v2ray.com/core/.go_work/build": cannot find module providing package v2ray.com/core/.go_work/build
make[2]: *** [/root/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-4.19.1/.built] Error 2
make[2]: Leaving directory
/root/openwrt/package/v2ray' time: package/v2ray/compile#38.00#33.45#106.38 make[1]: *** [package/v2ray/compile] Error 2 make[1]: Leaving directory
/root/openwrt'make: *** [package/v2ray/compile] Error 2
root@0ce88aac5df2:~/openwrt#
The text was updated successfully, but these errors were encountered: