[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Kernel Compilation Error
Hi Lancer,
Lancer Evo wrote:
I'm using Digilent Spartan 3, and EDK 8.1.02 on Win XP.
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.
It has generated auto-config.in <http://auto-config.in>, and in a first
recompilation it don't returned me this problem...
Then, with no changes in auto-config.in <http://auto-config.in>, it
returned me this same problem:
make[3]: *** Waiting for unfinished jobs....
make[3]: *** Waiting for unfinished jobs....
What is this?
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.
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
Regards,
John
___________________________
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/