<div dir="ltr">Jara,<div><br></div><div>I am not aware of any armhf hardware.</div><div>However, at least some of the aarch64 systems have the necessary cross-compilers to build armhf executables, and can execute them natively.</div><div>A trivial demo on cfarm117 appears below.</div><div><br></div><div>-Paul</div><div><br></div><div><br></div><div>phargrov@cfarm117:~$ cat hello.c<br>#include <stdio.h><br>int main(void) { puts("Hello, World!"); return 0; }<br>phargrov@cfarm117:~$ arm-linux-gnueabihf-gcc hello.c<br>phargrov@cfarm117:~$ file a.out<br>a.out: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=52a0afd9036999de3ed5fafc9850998bd38f31a0, not stripped</div><div>phargrov@cfarm117:~$ ./a.out<br>Hello, World!</div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sun, Jul 6, 2025 at 12:56 AM Jaroslav Fojtik via cfarm-users <<a href="mailto:cfarm-users@lists.tetaneutral.net">cfarm-users@lists.tetaneutral.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Is there any accessible computer with armhf architecture on cfarm?<br>
<a href="https://portal.cfarm.net/machines/list/" rel="noreferrer" target="_blank">https://portal.cfarm.net/machines/list/</a><br>
<br>
I need to test my package.<br>
<br>
thank you<br>
Jara<br>
<br>
<br>
> Hi,<br>
> <br>
> The wp2latex 4.15~ds-1 Ubuntu package fails to build on armhf:<br>
> <br>
> ```<br>
> TestStruct/test.exe -test<br>
> make[2]: *** [makefile:126: test] Bus error (core dumped)<br>
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/<a href="http://sources.cc/atoms" rel="noreferrer" target="_blank">sources.cc/atoms</a>'<br>
> make[1]: *** [makefile:82: test] Error 2<br>
> ```<br>
> <br>
> Full build log:<br>
> <br>
<a href="https://launchpadlibrarian.net/802217984/buildlog_ubuntu-questing-armhf.wp2latex_4.15~ds-1" rel="noreferrer" target="_blank">https://launchpadlibrarian.net/802217984/buildlog_ubuntu-questing-armhf.wp2latex_4.15~ds-1</a><br>
_BUILDIN<br>
> G.txt.gz<br>
> <br>
> Ubuntu-Bug: <a href="https://bugs.launchpad.net/ubuntu/+source/wp2latex/+bug/2115809" rel="noreferrer" target="_blank">https://bugs.launchpad.net/ubuntu/+source/wp2latex/+bug/2115809</a><br>
> <br>
> I haven't looked into the details why this tests fails on armhf, but I<br>
> decided to contact you to let you know.<br>
> <br>
> -- <br>
> Benjamin Drung<br>
> Debian & Ubuntu Developer<br>
<br>
<br>
<br>
_______________________________________________<br>
cfarm-users mailing list<br>
<a href="mailto:cfarm-users@lists.tetaneutral.net" target="_blank">cfarm-users@lists.tetaneutral.net</a><br>
<a href="https://lists.tetaneutral.net/listinfo/cfarm-users" rel="noreferrer" target="_blank">https://lists.tetaneutral.net/listinfo/cfarm-users</a><br>
</blockquote></div><div><br clear="all"></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div style="font-family:"courier new",monospace">Paul H. Hargrove <<a href="mailto:PHHargrove@lbl.gov" target="_blank">PHHargrove@lbl.gov</a>><br>Pronouns: he, him, his<br></div><div style="font-family:"courier new",monospace">Computer Languages & Systems Software (CLaSS) Group</div><div style="font-family:"courier new",monospace">Computer Science Department</div><div style="font-family:"courier new",monospace">Lawrence Berkeley National Laboratory</div></div></div></div>