Hi,<br><br>I am trying to follow <a href="http://wiki.openmoko.org/wiki/Getting_OpenMoko_working_on_host_with_Xephyr">http://wiki.openmoko.org/wiki/Getting_OpenMoko_working_on_host_with_Xephyr</a><br>in order to get a development environment up.
<br><br>My local.conf is this:<br>MACHINE = &quot;x86&quot;<br>DISTRO = &quot;openmoko&quot;<br>BUILD_ARCH = &quot;i686&quot;<br>INHERIT += &quot; devshell&quot;<br>INHERIT += &quot;rm_work&quot;<br>SRCDATE_eds-dbus = &quot;now&quot;
<br>TARGET_FPU = &quot;&quot;<br><br>make openmoko-devel-image goes half through until task 2736, where I get this error log:<br><br>notroot@debian:~/moko$ cat /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/temp/log.do_compile.24509
<br>NOTE: make CROSS_COMPILE=i486-angstrom-linux- gta01bv2_config<br>make[1]: Entering directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git
&#39;<br>Configuring for neo1973_gta01 board...<br>make[1]: Leaving directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git&#39;<br>
NOTE: make CROSS_COMPILE=i486-angstrom-linux- clean<br>make[1]: Entering directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git&#39;
<br>find /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git -type f \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \( -name &#39;core&#39; -o -name &#39;*.bak&#39; -o -name &#39;*~&#39; \
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -o -name &#39;*.o&#39;&nbsp; -o -name &#39;*.a&#39;&nbsp; \) -print \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | xargs rm -f<br>rm -f examples/hello_world examples/timer \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; examples/eepro100_eeprom examples/sched \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; examples/mem_to_mem_idma2intr examples/82559_eeprom \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; examples/smc91111_eeprom examples/interrupt \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; examples/test_burst<br>rm -f tools/img2srec tools/mkimage tools/envcrc \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tools/gen_eth_addr tools/ubsha1<br>rm -f tools/mpc86x_clk tools/ncb<br>rm -f tools/easylogo/easylogo tools/bmp_logo<br>rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend<br>rm -f tools/env/fw_printenv tools/env/fw_setenv
<br>rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image<br>rm -f board/netstar/eeprom board/netstar/crcek board/netstar/crcit<br>rm -f board/netstar/*.srec board/netstar/*.bin<br>rm -f board/trab/trab_fkt board/voiceblue/eeprom
<br>rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds<br>rm -f board/bf533-ezkit/u-boot.lds board/bf533-stamp/u-boot.lds<br>rm -f board/bf537-stamp/u-boot.lds board/bf561-ezkit/u-boot.lds<br>rm -f include/bmp_logo.h
<br>rm -f nand_spl/u-boot-spl nand_spl/u-boot-spl.map<br>make[1]: Leaving directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git&#39;
<br>NOTE: make CROSS_COMPILE=i486-angstrom-linux- all<br>make[1]: Entering directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git&#39;
<br>for dir in tools examples ; do make -C $dir _depend ; done<br>make[2]: Entering directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/tools
&#39;<br>make[2]: Nothing to be done for `_depend&#39;.<br>make[2]: Leaving directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/tools
&#39;<br>make[2]: Entering directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/examples&#39;<br>make[2]: Nothing to be done for `_depend&#39;.
<br>make[2]: Leaving directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/examples&#39;<br>make -C tools all<br>make[2]: Entering directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/tools&#39;<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O&nbsp; -o img2srec img2srec.o<br>strip img2srec
<br>gcc -g -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o mkimage.o mkimage.c<br>gcc -g -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o crc32.o crc32.c<br>gcc -g -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o sha1.o sha1.c<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O&nbsp; -o mkimage mkimage.o crc32.o
 sha1.o<br>strip mkimage<br>gcc -g -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o envcrc.o envcrc.c<br>gcc -g&nbsp; -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -c -o environment.o environment.c<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o
 sha1.o<br>gcc -g -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o ubsha1.o ubsha1.c<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -o ubsha1 ubsha1.o sha1.o<br>gcc -g -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o gen_eth_addr.o gen_eth_addr.c
<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O&nbsp; -o gen_eth_addr gen_eth_addr.o<br>strip gen_eth_addr<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o bmp_logo.o bmp_logo.c<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O&nbsp; -o bmp_logo bmp_logo.o<br>strip bmp_logo
<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o mkudfu.o mkudfu.c<br>gcc -Wall -pedantic -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include
 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include2 -idirafter /mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O&nbsp; -o mkudfu mkudfu.o<br>strip mkudfu<br>./bmp_logo logos/denx.bmp &gt;/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include/bmp_logo.h<br>make[2]: Leaving directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/tools
&#39;<br>make -C examples all<br>make[2]: Entering directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/examples&#39;<br>i486-angstrom-linux-gcc -g&nbsp; -Os&nbsp;&nbsp; -fno-strict-aliasing&nbsp; -fno-common -ffixed-r8 -msoft-float&nbsp; -D__KERNEL__ -DTEXT_BASE=0x33F80000&nbsp; -I/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /mnt/moko/moko/build/tmp/cross/bin/../lib/gcc/i486-angstrom-linux/4.1.2/include -pipe&nbsp; -DCONFIG_ARM -D__ARM__ -march=armv4&nbsp; -Wall -Wstrict-prototypes -c -o hello_world.o hello_world.c
<br>hello_world.c:1: error: bad value (armv4) for -march= switch<br>hello_world.c:1: error: bad value (armv4) for -mtune= switch<br>make[2]: *** [hello_world.o] Error 1<br>make[2]: Leaving directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-
openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git/examples&#39;<br>make[1]: *** [examples] Error 2<br>make[1]: Leaving directory `/mnt/moko/moko/build/tmp/work/i486-angstrom-linux/uboot-openmoko-1.2.0+git8993e54b6f397973794f3d6f47d3b3c0c98dd4f6+svn20070819-r2/git
&#39;<br>FATAL: oe_runmake failed<br><br>It seems he tries to build u-boot for the ARM architecture although local.conf says to build for x86. Is this a bug in the build process or have I forgotten something?<br><br>Any clues how to proceed?
<br><br>TIA,<br><br>Stefan<br><br><br><br>