Re: [gentoo-user] cross-compiling environment for Rapberry

2024-05-01 Thread Alexandru N. Barloiu
On 4/30/2024 12:26 AM, ralfconn wrote: The crossdev environment on the desktop knows nothing about the packages installed on the Pi, so I copied /var/db/pkg from Pi to /usr/aarch64-unknown-linux-gnu/var/db/pkg on the desktop. I ran emerge --sync on the Pi and on the desktop approximatively at

Re: [gentoo-user] cross-compiling environment for Rapberry

2024-05-01 Thread ralfconn
Il 01/05/24 19:54, ralfconn ha scritto: Il 01/05/24 19:05, Michael ha scritto: I've built the cross toolchain with 'crossdev --taget aarch64-unknown-linux-gnu' per wiki [2]. I've selected a 23.0-split-usr profile on the Pi since this is the one supported by the crossdev (or so I understood

Re: [gentoo-user] cross-compiling environment for Rapberry

2024-05-01 Thread ralfconn
Il 01/05/24 19:05, Michael ha scritto: I've built the cross toolchain with 'crossdev --taget aarch64-unknown-linux-gnu' per wiki [2]. I've selected a 23.0-split-usr profile on the Pi since this is the one supported by the crossdev (or so I understood from the error message when I tried with the

Re: [gentoo-user] cross-compiling environment for Rapberry

2024-05-01 Thread Michael
On Monday, 29 April 2024 22:26:49 BST ralfconn wrote: > Hello, > > I recently got me a Raspberry Pi4b to use as a PiHole [1]. As a first > step I put user-space Gentoo (i.e. aarch64 stage3) on it and now I am > trying to set up my desktop to cross-compile binary packages for the PI, > to keep the

Re: [gentoo-user] cross-compiling environment for Rapberry

2024-05-01 Thread Frank Steinmetzger
Am Mon, Apr 29, 2024 at 11:26:49PM +0200 schrieb ralfconn: > Hello, > > I recently got me a Raspberry Pi4b to use as a PiHole [1]. As a first step I > put user-space Gentoo (i.e. aarch64 stage3) on it and now I am trying to set > up my desktop to cross-compile binary packages for the PI, to keep

[gentoo-user] cross-compiling environment for Rapberry

2024-04-29 Thread ralfconn
Hello, I recently got me a Raspberry Pi4b to use as a PiHole [1]. As a first step I put user-space Gentoo (i.e. aarch64 stage3) on it and now I am trying to set up my desktop to cross-compile binary packages for the PI, to keep the Pi up-to-date in reasonable computing time. I've built the