-
Notifications
You must be signed in to change notification settings - Fork 892
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
Hope to support i686-unknown-linux-musl
#2984
Comments
Hi @Ljzd-PRO
If you still want to use this system as a build host then I'd be happy to guide you through adding the relevant CI stuff to try and build this target. |
Hi @kinnison i686-linux-gnu-gcc -I. -Iinclude -fPIC -pthread -Wall -O3 -fomit-frame-pointer -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m32 -march=i686 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR=""/usr/local/ssl"" -DENGINESDIR=" -DNDEBUG -c -o apps/app_rand.o apps/app_rand.c --- stderr Error building OpenSSL: I used symbolic link to the redhat compiler, and then it worked. Do you know if that is the right way? I see that the flag of Thank you very much! |
Running on an old Intel lga775 2,.5Ghz ddr2 2gb of ram machine. (i686) https://pkgs.alpinelinux.org/package/edge/community/x86/rust Albino:~# rustc --version Let's rock'n'roll! |
Running on an iPad Pro 10.5 with iSH terminal app. A10X Fusion chip with 64‑bit architecture (i686) cargo: 1.52.0 and ended up with I think A10X Fusion chip is ARM based. |
I'm having the same problem using |
Just to add my personal opinion on this one, as I'm also an iOS user and I'm aware of iSH.app's existence: 1
@VladasZ As I said we do support the target triple in question, but the distribution-wise support is limited. If you are brave enough, it looks like ish-app/ish#67 (comment) already provides a pathway to installing a Rust toolchain on iSH.app (the toolchain is not provided by rust-lang but by Alpine package maintainers though). Footnotes
|
I couldn't agree more. Spent 8 hours per day entire month. Docker builds and making slim images were part of it. iPadOS is quite different than iOS. Apple would never give it to users since it would kill their entire MacBook productline. I was working on a complex project and understood even Windows requires a WSL2 Linux tool chain for certain specific crates. Made some leaner images but lowest I could build was 200MB since my app breaks. |
Problem you are trying to solve
When I tried to install rustup, it seems not support
i686-unknown-linux-musl
Can I compile the source code to build a supported one?
Solution you'd like
Hope that it can support
i686-unknown-linux-musl
Notes
No response
The text was updated successfully, but these errors were encountered: