<div dir="auto">Fun fact: while posting a reply to an issue about builds for ARM today, I remembered that I've installed Termux on my Android phone some time ago, and then kinda forgot about it.<div dir="auto"><br></div><div dir="auto">Well, whaddyaknow?</div><div dir="auto"><br></div><div dir="auto">Took about 15 minutes to get the packages up to speed, and get NUT built (clang16 has a lot of new warnings) and passing NIT natively on an ARM in my pocket.</div><div dir="auto"> </div><div dir="auto"><br></div><div dir="auto"><pre dir="ltr" style="font-family:monaco,menlo,consolas,"roboto mono","andale mono","ubuntu mono",monospace;font-size:13px;margin-top:0px;margin-bottom:0px;padding:0px 0px 11px;line-height:1.4;direction:ltr;color:rgb(20,20,20);background-color:rgb(245,245,245)"><code style="font-family:inherit;font-size:1em">pkg update
pkg install openssl build-essentials ccache git curl file binutils-is-llvm aspell asciidoc</code></pre><pre dir="ltr" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 11px;line-height:1.4;direction:ltr;background-color:rgb(245,245,245)"><code style=""><font color="#141414" face="monaco, menlo, consolas, roboto mono, andale mono, ubuntu mono, monospace"><span style="font-size:13px">git clone ...</span></font></code></pre><pre dir="ltr" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 11px;line-height:1.4;direction:ltr;background-color:rgb(245,245,245)"><code style=""><font color="#141414" face="monaco, menlo, consolas, roboto mono, andale mono, ubuntu mono, monospace"><span style="font-size:13px">./ci_build.sh</span></font></code></pre><pre dir="ltr" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 11px;line-height:1.4;direction:ltr;background-color:rgb(245,245,245)"><code style=""><font color="#141414" face="monaco, menlo, consolas, roboto mono, andale mono, ubuntu mono, monospace"><span style="font-size:13px">...</span></font></code></pre><pre dir="ltr" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 11px;line-height:1.4;direction:ltr;background-color:rgb(245,245,245)"><code style=""><font color="#141414" face="monaco, menlo, consolas, roboto mono, andale mono, ubuntu mono, monospace"><span style="font-size:13px">file says:</span></font></code></pre><pre dir="ltr" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 11px;line-height:1.4;direction:ltr;background-color:rgb(245,245,245)"><code style=""><font color="#141414" face="monaco, menlo, consolas, roboto mono, andale mono, ubuntu mono, monospace"><span style="font-size:13px">/data/data/com.termux/files/home/nut/server/upsd: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped</span></font></code></pre></div></div>