Re: [PATCH] Add cross compile dependecy info for ARMv7

2025-03-05 Thread Peter Polgar
ssumed I needed the build essentials for that. Which I guess would have been the case if the project used floating point. I will update my commit. Best regards, Peter On Wed, 4 Dec 2024 at 10:34, Heinrich Schuchardt < heinrich.schucha...@canonical.com> wrote: > On 28.11.24 17:48, Peter Polga

[PATCH] Add cross compile dependecy info for ARMv7

2024-11-28 Thread Peter Polgar
This commit adds info about the needed package to cross compile U-Boot to ARMv7 (32 bit) architecture on Debian based distros. --- doc/build/gcc.rst | 12 1 file changed, 12 insertions(+) diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index d8fcfdc4bf..c552e7b590 100644 --- a/doc

Adding cross compile for armv7 to docs

2024-11-12 Thread Peter Polgar
Hi, I have recently built U-Boot for an armv7 board (OrangePi PC). It took me some googling to find the dependencies needed to cross compile on Ubuntu. I am thinking about adding the info to the documentation here: https://github.com/u-boot/u-boot/blob/master/doc/build/gcc.rst#debian-based I have