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
{{ message }}
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
And met the error:
rust-1.34.0: * ERROR: dev-lang/rust-1.34.0::chromiumos failed (setup phase):
rust-1.34.0: * missing toolchain armv7a-cros-linux-gnueabihf
rust-1.34.0: *
rust-1.34.0: * Call stack:
rust-1.34.0: * ebuild.sh, line 124: Called pkg_setup
rust-1.34.0: * rust-1.34.0.ebuild, line 76: Called die
rust-1.34.0: * The specific snippet of code:
rust-1.34.0: * which "${tt}-clang" >/dev/null || die "missing toolchain ${tt}"
rust-1.34.0: *
Can you help to check is the steps workable?
And should I repo sync the release-R75-12105.B branch? (chromium_os-vm-vmware's branch name is r89 now)
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I followed the steps in README.md to try build my chrome image.
Following the steps,
(inside) export BOARD=amd64-generic_vmware
(inside) setup_board --board=${BOARD}
(inside) ./build_packages --board=${BOARD} --nousepkg
And met the error:
rust-1.34.0: * ERROR: dev-lang/rust-1.34.0::chromiumos failed (setup phase):
rust-1.34.0: * missing toolchain armv7a-cros-linux-gnueabihf
rust-1.34.0: *
rust-1.34.0: * Call stack:
rust-1.34.0: * ebuild.sh, line 124: Called pkg_setup
rust-1.34.0: * rust-1.34.0.ebuild, line 76: Called die
rust-1.34.0: * The specific snippet of code:
rust-1.34.0: * which "${tt}-clang" >/dev/null || die "missing toolchain ${tt}"
rust-1.34.0: *
Can you help to check is the steps workable?
And should I repo sync the release-R75-12105.B branch? (chromium_os-vm-vmware's branch name is r89 now)
Thank you!
The text was updated successfully, but these errors were encountered: