Re: Problem to build u-boot

2022-03-17 Thread Fabio Estevam
Hi Sarmad, Please avoid top-posting in mailing lists. On Thu, Mar 17, 2022 at 4:26 AM Sarmad Ahmad wrote: > Thanks with make mrproper it works now is that so finally like make clean? > or can you tell me what the problem was just to understand it? It is a good practice to call 'make mrproper'

AW: Problem to build u-boot

2022-03-17 Thread Sarmad Ahmad
-boot@lists.denx.de Betreff: Re: Problem to build u-boot On Wed, Mar 16, 2022 at 3:21 AM Sarmad Ahmad wrote: > > I used the version 2021 now I used the 2022.01 unfortunately still the same > error > followed the instructions on > https://u-boot.readthedocs.io/en/stable/build/source.ht

Re: Problem to build u-boot

2022-03-16 Thread Fabio Estevam
On Wed, Mar 16, 2022 at 3:21 AM Sarmad Ahmad wrote: > > I used the version 2021 now I used the 2022.01 unfortunately still the same > error > followed the instructions on > https://u-boot.readthedocs.io/en/stable/build/source.html > > 1. > git clone https://github.com/u-boot/u-boot > > 2. > cd u-

AW: Problem to build u-boot

2022-03-15 Thread Sarmad Ahmad
- make xilinx_zynq_virt_defconfig make when i do export -p i see the export in the terminal before i do make TY Von: Fabio Estevam Gesendet: Dienstag, 15. März 2022 21:08 An: Sarmad Ahmad Cc: u-boot@lists.denx.de Betreff: Re: Problem to build u-boot On Tue, Mar

Re: Problem to build u-boot

2022-03-15 Thread Fabio Estevam
On Tue, Mar 15, 2022 at 11:03 AM Sarmad Ahmad wrote: > > Hi, > first thank you for the fast answer > I have tried it but unfortunately still the same error. Which U-Boot version are you using? Please try a recent version, such as U-Boot 2022.01, and paste all your commands.

AW: Problem to build u-boot

2022-03-15 Thread Sarmad Ahmad
Von: Fabio Estevam Gesendet: Dienstag, 15. März 2022 12:53 An: Sarmad Ahmad Cc: u-boot@lists.denx.de Betreff: Re: Problem to build u-boot Hi Sarmad, On Tue, Mar 15, 2022 at 8:43 AM Sarmad Ahmad wrote: > > Hi, > > i am stundent and try to build u-boot for board cora

Re: Problem to build u-boot

2022-03-15 Thread Fabio Estevam
Hi Sarmad, On Tue, Mar 15, 2022 at 8:43 AM Sarmad Ahmad 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

Problem to build u-boot

2022-03-15 Thread Sarmad Ahmad
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- export DEVICE_TREE="zynq-zc702" make xilinx_zynq_virt_defconfig make I have also tried this export command from unfortunately also wi