
On Sun, May 4, 2014 at 2:24 PM, Belisko Marek marek.belisko@gmail.comwrote:
Hi Vasili,
please do not top post.
On Sun, May 4, 2014 at 1:18 PM, Vasili Galka vvv444@gmail.com wrote:
Hi Marek,
I've followed your advice and tried the following two on clean tree:
make ARCH=arm CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm am335x_evm_config
make ARCH=arm CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm am335x_evm
Unfortunately, this does not help. I'm still getting the same error.
Try: make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_evm_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
it works for me (please update your CROSS_COMPILE)
Best, Vasili
On Sun, May 4, 2014 at 2:12 PM, Belisko Marek marek.belisko@gmail.com wrote:
Hi Vasisli,
On Sun, May 4, 2014 at 12:56 PM, Vasili Galka vvv444@gmail.com wrote:
Hi,
I'm having some very basic problem with building u-boot. Using clean v2014.04 checkout, I run config:
make CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm am335x_evm_config
Add to parameters also ARCH=arm
Which passes fine. But when I run the actual build after that I'm getting an error:
$ make CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm am335x_evm GEN include/autoconf.mk.dep GEN include/autoconf.mk make[1]: *** No rule to make target 'am335x_evm'. Stop. Makefile:138: recipe for target 'sub-make' failed make: *** [sub-make] Error 2
What am I doing wrong?
Best regards, Vasili
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
BR,
marek
-- as simple and primitive as possible
Marek Belisko - OPEN-NANDRA Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com
BR,
marek
-- as simple and primitive as possible
Marek Belisko - OPEN-NANDRA Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com
Dear Marek,
First, many thanks for your help! Second, please excuse me if I did something wrong, that was merely of inexperience, hope now it is fine. Third, maybe I should have described my configuration a little more on the beginning, as it is not totally standard:
I'm building on Cygwin using arm-none-eabi tool-chain that I've built myself. Up until now I was working on v2013.10 based branch and all was building fine. Today I wanted to migrate to v2014.04 bumped into the above problem. I don't fully understand why my tool-chain is not good enough for the newer branch and what I shall do now.
Looking forward for your advice.
Regards, Vasili