[Buildroot] AVR32 misery

Hans-Christian Egtvedt hcegtvedt at atmel.com
Fri Sep 28 05:20:02 UTC 2007


On Fri, 2007-09-28 at 02:08 +0200, Ulf Samuelsson wrote:
> 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 "$@"

This should really not mather, because the PATH variable should be set
before starting to compile the cross-compiler.

Perhaps this is as easy as a missing TARGET_CONFIGURE_OPTS?

-- 
With kind regards,
Hans-Christian Egtvedt, Applications Engineer




More information about the buildroot mailing list