On 2005-05-05 at 20:22:13 Guylhem Aznar wrote: > arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. > -I/home/guylhem/bluez-libs-2.16//include -I/usr/include -Wall -O2 > -c `test -f 'sdptool.c' || echo './'`sdptool.c > /tmp/ccsosFZV.s: Assembler messages: > /tmp/ccsosFZV.s:1094: Error: bad instruction `rorw $8,r4' > /tmp/ccsosFZV.s:1094: Error: bad instruction `rorl $16,r4' > /tmp/ccsosFZV.s:1094: Error: bad instruction `rorw $8,r4' > /tmp/ccsosFZV.s:1096: Error: bad instruction `rorw $8,r3' > /tmp/ccsosFZV.s:1099: Error: bad instruction `rorw $8,r2' > /tmp/ccsosFZV.s:1102: Error: bad instruction `rorw $8,r3' > /tmp/ccsosFZV.s:1105: Error: bad instruction `rorw $8,r2' > /tmp/ccsosFZV.s:1105: Error: bad instruction `rorl $16,r2' > /tmp/ccsosFZV.s:1105: Error: bad instruction `rorw $8,r2' > /tmp/ccsosFZV.s:1108: Error: bad instruction `rorw $8,r3' This usually means there's something wrong with your toolchain. Please run exactly the same command line, but then with the "-v" option to arm-linux-gcc, and mail us the output.