On Mon, Feb 10, 2003 at 03:14:12PM +0100, Seuhs wrote: > Hi! > > On http://www.picogui.org/ports.php, 3 arm-linux configurations are declared as >"definitely working", however I get an assembler error when compiling against arm, >which doesn't look good: > > /home/fritz/arm/arm-linux/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include >-I../include -I/usr/include -I/usr/include/SDL -D_REENTRANT -O2 -g >-Wp,-MD,.deps/sdlinput.pp -c sdlinput.c -o sdlinput.o > echo timestamp > sdlinput.lo > /bin/sh ../libtool --mode=compile /home/fritz/arm/arm-linux/bin/gcc -DHAVE_CONFIG_H >-I. -I. -I.. -I../include -I../include -I/usr/include -I/usr/include/SDL -D_REENTRANT > -O2 -g -c ttykb.c > /home/fritz/arm/arm-linux/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include >-I../include -I/usr/include -I/usr/include/SDL -D_REENTRANT -O2 -g >-Wp,-MD,.deps/ttykb.pp -c ttykb.c -o ttykb.o > /tmp/cckWIEoP.s: Assembler messages: > /tmp/cckWIEoP.s:1037: Error: bad instruction `btsl r3,[r1,r2,asl#2]' > make[3]: *** [ttykb.lo] Error 1 > make[3]: Leaving directory `/home/fritz/arm/src/picogui-0.44/pgserver/input' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/fritz/arm/src/picogui-0.44/pgserver' > make[1]: *** [all-recursive-am] Error 2 > make[1]: Leaving directory `/home/fritz/arm/src/picogui-0.44/pgserver' > make: *** [src/picogui-0.44/pgserver/pgserver] Error 2 > > I configure pgserver like this: > ./configure --prefix=$(ARM_ROOT)/ramdisk/target/usr --with-sdl-prefix=/usr/ >--target=arm-linux --host=arm-linux --with-extra-ipath=/usr/include > > Thanks a lot for any comments,
Since PicoGUI doesn't have any ARM assembly code in it, this looks like a bug in your toolchain. Can you compile other programs for ARM successfully? > > Roland Seuhs > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel -- Only you can prevent creeping featurism! ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
