Re: [U-Boot] U-boot "make config" errors

2009-08-06 Thread Wolfgang Denk
Dear alfred steele, In message <528f13590908061058p75cb632cubedee8990ceb7...@mail.gmail.com> you wrote: > > I have been building/using u-boot for uite some time now. I never had > issues with it. Now, I am trying to use a versioning system to store a > version of u-boot and then check out a fres

Re: [U-Boot] U-boot "make config" errors

2009-08-06 Thread alfred steele
> Hi all, > I have been building/using  u-boot for uite some time now. I never had > issues with it. Now, I am trying to use a versioning system to store a > version of u-boot and then check out a fresh version from the > repository on a different workspace and trying to compile it. > I get the fol

Re: [U-Boot] U-boot "make config" errors

2009-08-06 Thread Alessandro Rubini
> u-boot]$ make mx31_config > Configuring for mx31 board... > rm: cannot remove `asm': Is a directory Asm should be a symlink. It seems you checked in your own versioning system the directory pointed by the link and not the link itself. Most likely your versioning system doesn't handle symlinks.

[U-Boot] U-boot "make config" errors

2009-08-06 Thread alfred steele
Hi all, I have been building/using u-boot for uite some time now. I never had issues with it. Now, I am trying to use a versioning system to store a version of u-boot and then check out a fresh version from the repository on a different workspace and trying to compile it. I get the following error