MXE cross compileation: image not loading in windows #windows #qt #imageprocessing #crosscompilation #widgets
MXE cross compileation: image not loading in windows #windows #qt #imageprocessing #crosscompilation #widgets
[Перевод] Dart 3.8 — что нового в Dart?
Этот релиз приносит обновления форматера, null-aware элементы для коллекций, новые возможности кросс-платформенной разработки, лучший способ находить трендовые пакеты на pub.dev , доступность горячей перезагрузки (hot reload) для веба и многое другое! Мы также надеемся, что найдутся разработчики, заинтересованные в участии в нашей программе раннего доступа к FFigen и JNIgen .
Dart added support for cross-compilation
https://dart.dev/tools/dart-compile#cross-compilation-exe
#HackerNews #Dart #CrossCompilation #DartDev #Programming #News #Development
Took me an hour or more like two but now rust-hypervisor-firmware which target x86-64_linux does no longer complain about missing platform support despite being buildable
https://github.com/NixOS/nixpkgs/pull/379671
#TIL J'ai découvert https://justine.lol/cosmopolitan/index.html
Un outil pour compiler du #C vers un format capable de s'exécuter partout : Linux, Windows, Mac, FreeBSD... ARM64 et x86_64, sans reposer sur une plateforme (comme la #JVM) ni sur un interpréteur (comme #Python)
Il y a un article qui détail comment ça fonctionne (je n'ai que lu la moitié parce que je ne comprennais pas, c'est trop bas niveau) https://justine.lol/ape.html
#Dev #CrossCompilation #Compilation #APE #Cosmopolitan #LibC #GCC
In 2018, the go project broke cross-libc builds of the toolchain, which were working before; it was reported and a 9 line patch (7 of docs) was proposed to fix the issue. The patch has been working ever since in the buildroot project.
Upstream wasn't interested then in supporting this usecase and still isn't: the issue was closed today.
👋 hey le fediverse, j'aurais besoin de ton aide, j'essaye de compiler le projet suivant :
https://bitbucket.org/alexantunez/nolim-ebook-sdk/
ça marche, mais à la fin j'ai pas la bonne version de la libc6, vous auriez une ressource pour me point dans la bonne direction ?
```
./app
./app: /lib/libc.so.6: version `GLIBC_2.34' not found (required by ./app)
```
It's Wednesday, so time for another adventure in the cross compilation world 🌍
Rust has been on my radar for quite some time, so I decided it was high time to take an in-depth look for my use case of creating CLI apps.
📝 https://crushingcode.nisrulz.com/en/posts/cross-compilation-adventures-rust/
Another blog post in the Cross Compilation Adventures is out 🚀 This time I had a look at Go language 🐹
#golang #CrossCompilation #cli #apps
🌏 Read here: https://crushingcode.nisrulz.com/en/posts/cross-compilation-adventures-go/
Another blog post in the Cross Compilation Adventures is out 🚀 This time I was exploring Dart lang 🎯
https://crushingcode.nisrulz.com/en/posts/cross-compilation-adventures-with-dart/
🌐 Embracing the Future of C++ Development with Nix - Part 2 🌐
In the latest entry of our C++ with Nix 2023 series, we delve deeper into the realms of Package Generation and Cross-Compilation.
🔍 Key Highlights:
- Easy Packaging: Learn how to make your applications effortlessly distributable.
- Efficient Cross-Compilation: Build for different platforms from a single source, without the usual headaches.
- Streamlining Development: Discover how Nix simplifies complex processes, making them accessible even to non-developers.
🔗 Missed Part 1? Catch up on setting up a Nix shell for C++ development. Now, we're taking things up a notch by exploring how Nix transforms the packaging and cross-compilation landscape.
💡 From sandboxed builds to swapping compilers with ease, Part 2 of our series showcases Nix's capability to handle diverse development needs.
Stay ahead in the software development game. Embrace the power of Nix for a more streamlined, efficient, and flexible development process.
👉 https://nixcademy.com/2023/11/16/cpp-with-nix-in-2023-part-2-package/
#cpp #cplusplus #Nix #SoftwareDevelopment #CrossCompilation #packaging
Another blast from the past. We had clients on Windows 3.1, MAC, VMS, X-Windows, and maybe even DOS, so the Neuron Data Open Interface was a godsend. All of these competing GUI generated from a single set of source code. #EarlyComputerProgramming #GUI #CrossCompilation #software.
@ramin_hal9001@emacs.ch @zirias
Oh, I've got no idea how #Nix handles #crosscompilation. From what I understand, that's something @qyliss worked on.
Trying to install the Maemo SDK 2.2 again, after what? 15 years?
The bitrot with this one is severe!
At least the files are still being served fine...but installing it and getting it to work is the real challenge!
Hopefully, I will have my projects building for the Nokia 770 very soon!
#TIL that you can speed-up #MultiPlatform #Docker builds by doing some stages natively (rather than emulating another arch) and even use #CrossCompilation for #programming languages that support it! (such as Go)
https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
#CrossCompilation via binfmt.emulatedSystems on #nix #nixos kinda sucks. I mean yeah, it is great that it's easy and the speed is OK when it can just download the results from the caches. But actually building packages takes forever no matter how fast the machine is.
I guess I'm somewhat spoiled by using #Yocto #OpenEmbedded professionally, for which real #CrossCompilation just works.
[Nouvel article] Compilation croisée Gnunux vers MacOS
On reparle de cross-compilation pour le jeu #SuperfluRiteurnz, mais cette fois vers MacOS ! Attachez vos ceintures…
https://studios.ptilouk.net/superflu-riteurnz/blog/2022-03-16_macos.html
[Nouvel article] Compilation croisée Gnunux vers Windows
Un peu de technique : comment on porte un jeu vidéo sur Windows… sans quitter son bon vieux GNU/Linux (enfin presque).
https://studios.ptilouk.net/superflu-riteurnz/blog/2022-02-23_windows.html
If you’re only going to support a single compiler, runtime, and build-system, why not just use GCC, Musl Libc, and GNU Make to get the same #portability without having to #RIIR? 😒
On Lobsters: https://lobste.rs/s/1wrjdy/rewriting_libimagequant_rust_for