Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 21994

'_Float128' is not supported on this target

$
0
0

I'm compiling Buildroot 2020.01.02 for an ARM architecture.My compiler version is : COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapperCible : x86_64-pc-linux-gnuConfiguré avec: ../gcc-9.3.0/configure --enable-languages=c,c++ --disable-multilibModèle de thread: posixgcc version 9.3.0 (GCC)

when I'm compiling with this one I have the followong error :

sysroot/usr/include/stdlib.h:330:8: error: '_Float128' is not supported on this target extern _Float128 strtof128_l (const char *__restrict __nptr,sysroot/usr/include/stdlib.h:344:8: error: '_Float64x' is not supported on this target extern _Float64x strtof64x_l (const char *__restrict __nptr,Makefile:494: recipe for target '_muldi3.o' failedmake[4]: *** [_muldi3.o] Error 1make[4]: *** Waiting for unfinished jobs....Makefile:494: recipe for target '_negdi2.o' failedmake[4]: *** [_negdi2.o] Error 1Makefile:494: recipe for target '_ucmpdi2.o' failedmake[4]: *** [_ucmpdi2.o] Error 1Makefile:494: recipe for target '_trampoline.o' failedmake[4]: *** [_trampoline.o] Error 1Makefile:494: recipe for target '__main.o' failedmake[4]: *** [__main.o] Error 1Makefile:494: recipe for target '_addvsi3.o' failedmake[4]: *** [_addvsi3.o] Error 1Makefile:494: recipe for target '_absvsi2.o' failedmake[4]: *** [_absvsi2.o] Error 1Makefile:494: recipe for target '_cmpdi2.o' failedmake[4]: *** [_cmpdi2.o] Error 1Makefile:494: recipe for target '_absvdi2.o' failedmake[4]: *** [_absvdi2.o] Error 1Makefile:12734: recipe for target 'all-target-libgcc' failedmake[3]: *** [all-target-libgcc] Error 2Makefile:904: recipe for target 'all' failedmake[2]: *** [all] Error 2package/pkg-generic.mk:266: recipe for target '/home/localuser/newOS/buildroot/outputTest/build/host-gcc-final-8.4.0/.stamp_built' failedmake[1]: *** [/home/localuser/newOS/buildroot/outputTest/build/host-gcc-final-8.4.0/.stamp_built] Error 2Makefile:84: recipe for target '_all' failedmake: *** [_all] Error 2

Does anyone know how to fix that ?


Viewing all articles
Browse latest Browse all 21994

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>