[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Resuming Petalinux build
Hi Antoine,
On Fri, Mar 13, 2009 at 8:33 PM, Antoine Calando <acalando@xxxxxxx> wrote:
>
> I am currently working with Petalinux v0.30-rc1, and I am facing various
> problems when compiling. Each time I have to correct the problem, rebuild,
> and check if the correction worked out.
>
> The problem is that the build time is terrible... for instance I had an error
> in busybox, I did some modifications, I restarted the build 15mn ago... and
> the kernel is still being recompiled, even if I did not make any change to it!
>
> Is there a (simple) way to resume the busybox build directly, and skip all
> the stuff before? I tried different tricks, without succes.
Some userful make targets from the petalinux-dist directory:
make linux
make lib_only
make user_only
make romfs
make image
So if you have a busybox issue, you can do "make user_only romfs
image" and it will only do what is required.
That said, the make process is smart enough not to rebuild unnecessary
targets - it is curious why the kernel would recompile if you made no
change to the kernel sources or config. Are you building on an NFS
mount or something like that? Sometimes clock skew can cause
problems.
Regards,
John
>
> Regards,
>
> Antoine
> ___________________________
> 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/
>
>
--
John Williams, PhD, B.Eng, B.IT
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663 f: +61-7-30090663
___________________________
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/