On Tue, 3 Nov 2020 11:06:20 +0100 Matias Jose Seco Baccanelli <matias_jose_s...@autoproduzioni.net> wrote:
> are efforts ongoing to integrate Power architecture in Guix, you > can find the latest additions on the "wip-ppc" branch[1]. > > There's actually a blocking issue related to reproducibility[2]. > > You're welcome for any hint to try out Guix on Libre-Soc platform, would > be awesome! > > Have a happy hacking day! Yes, I was actually able to run a 32-bit program on my Talos II. [user@staticvoid ~]$ file /gnu/store/mizksigsqgn3h4mvignqg8j8hjlwrbg3-hello-2.10/bin/hello /gnu/store/mizksigsqgn3h4mvignqg8j8hjlwrbg3-hello-2.10/bin/hello: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), d ynamically linked, interpreter /gnu/store/m5rbrwvzaw526i0aiwkfjzihxha3phkd-glibc-cross-powerpc-linux-gnu-2.29/lib/ld.so.1, for GNU/Linu x 2.6.32, not stripped [user@staticvoid ~]$ arch ppc64 [user@staticvoid ~]$ /gnu/store/mizksigsqgn3h4mvignqg8j8hjlwrbg3-hello-2.10/bin/hello Hello, world! [user@staticvoid ~]$ -- Tobias Platen <g...@platen-software.de>