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

RE: [microblaze-uclinux] Make error



Aloha,

|
|Jivin John Williams lays it down ...
|> Hi Keven, Jari,
|> 
|> Kevin Somervill wrote:
|> 
|> >Thanks Jari, that is indeed the problem.  Using the 
|> >before_linux_2_4_26 branch build flawlessly.
|> 
|> That's strange - so the current CVS head for Microblaze is broken?
|
|What were the errors ?

Failed to make dep bombing where it tries to find at91.
See error message:
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2004/06/m
sg00057.html

I looked and never found any at91 anywhere in the source tree.

|
|> Can someone else confirm this?  I'm away from my office for a few 
|> weeks
|> and won't really be able to check.
|> 
|> >A note for the first timers and possibly an addition to the page on 
|> >building the kernel.  Either export NO_BUILD_INTO_TFTPBOOT 
|or ignore 
|> >the build error at the end when you run the last make.  I couldn't 
|> >find a place to define the flag so I exported it.  If there's a 
|> >better way to do this, let me know.
|> 
|> This should probably be added somewhere in the uClinux-dist part of 
|> the
|> configuration menu - I'm surprised it's not there already.  
|If David or 
|> Greg from Snapgear are reading, perhaps they could comment?
|
|A lot of the vendor/XXX/YYY/Makefile's copy their images into 
|/tftpboot so they are ready for loading into the boards.
|
|If your target will never be loaded this way you could remove 
|those lines from the Makefile.  You could also create a 
|writable /tftpboot or, define NO_BUILD_INTO_TFTPBOOT in your 
|shell environment (exported) and it will not try to do it,
|

My comments were mainly towards John's how-to but as a suggestion, maybe
reverse the polarity of the variable to say BUILD_INTO_TFTPBOOT where
the variable would be used to specify the location.  If not defined then
just don't copy it.  I did make a writable /tftpboot dir just to make
sure it wasn't supposed do anything else, and it didn't.  Once I saw
that it was done making and that this was an unnecessary step I looked
around for where to define it, found nothing, and exported it as
NO_BUILD_INTO_TFTPBOOT=1.

Thanks,
ks

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/