* [Buildroot] x86_64 error
@ 2009-07-31 3:24 Mark Constable
2009-07-31 6:46 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Mark Constable @ 2009-07-31 3:24 UTC (permalink / raw)
To: buildroot
This is just after make menuconfig from a Git checkout where the
target is x86_64 on a x86_64 host (I want a 64bit uclibc)...
rm -rf /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/usr/include /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/usr/lib/pkgconfig
find /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/lib \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f
find /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/usr/lib \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f
rm -rf /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/usr/man /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/usr/share/man
/home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/usr/info /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root/usr/share/info
find /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root -type f -perm +111 | xargs /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/build_x86_64/staging_dir/usr/bin/x86_64-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
/home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/build_x86_64/staging_dir/usr/bin/x86_64-linux-uclibc-ldconfig -r /home/sources/srcpkgs/eth-os/cli/buildroot/src/buildroot-2009.05/project_build_x86_64/uclibc/root 2>/dev/null
make: *** [target-finalize] Error 127
make: *** Waiting for unfinished jobs....
--markc
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] x86_64 error
2009-07-31 3:24 [Buildroot] x86_64 error Mark Constable
@ 2009-07-31 6:46 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2009-07-31 6:46 UTC (permalink / raw)
To: buildroot
Le Fri, 31 Jul 2009 13:24:43 +1000,
Mark Constable <markc@renta.net> a ?crit :
> make: *** Waiting for unfinished jobs....
I'm not exactly sure, but that would suggest that you ran make with a
-j option. If it's the case, don't, it's not supported by Buildroot.
However, in the configuration options, you can tell Buildroot to use
make -jX internally to compile the individual packages.
Sincerly,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-31 6:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-31 3:24 [Buildroot] x86_64 error Mark Constable
2009-07-31 6:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox