Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used
Дата
Msg-id 4EE69BA0.2020703@ringerc.id.au
обсуждение исходный текст
Ответ на BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used  (vbberdin@yahoo.com)
Ответы Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On 12/12/2011 5:09 PM, vbberdin@yahoo.com wrote:
> The following bug has been logged on the website:
>
> Bug reference:      6331
> Logged by:          Victor Berdin
> Email address:      vbberdin@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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LIKE predicate and ERROR: 42P22: could not determine which collation to use for string comparison - HINT: Use the COLLATE clause ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used