Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] i686-buildroot-linux-gnu-as  does not work
@ 2014-01-25 10:23 Кирилл Луценко
  2014-01-26 17:12 ` Alexander Lukichev
  0 siblings, 1 reply; 9+ messages in thread
From: Кирилл Луценко @ 2014-01-25 10:23 UTC (permalink / raw)
  To: buildroot


Hello!
I have got very strange error during building of BuildRoot project. 
It happens after running following commands in /.../BuildRoot/output/build/infozip-30 directory:
/usr/bin/cpp match.S > _match.s
/.../BuildRoot/output/host/usr/bin/i686-buildroot-linux-gnu-as _match.s
/usr/bin/cpp crc_i386.S > _crc_i386.s
mv _match.o match.o
/.../BuildRoot/output/host/usr/bin/i686-buildroot-linux-gnu-as _crc_i386.s 
mv: cannot stat `_match.o': No such file or directory
make[2]: *** [match.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv _crc_i386.o crc_i386.o
mv: cannot stat `_crc_i386.o': No such file or directory
Of course, building stops after this.?
I tried to do make clean and even make distclean, but it did not solved this issue.?

As I understood, "i686-buildroot-linux-gnu-as" should compile _match.s and _crc_i386.s files, but can't do it. That's why mv command cant find appropriate .o files.
I tried to run separately this two commands in infozip-30 folder:
/.../BuildRoot/output/host/usr/bin/i686-buildroot-linux-gnu-as _match.s
/.../BuildRoot/output/host/usr/bin/i686-buildroot-linux-gnu-as _crc_i386.s 
but there was no any reaction:?no error messages or .o files which should appear.
Does anyone know, what is the reason of this mistake and how can I fix it??
Thanks for any help!

P.S.
My host system: Ubuntu 12.04 ?32-bit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140125/678aefbc/attachment.html>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-30 22:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-25 10:23 [Buildroot] i686-buildroot-linux-gnu-as does not work Кирилл Луценко
2014-01-26 17:12 ` Alexander Lukichev
2014-01-26 19:33   ` Кирилл Луценко
2014-01-27  7:37     ` Кирилл Луценко
2014-01-27 10:59       ` Romain Naour
2014-01-27 11:47         ` Alexander Lukichev
2014-01-27 12:48           ` Romain Naour
2014-01-27 22:23             ` Arnout Vandecappelle
2014-01-30 22:20               ` Romain Naour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox