(details in the thread)
#nix #android #crosscompiling
RE: https://plasmatrap.com/notes/ajfx9henl8
dh: warning: warning, please use DEB_BUILD_OPTIONS=crossbuildcanrunhostbinaries
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.
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.
SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)
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:
https://www.youtube.com/playlist?list=PLYPcrKbLqwuvKQ97klk3bzyUPI6j154WC
Fyne Packaging:
https://docs.fyne.io/started/cross-compiling/
Fyne-Cross macOS bug:
https://github.com/fyne-io/fyne-cross/issues/338
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:
https://github.com/sponsors/saturdaymp
Thank you for watching!

#qemu is broken with latest #Alpine 3.23
https://gitlab.alpinelinux.org/alpine/aports/-/issues/17775
executing post-install
execve: No such file or directory
#arm #arm64 #crosscompiling #emulation #linuxEmulation #linux #github #gitlab #forgejo #codeberg #cicd #pipeline #pipelines #docker #containers #container #buildx #buildkit #docker_buildx #k8s #kubernetes #golang #controller #operator
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)
Cross-Compiling Common Lisp for Windows
https://www.fosskers.ca/en/blog/cl-windows
#HackerNews #CrossCompiling #CommonLisp #Windows #LispProgramming #TechNews #FOSS