#crosscompile — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #crosscompile, aggregated by home.social.
-
Retro68: если вам скучно жить на свете
Конец ноября в Питере — крайне мрачное время года, на улице лишь холод, сырость и уныние. Что определенно влияет на психику местных жителей, порождая в головах самые нездоровые желания. Видимо по этой причине, одним мрачным осенним днем мне захотелось создать графическое приложение на современном C++ под.. классический Mac из 90х.
https://habr.com/ru/articles/969574/
#crosscompile #m68k #freebsd #macos #macintosh #retro68 #clapkit
-
Wow, Ratatui running on the R36S console! 🤯
🎮 Retro handheld powered by an ARM Cortex-A35 and ArkOS.
💯 Running a live input visualizer TUI!
🦀 All powered by Rust & @ratatui_rs 🐀
⭐ GitHub/Writeup: https://github.com/luizferreira-io/r36s-input-demo
#rustlang #ratatui #tui #r36s #retrogaming #arm #linux #crosscompile
-
Cross-compiling a #Rust project that has custom build scripts that build C/C++ dependencies is an absolute clusterfuck!
I'm trying to cross-compile a Rust project from #Linux -> #Windows (x86_64-pc-windows-gnu) and I get walls of errors!
Some I could already fix by setting env vars to different compilers (gcc, g++, oh my!), but now I'm stuck. Maybe some missing compiler flags to gcc?
Or could it be related to this?
=> https://stackoverflow.com/a/53635241 -
Cross-compiling a #Rust project that has custom build scripts that build C/C++ dependencies is an absolute clusterfuck!
I'm trying to cross-compile a Rust project from #Linux -> #Windows (x86_64-pc-windows-gnu) and I get walls of errors!
Some I could already fix by setting env vars to different compilers (gcc, g++, oh my!), but now I'm stuck. Maybe some missing compiler flags to gcc?
Or could it be related to this?
=> https://stackoverflow.com/a/53635241 -
Cross-compiling a #Rust project that has custom build scripts that build C/C++ dependencies is an absolute clusterfuck!
I'm trying to cross-compile a Rust project from #Linux -> #Windows (x86_64-pc-windows-gnu) and I get walls of errors!
Some I could already fix by setting env vars to different compilers (gcc, g++, oh my!), but now I'm stuck. Maybe some missing compiler flags to gcc?
Or could it be related to this?
=> https://stackoverflow.com/a/53635241 -
Cross-compiling a #Rust project that has custom build scripts that build C/C++ dependencies is an absolute clusterfuck!
I'm trying to cross-compile a Rust project from #Linux -> #Windows (x86_64-pc-windows-gnu) and I get walls of errors!
Some I could already fix by setting env vars to different compilers (gcc, g++, oh my!), but now I'm stuck. Maybe some missing compiler flags to gcc?
Or could it be related to this?
=> https://stackoverflow.com/a/53635241 -
Cross-compiling a #Rust project that has custom build scripts that build C/C++ dependencies is an absolute clusterfuck!
I'm trying to cross-compile a Rust project from #Linux -> #Windows (x86_64-pc-windows-gnu) and I get walls of errors!
Some I could already fix by setting env vars to different compilers (gcc, g++, oh my!), but now I'm stuck. Maybe some missing compiler flags to gcc?
Or could it be related to this?
=> https://stackoverflow.com/a/53635241 -
So #Dart can now cross-compile? 🎉 Wow, alert the media! But don't worry, you'll be so distracted by the avalanche of cookie pop-ups and endless dropdown menus that you'll forget why you were even there in the first place. 🍪🔄
https://dart.dev/tools/dart-compile#cross-compilation-exe #CrossCompile #Media #CookiePopUps #UserExperience #HackerNews #ngated -
So #Dart can now cross-compile? 🎉 Wow, alert the media! But don't worry, you'll be so distracted by the avalanche of cookie pop-ups and endless dropdown menus that you'll forget why you were even there in the first place. 🍪🔄
https://dart.dev/tools/dart-compile#cross-compilation-exe #CrossCompile #Media #CookiePopUps #UserExperience #HackerNews #ngated -
So #Dart can now cross-compile? 🎉 Wow, alert the media! But don't worry, you'll be so distracted by the avalanche of cookie pop-ups and endless dropdown menus that you'll forget why you were even there in the first place. 🍪🔄
https://dart.dev/tools/dart-compile#cross-compilation-exe #CrossCompile #Media #CookiePopUps #UserExperience #HackerNews #ngated -
So #Dart can now cross-compile? 🎉 Wow, alert the media! But don't worry, you'll be so distracted by the avalanche of cookie pop-ups and endless dropdown menus that you'll forget why you were even there in the first place. 🍪🔄
https://dart.dev/tools/dart-compile#cross-compilation-exe #CrossCompile #Media #CookiePopUps #UserExperience #HackerNews #ngated -
🚀 #Python wants to race #Rust, but the 🐍 is still stuck in slow motion, trying to catch up with the 🦀. While Python dreams of powerlifting #AI, it's struggling to lift its own #performance issues—unless, of course, it finds a way to magically run like a compiled language. Maybe Python should try crossfit... or just cross-compile? 💪🤖
https://blog.fxn.ai/python-at-the-speed-of-rust/ #crosscompile #HackerNews #ngated -
Blows my mind that I can use my AMD Ryzen laptop to build a container that will ultimately run on an Nvidia Jetson Orin NX (arm64). What were we doing before Docker was a thing?
#docker #crosscompile #arm64 #amd64 -
Система сборки
Дистрибутив Radix cross Linux использует собственную систему сборки , которая, в свою очередь, является вполне самостоятельным продуктом. Любой разработчик может воспользоваться системой сборки , поддерживающей богатый набор инструментов, для создания собственных программ. Система сборки Radix cross Linux достаточно подробно описана на странице Overview . Здесь мы рассмотим новые аспекты использования системы сборки на простых примерах " Здравствуй, Мир! " для создания независимых пользовательских приложений с применением набора инструментариев Radix cross Linux . Предыдущие версии системы сборки не подразумевали использования компиляторов Clang и Rust как основных cross-компиляторов. Однако современные реалии привели нас к необходимости использования собственных инструментариев LLVM и RUST , но не в качестве основных (поясним это далее). Дело в том, что множество современных пакетов прикладных программ, помимо GCC , используют компиляторы языка Rust и набор LLVM . Разработчиков привлекает тот момент, что для поддержки множества архитектур целевых устройств достаточно установить одно средство, вместо использования нескольких инструментариев (Toolchain), собранных из исходного кода GCC . Статья будет достаточно объемной, поскольку необходимо раскрыть множество вещей, без понимания которых пользователю будет трудно, в дальнейшем, перейти от простых примеров к более сложным проектам.
https://habr.com/ru/articles/861320/
#система_сборки #llvm #rust #rustc #clang #toolchain #crosscompile #make
-
Talking about building CLI apps and not even considering Python, the one language everyone loves 👀 Not anymore, I take a closer look at Python lang in my next blog post of the series 'Cross Compilation Adventures' 🚀
Post🔗 https://crushingcode.nisrulz.com/en/posts/cross-compilation-adventures-python/
-
So, you have a cross compile toolchain and you want to call ldd on a cross compiled binary.
How do you do this?
#Linux #embeddeddev #crosscompile -
Never did I ever imagine in my wildest dreams that I would be able to #crosscompile a Linux kernel for an #OMAP3 SoC on a bloody #Chromebook (A Pixelbook, to be exact)
-
Never did I ever imagine in my wildest dreams that I would be able to #crosscompile a Linux kernel for an #OMAP3 SoC on a bloody #Chromebook (A Pixelbook, to be exact)
-
Never did I ever imagine in my wildest dreams that I would be able to #crosscompile a Linux kernel for an #OMAP3 SoC on a bloody #Chromebook (A Pixelbook, to be exact)
-
Never did I ever imagine in my wildest dreams that I would be able to #crosscompile a Linux kernel for an #OMAP3 SoC on a bloody #Chromebook (A Pixelbook, to be exact)
-
Never did I ever imagine in my wildest dreams that I would be able to #crosscompile a Linux kernel for an #OMAP3 SoC on a bloody #Chromebook (A Pixelbook, to be exact)
-
YESSSS, I sucessfully cross-compiled a rust gui application from Archlinux x86_64 to postmarketos aarch64 (pinephone) without emulation and thus quite acceptable performance!
I'll write up the process and publish a blog or sth. for other poor souls soon.
-
Lightweight OS For Any Platform - Linux has come a long way from its roots, where users had to compile the kernel and all of the other... - https://hackaday.com/2021/03/22/lightweight-os-for-any-platform/ #softwaredevelopment #containerization #crosscompile #container #software #compile #skiffos #linux
-
@alcinnz @njoseph I just wish there are simple ways to #crosscompile #Gtk applications for #MacOs. I (sadly?) need to support it
-
Exploring The Dell N1108T-ON Ethernet Switch - In an era where everything seems to be getting “smarter” every year, it will probably come as no sur... more: https://hackaday.com/2019/06/17/exploring-the-dell-n1108t-on-ethernet-switch/ #softwarehacks #networkhacks #crosscompile #networking #serialport #wireguard #root