tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sysutils/u-boot-tools package



On Mon, Aug 28, 2023 at 08:03:24PM -0400, Greg Troxel wrote:
> Are you saying that it has to be cross because uboot needs cross in
> terms of how the configure stage owrks, but that it uses the native
> compiler?

The u-boot proper is cross compiled (usually), as it runs on the target SoC.
The tools (like mkimage), however, are build natively, as they run on the
build host.

Martin


Home | Main Index | Thread Index | Old Index