Filter
Exclude
Time range
-
Near
Fresh Ubuntu 24.04, fresh Android Studio install — and three small gotchas that stop you cold if you don't know them. The full command-line setup: the i386 multiarch prerequisite, the native launcher vs the script, the JDK choice, and one PATH fix for the two-adb problem. droidkernel.com/posts/droidk… #AndroidStudio #Ubuntu #Linux #AndroidDev #DevTools #DroidKernel
10
Probably: (a) multiarch, (b) multi-target (win, mac, linux)
1
40
애플 컨테이너 OCI 지원해서 기존 이미지 쓸 수는 있는 것 같은데 compose 지원하지 않고 multiarch 빌드도 아직인 것 같아서 아직은 쓰기 좀 이를 것 같네
5
366
GNU Tools Weekly News Week 41 (June 7, 2026) Release updates for GNU toolchain:  *  GCC 15 branch is frozen for GCC 15.3.0 release   * inbox.sourceware.org/gcc/r5s…  * GCC 15.3.0 RC1 was done   * inbox.sourceware.org/gcc/692…  * Schedule for the [glibc] 2.44 release   * inbox.sourceware.org/libc-al… GNU toolchain conference reminders:  * GNU Tools Cauldron 2026, Fri-Sun, October 2-4 (Prague, Czechia)   * gcc.gnu.org/wiki/cauldron202…   * conf.gnu-tools-cauldron.org/…  * Toolchains Track at LPC 2026, October 7th (Prague, Czechia)   * lpc.events/event/20/abstract… General/big GNU toolchain news:  * GCC AI policy working group - 2026-06-05   * inbox.sourceware.org/gcc/CAH…   * gcc.gnu.org/wiki/working-gro… GCC easy issue to tackle of the week:  * MAX(x, -1) can use orr with ash operand (aarch64)   * gcc.gnu.org/bugzilla/show_bu…   * This one is different from previous weeks; a target specific improvement     * the Compile Farm has a few aarch64 machines that can be used for building/testing on     * gcc.gnu.org/wiki/CompileFarm   * Reach out to Andrea Pinski <andrew.pinski@oss.qualcomm.com> for mentoring on this issue.   * Previous ones are listed on gcc.gnu.org/wiki/EasyIssuesO… GCC commits:  * gcc.gnu.org/r17-1051 - r17-1416 :  365 commits  * Summary of Ada changes (Thanks Marc)   * Bug fixes and code cleanup   * Document the Ref attribute other documentation cleanup   * Adjust some compiler diagnostics   * Implement AI12-0331 Binding Interpretation   * Flare's constructor fix and improvements   * Support for Constant_Reference in Iterable aspect and update corresponding documentation.   * Fix conformance with RM where an incorrect exception was raised in some IO  procedures.  * Removal of all of the -Wstrict-overflow code   * gcc.gnu.org/r17-1051 ... gcc.gnu.org/r17-1058 and gcc.gnu.org/r17-1151  * Rust FE merge   * gcc.gnu.org/r17-1072 ... gcc.gnu.org/r17-1090  * RISC-V: Add zvfofp8min ISA extension support   * gcc.gnu.org/r17-1226-g8bef82…  * aarch64: Make Uc[ij] constraints public   * gcc.gnu.org/r17-1254-g090f3e…  * RISC-V: Add XuanTie C908 tuning and scheduler model   * gcc.gnu.org/r17-1270-g980ea5…  * cselim: Allow middle_bb to have more than one statement   * gcc.gnu.org/r17-1273-g391ee2…  * Add __builtin_{bswap,bitreverse}g type-generic builtins   * gcc.gnu.org/r17-1367-g9ab08d…  * forge: Add a prototype CODEOWNERS file   * gcc.gnu.org/r17-1378-g293f34… GCC discussion:  * GCC bugzilla stats  * 115 new issues filed  * 75 issues closed glibc commits:  * riscv: Add RVV memcmp, memccpy, memchr, strchr, and strrchr for both multiarch and non-multiarch builds   * sourceware.org/cgit/glibc/lo…  * glibc discussion:  * binutils/gdb commits:  * gdb/aarch64: record/replay support for LRCPC3   * sourceware.org/cgit/binutils…  * gdb discussion:  * RFC: prototype of C extensions using the Python limited API   * inbox.sourceware.org/gdb/214… binutils discussion:  *

