VincentWei / MiniGUI

A modern and mature cross-platform window system for embedded systems and smart IoT devices.
http://www.minigui.com
GNU General Public License v3.0
695 stars 157 forks source link

交叉编译版本5.0.11 MiniGui core时,报_Float128浮点型精度不支持问题,看了下源码好像也没用到这块的,求解 #133

Open feng9201 opened 1 month ago

feng9201 commented 1 month ago

编译报错如下: In file included from pcxvfb.c:50: /usr/include/stdlib.h:152:8: error: '_Float128' is not supported on this target extern _Float128 strtof128 (const char restrict nptr, ^~~~~ /usr/include/stdlib.h:164:8: error: '_Float64x' is not supported on this target extern _Float64x strtof64x (const char restrict nptr, ^~~~~ /usr/include/stdlib.h:245:4: error: '_Float128' is not supported on this target _Float128 f) ^~~~~ /usr/include/stdlib.h:257:4: error: '_Float64x' is not supported on this target _Float64x f)