10-31-2024, 04:16 AM
(This post was last modified: 11-03-2024, 07:57 PM by astylethargic.)
(05-12-2024, 10:03 AM)NeutralGrey Wrote: Does anyone have any binaries atinout for mobian on pinephone 1.2?
https://atinout.sourceforge.net/ does not have precompiled binaries for debian/mobian and attempting to compile from source results in a segmentation fault error.
It looks like there aren’t any precompiled binaries for Atinout on Mobian for the PinePhone. If you’re facing segmentation faults while compiling from source, it could be related to dependencies or specific configurations for ARM architecture.
Here are a few suggestions you could try:
Check Dependencies: Ensure all required libraries and dependencies are properly installed. Sometimes missing or incompatible versions can lead to segmentation faults.
Debugging: If you’re comfortable, you could try running the compilation with debugging tools like gdb to pinpoint where the segmentation fault occurs.
Community Support: Consider reaching out on forums or community channels related to Mobian or PinePhone. Other users may have encountered similar issues or may have binaries available.
Alternative Solutions: If Atinout is crucial for your use case, you could explore whether similar tools are available or if you could use a different method to achieve your goals.