On 12/12/2011 5:09 PM, vbber...@yahoo.com wrote:
The following bug has been logged on the website:

Bug reference:      6331
Logged by:          Victor Berdin
Email address:      vbber...@yahoo.com
PostgreSQL version: 8.4.9
Operating system:   Linux (Ubuntu/Linaro 4.5.2-8ubuntu4)
Description:

arm-linux-gnueabi-gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
-I../../../../src/include -D_GNU_SOURCE   -c -o xlog.o xlog.c
/tmp/cclQLJ69.s: Assembler messages:
/tmp/cclQLJ69.s:645: Error: selected processor does not support Thumb mode
`swpb r3,r3,[r0]'
/tmp/cclQLJ69.s:6821: Error: selected processor does not support Thumb mode
`swpb r2,r2,[r0]'


Are you sure you're using the correct assembler?

Try tweaking your PATH so that symlinked names for the ARM toolchain are all on your PATH before your host toolchain.

If that's not the issue then its presumably an issue with Pg's configure script/Makefiles invoking the wrong tool in a cross-compile situation, because AFAIK there's no ARM asm code or ARM gcc intrinsics hidden away in Pg, and that'd be the only other way to get those kinds of errors.

--
Craig Ringer

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to