[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Kernel Compilation Error
2007/2/2, John Williams <jwilliams@xxxxxxxxxxxxxx>:
Hi Lancer,
Hi John
Windows is not a supported build platform for petalinux or uClinux-dist.
If you are building your auto-config.in on Windows, and copying across
to a Linux host, then make sure you run "dos2unix" on the file after the
transfer.
Yes, I'm using Slackware linux to build uClinux, and first, I've
converted auto-config.in to unix format ;-)
Are you using petalinux, or the standard uClinux-dist? The recent
uClinux-dist has support for make's -j parameter, to launch multiple
compiles at once on a multi-cpu system.
uClinux-dist
This can be nice, but it makes debugging build errors difficult because
all of the threads complete asynchronously. Define NON_SMP_BUILD to
disable this, it might make debugging you problem a little easier.
NON_SMP_BUILD=1 make
OK.
I will try...
Thanks
Regards
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/