Problem to build u-boot
Fabio Estevam
festevam at gmail.com
Tue Mar 15 12:53:31 CET 2022
Hi Sarmad,
On Tue, Mar 15, 2022 at 8:43 AM Sarmad Ahmad <sarmad101 at hotmail.com> wrote:
>
> Hi,
>
> i am stundent and try to build u-boot for board cora-z7-10
>
> I build u-boot as follows
>
>
>
> export ARCH=arm
>
> export CROSS_COMPILE=gcc-7-arm-linux-gnueabihf-
Try:
export ARCH=arm
export CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf-
>
> export DEVICE_TREE="zynq-zc702"
No need for exporting this.
Regards,
Fabio Estevam
More information about the U-Boot
mailing list