3
13
713
Replying to @iximiuz
Not a rare scenario! While moving existing K8s cluster nodes to a Graviton based ones(due to cost), we needed to replicate above scenario, Single image but multiarch builds. Anticipate people adopting this who are going to adopt ARM nodes
2
59
One cluster to rule them all: x86 ARM RISC-V🌍 An incredible deep dive by @Opvolger into building a multi-arch high-availability k0s cluster. Seeing our #VisionFive2 Lite running alongside ARM64 and AMD64. High availability, automated load balancing, and cross-platform synergy in one 10-inch rack. youtube.com/watch?v=r95H2GqL… #Kubernetes #K8s #CloudNative #OpenSource #MultiArch
1
1
5
312
Replying to @PThorpe92
You're probably doing it wrong: you need to use debian-based system and cross-compilation, as only debian, to the best of my knowledge, has proper cross-builing (multiarch mixing). If you run arm64 in emulation, you're doing it wrong (emulating)
9
1,220
26 Oct 2025
その後以下のように書いているところから見ても「CPUをArmへ全面移行」というよりも「サービスをx86とArm両方で動くようにする」が正しいとおもう。 > Migrating all of Google's services to multiarch > > Going into a migration from x86-only to Arm and x86,
1
6
23
4,977
Here's a great writeup from @taryn_plumb for @NetworkWorld , taking a deeper look at how @Google has started to migrate many of its internal workloads to its @Arm -based servers. A few details worth noting: 🔸 These servers, built on the (Google) designed Axion CPU are now supporting about 30K of Google's 100K internal workloads 🔸 The goal is to have these workloads on both Arm & x86 simultaneously 🔸 Workloads inlcude YouTube, gmail, BiqQuery 🔸 Goal is to move everything to this shared model 🔸 Multiarch a guiding and design principle for Google developers Really interesting article that goes deeper into the port process - well worth the read. networkworld.com/article/407…
4
12
9,011
ずっとゴキゲンに KV260 上でセルフコンパイルしてきたけど、Copilot の出現のせいか VS-Code で作業するにはだんだん重くなってきたので、クロスコンパイルも考えようかな。OpenCV 使うアプリがメンドイな。Ubuntu の Multiarch とかを使えば楽なのかな?
2
469
on the CHERI side: purecap or bust. No hybrid ABIs please. Have a separate binary slice/multiarch for older platform support
1
9
1,202
I'm now using gdb-multiarch to load ELF into RISC-V and resume. Pretty cool. I think it was 1994 when I last used gdb CLI like this. Some things never change.
1
3
122
Want to help archive your Tezos tokens on Archive.org? @JackTezos got you! 🔥Now in three flavors: web, CLI, and a Docker container version built by yours truly that runs out of the box, no installs needed. Hit & Run. Bonus: Docker is multiarch (amd64/arm64)! CLI repo: github.com/melon-dog/tz-arch… Container: hub.docker.com/r/yatima3d/tz…

TEZOS ARCHIVER is here. 🔹 Store your Tezos token artifacts on the Internet Archive (Wayback Machine). 🔹 You don't need to connect your wallet. 🔹 Queue system, you can leave it running and go for a run with your dog. 🔹 Free. 🔹 Built with love. How do you use it? ⬇️
1
4
287
27 Aug 2025
Replying to @MdHasan30762745
You forgot 2 monolith, 6 ricocannons, 6 multiarch, 3 geartowers, 10 xbows, gigabomb back into TH😝
2
4
769
⭐️Latest PS5 Payload SDK dev build by John Törnblom 🔹samples: use gdb-multiarch for debug targets, allowing debugging on non-x86_64 hosts 📥github.com/ps5-payload-dev/s…
1
29
2,671
10 Jul 2025
New post live! “Cross-Compiling Erlang/OTP’s JIT for #ARM32” by @ziopio74 👉 Learn how to enable JIT in otp_build, run under QEMU user-mode, debug with gdb-multiarch, and package it all in a Vagrant VM. Dive in: grisp.org/blog/posts/2025-07…
1
3
603