here some additional configure / gcc configurations i have tested: ok -> does work! | Compiler full flags................................... : -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -O0 -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=vfpv3 -mthumb -mno-thumb-interwork -mhard-float
ok -> but i dont want thumb! | Compiler full flags................................... : -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -O0 -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=vfpv3 -mthumb -mno-thumb-interwork -mhard-float -pipe -ffast-math ok -> does work! | Compiler full flags................................... : -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -O0 -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=vfpv3 -mhard-float -pipe -ffast-math fail -> bus error | Compiler full flags................................... : -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -O3 -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=vfpv3 -mhard-float -pipe -ffast-math fail -> bus error | Compiler full flags................................... : -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -O3 -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -mhard-float -pipe -ffast-math fail -> bus error | Compiler full flags................................... : -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -O0 -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -mhard-float -pipe -ffast-math best -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

