Myles Dear
Myles Dear
I'm cross-compiling on an x86_64 build VM for an i.MX8 cortexa-35-poky-linux platform. I've decided that AppImage for production images makes sense for our project and I'm looking for support for...
I've also posted this question in the AppImage forum, FYI : https://github.com/orgs/AppImage/discussions/1303 As AppImage is, as I understand it, a dependency of linuxdeploy I imagine this support must be extended...
lol! I really appreciate the replies, @TheAssassin . I'm a new transplant from spending decades in the telecommunications industry (where single-file deployment is commonplace for networking devices such as switches...
I'm also expecting that by running my AppImage on my ARM platform that it may unpack its embedded file system to a well-known persistent location (other than /tmp) so that...
I may also consider running QEMU on my build VM to do the ARM packaging, but I'm also trying to simplify the toolchain as much as possible, so will consider...
Also, the guys over at CrossControl have promised to send a script that emulates ldd output on x86_64 against ARM binaries, I'll take a look at it and see if...
Also, to make things more interesting, I'm working in Qt_6.4 as it's a new project with no need for older frameworks (I saw some of your recent modifications in the...
I should also ask what in your opinion is the easiest way to encode some metadata in an AppImage that indicates a version number, and a way for code to...
Ok, circling back to this task, I have an aarch64 QEMU environment ready with sshfs enabled, goal is to package a Qt demo app on an x86_86 build VM to...
[linuxdeploy_strace_Feb9_2024.txt](https://github.com/linuxdeploy/linuxdeploy/files/14227715/linuxdeploy_strace_Feb9_2024.txt) [file_aarch64_Qt_lib_Feb10_2024.TXT](https://github.com/linuxdeploy/linuxdeploy/files/14230495/file_aarch64_Qt_lib_Feb10_2024.TXT) [gtest_all_cc_build_strace_hang_Feb10_2024.TXT](https://github.com/linuxdeploy/linuxdeploy/files/14230479/gtest_all_cc_build_strace_hang_Feb10_2024.TXT) I'm running linuxdeploy but it's failing without giving enough information to debug properly. I have a patch and I need to ask you please to build it...