> ibtool: compile: arm-none-linux-gnueabi-gcc -DHAVE_CONFIG_H -I.
> -I../../../../../../lib/direct/os/linux/glibc -I../../../../..
> -I../../../../../include -I../../../../../lib -I../../../../../../include
> -I../../../../../../lib -DDATADIR=\"/opt/dfb/share/directfb-1.6.0-pre1\"
> -DMODULEDIR=\"/opt/dfb/lib/directfb-1.6-0\" -D_REENTRANT -Wall
> -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing
> -Werror-implicit-function-declaration -O2 -g3 -O0 -fno-inline -Wno-inline
> -ffast-math -pipe -D_GNU_SOURCE -finstrument-functions -std=gnu99
> -Werror-implicit-function-declaration -MT system.lo -MD -MP -MF
> .deps/system.Tpo -c ../../../../../../lib/direct/os/linux/glibc/system.c
> -fPIC -DPIC -o .libs/system.o
> {standard input}: Assembler messages:
> {standard input}:11727: Error: selected processor does not support `ldrex
> r0,[r2]'
> {standard input}:11729: Error: selected processor does not support `strex
> r1,r0,[r2]'
ARM LDREX and STREX are available in ARMv6 and above
there is no -march= or -mcpu= option given for gcc, hence the instruction
is not supported
p.
--
Peter Meerwald
+43-664-2444418 (mobile)
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev