<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16525" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I try to use the buildroot from svn to build my 
avr32 board.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a NGW100 board and sucessfuly used with the 
buildroot from atmel website. Now i want to try the latest buildroot from the 
svn.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When i use the buildroot from the atmel, I just do 
the folowing.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>make atngw100_defconfig</FONT></DIV>
<DIV><FONT face=Arial size=2>make</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and i get kernel, rootfs, uboot. not error. 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When i do the same thing with the latest buildroot, 
I have to manualy choose option. Since i'm not an expert, i choose usualy the 
default to start. But this time, i get an error at compile time. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>so to resume, i do this.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>make atngw100_defconfig</FONT></DIV>
<DIV><FONT face=Arial size=2>make</FONT></DIV>
<DIV><FONT face=Arial size=2>only push the return when question asked. 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>here the error that i have.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>make[2]: Entering directory 
`/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0/libc/sysdeps/linux/i386'ln 
-fs ../libc/sysdeps/linux/i386/fpu_control.h ../../../../include/<BR>make[2]: 
Leaving directory 
`/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0/libc/sysdeps/linux/i386'<BR>/usr/bin/make 
-j1 -C&nbsp; ldso<BR>make[2]: Entering directory 
`/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0/ldso'<BR>/usr/bin/make 
-j1 -C ldso<BR>make[3]: Entering directory 
`/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0/ldso/ldso'<BR>/home/dumarjo/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-gcc 
-Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing 
-fno-stack-protector -falign-jumps=0 -falign-loops=0 -Os -funit-at-a-time 
-DUCLIBC_LDSO=\"ld-uClibc.so.0\" -fPIC -DUCLIBC_RUNTIME_PREFIX=\"/\" 
-fno-builtin -nostdinc -D_LIBC -DLDSO_ELFINTERP=\"i386/elfinterp.c\" 
-I../../ldso/ldso/i386 -I../../ldso/include -I../../ldso/ldso -I../../include 
-D_GNU_SOURCE -isystem 
/home/dumarjo/buildroot/build_avr32/staging_dir/bin/../lib/gcc/avr32-linux-uclibc/4.1.2/include&nbsp; 
-c i386/resolve.S -o i386/resolve.o<BR>i386/resolve.S: Assembler 
messages:<BR>i386/resolve.S:30: Error: unrecognized instruction 
`pusha'<BR>i386/resolve.S:31: Error: unrecognized instruction `lea 
0x20(%esp),%eax'<BR>i386/resolve.S:32: Error: unrecognized instruction `pushl 
4(%eax)'<BR>i386/resolve.S:33: Error: unrecognized instruction `pushl 
(%eax)'<BR>i386/resolve.S:38: Error: unrecognized instruction `popl 
%ebx'<BR>i386/resolve.S:39: Error: unrecognized instruction `addl 
$_GLOBAL_OFFSET_TABLE_+[.-.L24],%ebx'<BR>i386/resolve.S:40: Error: unrecognized 
instruction `movl <A 
href="mailto:_dl_linux_resolver@GOT(%ebx),%ebx'">_dl_linux_resolver@GOT(%ebx),%ebx'</A><BR>i386/resolve.S:41: 
Error: bad expression<BR>i386/resolve.S:45: Error: unrecognized instruction 
`movl %eax,0x28(%esp)'<BR>i386/resolve.S:47: Error: unrecognized instruction 
`addl $0x8,%esp'<BR>i386/resolve.S:48: Error: unrecognized instruction 
`popa'<BR>i386/resolve.S:49: Error: invalid return value `$4'<BR>make[3]: *** 
[i386/resolve.o] Error 1<BR>make[3]: Leaving directory 
`/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0/ldso/ldso'<BR>make[2]: 
*** [ldso] Error 2<BR>make[2]: Leaving directory 
`/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0/ldso'<BR>make[1]: 
*** [_dir_ldso] Error 2<BR>make[1]: Leaving directory 
`/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0'<BR>make: 
*** 
[/home/dumarjo/buildroot/toolchain_build_avr32/uClibc-0.9.28.3-avr32-2.0/lib/libc.a] 
Error 2<BR>debian:/home/dumarjo/buildroot#</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i probably have setting in the config file that is 
not correct.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Jonathan</FONT></DIV></BODY></HTML>