home.social

#crosscompiling — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #crosscompiling, aggregated by home.social.

  1. dh: warning: warning, please use DEB_BUILD_OPTIONS=crossbuildcanrunhostbinaries

    #Wow! :debian: #Debian #CrossCompiling

  2. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    Also am #FOSS lover.

    Moved profiles form mastodon.social recently. I hope the fediverse gives me a healthier relationship with social media.

  3. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    Also am #FOSS lover.

    Moved profiles form mastodon.social recently. I hope the fediverse gives me a healthier relationship with social media.

  4. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    Also am #FOSS lover.

    Moved profiles form mastodon.social recently. I hope the fediverse gives me a healthier relationship with social media.

  5. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    Also am #FOSS lover.

    Moved profiles form mastodon.social recently. I hope the fediverse gives me a healthier relationship with social media.

  6. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    Also am #FOSS lover.

    Moved profiles form mastodon.social recently. I hope the fediverse gives me a healthier relationship with social media.

  7. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    #introduction

  8. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    #introduction

  9. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    #introduction

  10. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    #introduction

  11. Hey! I'm JJ, a #computerengineering student, junior #cybersecurity analyst and #iot / #embedded nerd.

    I am currently working on an embedded #Linux based Honeypot, and using it to learn about pure #C , #crossCompiling and #LinuxKernel

    I am also very interested in #hardwareHacking , #malware , #revereEngineering and overall low level stuff.

    #introduction

  12. SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)

    youtu.be/UwfyyYPsOwo

    In this episode I'm joined by Omar, and we try cross-compiling and packaging our Fyne example app for Linux, Windows, and macOS. Spoiler alert: we get Linux and Windows working but fail because of a known bug with Fyne and macOS.

    *PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.

    PostCast Playlist:
    youtube.com/playlist?list=PLYP

    Fyne Packaging:
    docs.fyne.io/started/cross-com

    Fyne-Cross macOS bug:
    github.com/fyne-io/fyne-cross/

    Go:
    go.dev/

    Omar:
    ashour.ca/

    Thanks to Google for developing Go and the Fyne IO team for developing Fyne and both for releasing them for free to everyone to use!

    Have a question you want answered in a future video? A challenging or interesting problem you need you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].

    Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:
    github.com/sponsors/saturdaymp

    Thank you for watching!

  13. I've found out the reason for the error:

    error: could not find native static library `ggml`, perhaps an -L flag is missing?

    Apparently, when cross-compiling, it can sometimes happen (especially with Windows target) that the compiler searches for "lib*" as prefix in the file name.

    So when renaming compiled `ggml` to `libggml`, the error disappeared.

    Unfortunately, I still get a linker error, but I don't bother anymore (direct Windows compile in CI works now)

    #CrossCompilation #CrossCompiling

  14. I've found out the reason for the error:

    error: could not find native static library `ggml`, perhaps an -L flag is missing?

    Apparently, when cross-compiling, it can sometimes happen (especially with Windows target) that the compiler searches for "lib*" as prefix in the file name.

    So when renaming compiled `ggml` to `libggml`, the error disappeared.

    Unfortunately, I still get a linker error, but I don't bother anymore (direct Windows compile in CI works now)

    #CrossCompilation #CrossCompiling

  15. I've found out the reason for the error:

    error: could not find native static library `ggml`, perhaps an -L flag is missing?

    Apparently, when cross-compiling, it can sometimes happen (especially with Windows target) that the compiler searches for "lib*" as prefix in the file name.

    So when renaming compiled `ggml` to `libggml`, the error disappeared.

    Unfortunately, I still get a linker error, but I don't bother anymore (direct Windows compile in CI works now)

    #CrossCompilation #CrossCompiling

  16. I've found out the reason for the error:

    error: could not find native static library `ggml`, perhaps an -L flag is missing?

    Apparently, when cross-compiling, it can sometimes happen (especially with Windows target) that the compiler searches for "lib*" as prefix in the file name.

    So when renaming compiled `ggml` to `libggml`, the error disappeared.

    Unfortunately, I still get a linker error, but I don't bother anymore (direct Windows compile in CI works now)

    #CrossCompilation #CrossCompiling

  17. I've found out the reason for the error:

    error: could not find native static library `ggml`, perhaps an -L flag is missing?

    Apparently, when cross-compiling, it can sometimes happen (especially with Windows target) that the compiler searches for "lib*" as prefix in the file name.

    So when renaming compiled `ggml` to `libggml`, the error disappeared.

    Unfortunately, I still get a linker error, but I don't bother anymore (direct Windows compile in CI works now)

    #CrossCompilation #CrossCompiling

  18. #pkgconfig's rules about when it does or does not apply a sysroot base seem to be very inconsistent. I guess I'm going to have to look at the actual code to see why this may be. #crosscompiling #buildroot

  19. 🎩🔧 Ah, the dk coder: the revolutionary script runner for those who find "Hello, World!" too daunting, now with 100% more #READMEitis cure! 🤓🤦‍♂️ Experience the thrill of cross-compiling with OCaml—because nothing screams "user-friendly" like adding an extra layer of obfuscation for your poor, confused users. 📜💻
    diskuv.com/dk/help/latest/ #dkcoder #OCaml #scripting #userfriendly #crosscompiling #HackerNews #ngated

  20. 🤦‍♂️ Imagine spending 4177 words to explain that "cross-compiling" lets you build software for a different machine than the one you're using. But hey, at least Miguel sneaks in that he draws Pokémon—finally, some relevant content! 🎨📱
    mcyoung.xyz/2025/04/14/target- #crosscompiling #softwaredevelopment #pokemondrawing #techhumor #codinglife #HackerNews #ngated

  21. Seriously tempted to start writing yet another 3D renderer with #Zig and #Slang

    #CrossCompiling

  22. If there is anyone in the Fediverse who programs with #HollywoodMAL and uses my AppBuilder tool, it's time to press the "Check for updates" button because I have updated all the plugins to their latest versions and added the "Pangomonium" plugin released a few days ago by creator of HollywoodMAL.

    ➡️ HollywoodMAL : hollywood-mal.com/index.html

    ➡️ AppBuilder : allanon71.itch.io/appbuilder

    #programming #buildtools #multiplatform #crosscompiling

  23. I started nerd blogging. I would say "again" but even in my 25 years of occasional blogging, I've never written about coding or technology except for brief asides or single posts.

    Anyway, today's post is about #rust and #crosscompiling for many targets and how to do it.

    blog.selfassembled.org/cross-c

    I also wrote the static site generator for this blog (its the same one my oft-neglected cooking blog whatever.todds.cooking uses) and it's written (poorly) in Rust as well (it was my 1st Rust project)

  24. I wish #CrossCompiling some open source projects hadn't devolved to some combination of #QEMU and #Docker

    It is so much faster to use a cross-build toolchain running on your host machine! Even if you run that in Docker!

    Edit: I'm not owned, I'm not owned! users.rust-lang.org/t/cross-co

  25. Just tried out #crosscompiling with #Nix. It's actually this simple:

    nix-build '<nixpkgs>' -A pkgsCross.riscv64.hello

    file /nix/store/XXX-hello-2.10-riscv64-unknown-linux-gnu/bin/hello
    ELF 64-bit LSB executable, UCB RISC-V, version 1 (SYSV), dynamically linked ...

    nix-build -A pkgsCross.mingwW64.hello

    file /nix/store/XXX-hello-2.10-x86_64-w64-mingw32/bin/hello.exe
    PE32+ executable (console) x86-64 (stripped to external PDB), for MS Windows

    not tested to run these

    #NixOS #nixpkgs #linux