Hi,Hi, my build falls over with a compiler error (shown at the end of this post).
Any help appreciated since I'm new to kamikaze and buildroot.    I've been
running whiterussian for a while on WRT54gs hardware but this is my first
foray into kamikaze and WGT634U.   I'm probably doing something boneheaded.

Running on a Suse 10.1, Athlon x2 3800 system.   Following the instructions
for buildroot and just changing two settings in menuconfig, as shown below,
for the WGT634U.


> svn co https://svn.openwrt.org/openwrt/trunk
[...]
A    trunk/README
U   trunk
Checked out revision 6656.
>
>
> cd trunk/
> make menuconfig

[
  Target System (Broadcom BCM947xx/953xx [2.6])  --->
    (X) Broadcom BCM947xx/953xx [2.6]
  Target Profile (Netgear WGT634U)  ---> 
    (X) Netgear WGT634U       
  Exit, Save
]

Checking 'non-root'... ok.
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'working-gcc'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'bison'... ok.
Checking 'flex'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'patch'... ok.
Checking 'perl'... ok.
Checking 'wget'... ok.
Checking 'gnutar'... ok.
Checking 'autoconf'... ok.
Collecting package info: done
Collecting target info: done
toolchain/gcc/Config.version:17:warning: defaults for choice values not supported
toolchain/gcc/Config.version:18:warning: defaults for choice values not supported
Warning! Found recursive dependency: PACKAGE_kmod-nls-base PACKAGE_kmod-mmc PACKAGE_kmod-fs-msdos PACKAGE_kmod-nls-base


*** End of OpenWrt configuration.
*** Execute 'make' to build the OpenWrt or try 'make help'.

>
> make V=99
[...]
/. -I/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/../include -I/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/../libcpp/include   -fexceptions -c /openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
In file included from /openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/unwind-dw2.c:256:
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h: In function 'x86_64_fallback_frame_state':
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:63: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:71: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:73: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:75: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:77: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:79: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:81: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:83: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:85: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:87: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:89: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:91: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:93: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:95: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:97: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:99: error: dereferencing pointer to incomplete type
/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/gcc/config/i386/linux-unwind.h:101: error: dereferencing pointer to incomplete type
make[6]: *** [libgcc/./unwind-dw2.o] Error 1
make[6]: Leaving directory `/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2-initial/gcc'
make[5]: *** [stmp-multilib] Error 2
make[5]: Leaving directory `/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2-initial/gcc'
make[4]: *** [all-gcc] Error 2
make[4]: Leaving directory `/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2-initial'
make[3]: *** [/openwrt/trunk/toolchain_build_x86_64/gcc-4.1.2/.built] Error 2
make[3]: Leaving directory `/openwrt/trunk/toolchain/gcc'
make[2]: *** [gcc-compile] Error 2
make[2]: Leaving directory `/openwrt/trunk/toolchain'
make[1]: *** [toolchain/install] Error 2
make[1]: Leaving directory `/openwrt/trunk'
make: *** [world] Error 2
>