-
Notifications
You must be signed in to change notification settings - Fork 221
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
/bin/bash: line 1: /.cargo/env: No such file or directory #763
Comments
Hi @ikitayama, This is a known issue, see #747 (comment). TL;DR: use If you can find a way to make it work you're welcome to submit pull requests. In the mean time I think we should force Thanks! |
@jforissier I get:
|
Indeed, GCC 12 is incompatible with C++ TAs. One more thing to disable on M1. So |
@ikitayama please see #764 |
Thanks! That worked.
|
Requiring that buildroot's GCC be 11 leads to a
|
It looks like Buildroot has lost support for GCC 11.x :-/ can you please try this patch: diff --git a/br-ext/configs/sdk-common b/br-ext/configs/sdk-common
index 64e0b5c..18563be 100644
--- a/br-ext/configs/sdk-common
+++ b/br-ext/configs/sdk-common
@@ -1,6 +1,6 @@
BR2_CCACHE=y
BR2_CCACHE_USE_BASEDIR=y
-BR2_GCC_VERSION_11_X=y
+BR2_GCC_VERSION_14_X=y
BR2_INIT_NONE=y
BR2_KERNEL_HEADERS_6_1=y
BR2_PACKAGE_BUSYBOX=n It will likely not work due to |
@jforissier Will do that tomorrow in the morning my time! |
It seems to be working? I am seeing two xterms saying "Secure World" and "Normal World" on my M1 Max. Builds were done in Ubuntu VM.
|
@jforissier I get to the prompt which I see on the Normal World xterm. Thanks a lot for your help! |
Great news! I have updated #764. Thanks! |
This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
I am trying to build QEMU v8 in Ubuntu VM on M1 MAX.
make toolchains
seems to have built okay, butmake run
ended up with an error:I'm on branch 4.2.0 and using the upstream's qemu_v8.xml file.
The text was updated successfully, but these errors were encountered: