On Mon, May 05, 2025 at 11:23:25AM -0700, Vagrant Cascadian wrote:
> On 2025-05-05, Vagrant Cascadian wrote:
> > Last time I built this version on Debian it worked fine ... but now you
> > have me wanting to double-check! Differences in the toolchains between
> > Debian and guix might be a clue...
On Mon, May 05, 2025 at 11:23:25AM -0700, Vagrant Cascadian wrote:
> On 2025-05-05, Vagrant Cascadian wrote:
> > Last time I built this version on Debian it worked fine ... but now you
> > have me wanting to double-check! Differences in the toolchains between
> > Debian and guix might be a clue...
On 2025-05-05, Vagrant Cascadian wrote:
> Last time I built this version on Debian it worked fine ... but now you
> have me wanting to double-check! Differences in the toolchains between
> Debian and guix might be a clue...
Just checked again, and 2.12.1 still builds fine natively on
Debian... so
On 2025-05-05, Vagrant Cascadian wrote:
> On 2025-05-05, Vagrant Cascadian wrote:
>> On 2025-05-05, Efraim Flashner wrote:
>>> I was trying to deploy a new generation on my pine64 and the
>>> arm-trusted-firmware failed to build. I tried changing the make-flags
>>> on arm-trusted-firmware to set C
On 2025-05-05, Vagrant Cascadian wrote:
> On 2025-05-05, Efraim Flashner wrote:
>> I was trying to deploy a new generation on my pine64 and the
>> arm-trusted-firmware failed to build. I tried changing the make-flags
>> on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216
>> by
On 2025-05-05, Vagrant Cascadian wrote:
> On 2025-05-05, Efraim Flashner wrote:
>> I was trying to deploy a new generation on my pine64 and the
>> arm-trusted-firmware failed to build. I tried changing the make-flags
>> on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216
>> by
On 2025-05-05, Efraim Flashner wrote:
> I was trying to deploy a new generation on my pine64 and the
> arm-trusted-firmware failed to build. I tried changing the make-flags
> on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216
> bytes. Changing it to -O2 made it 4312 bytes.
I was trying to deploy a new generation on my pine64 and the
arm-trusted-firmware failed to build. I tried changing the make-flags
on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216
bytes. Changing it to -O2 made it 4312 bytes. Adding DEBUG=0 didn't
make a difference either