Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] AVR32 misery
@ 2007-09-28  0:08 Ulf Samuelsson
  2007-09-28  5:20 ` Hans-Christian Egtvedt
  2007-09-28  7:35 ` Ulf Samuelsson
  0 siblings, 2 replies; 9+ messages in thread
From: Ulf Samuelsson @ 2007-09-28  0:08 UTC (permalink / raw)
  To: buildroot

I think I have found one problem
"toolchain_build_avr32/gcc-4.1.2-initial/gcc/as" is a script file
which should call the assembler.

It contains

#!/bin/sh
exec "$@"

and should contain:
#!/bin/sh
exec <buildroot>/build_avr32/staging_dir/bin/avr32-linux-uclibc-ld "$@"

I modified this by hand, and now it seems to continue further.
Off to bed...

BR
Ulf Samuelsson

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

end of thread, other threads:[~2007-09-28 21:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28  0:08 [Buildroot] AVR32 misery Ulf Samuelsson
2007-09-28  5:20 ` Hans-Christian Egtvedt
2007-09-28  6:42   ` Ulf Samuelsson
2007-09-28 16:24     ` Bernhard Fischer
2007-09-28 18:53       ` Ulf Samuelsson
2007-09-28 19:14         ` Bernhard Fischer
2007-09-28 21:03           ` Ulf Samuelsson
2007-09-28 21:27             ` Bernhard Fischer
2007-09-28  7:35 ` Ulf Samuelsson

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