Settings | Sign in | Sign up

There are currently 2 posts.

glib库下载地址(是glib,不是glibc)

Floor 4 巨大八爪鱼 6/24/25 13:58

checking for growing stack pointer... configure: error: in `/home/oct1158/Documents/Code/C/3/bluez/glib-2.57.1':
configure: error: cannot run test program while cross compiling
See `config.log' for more details

 

解决办法:

echo glib_cv_stack_grows=no >> arm-linux.cache

然后./configure时带上--cache-file=arm-linux.cache选项。

巨大八爪鱼 6/24/25 14:00

checking for preceeding underscore in symbols... configure: error: in `/home/oct1158/Documents/Code/C/3/bluez/glib-2.57.1':
configure: error: cannot run test program while cross compiling
See `config.log' for more details

解决方案:echo glib_cv_uscore=no >> arm-linux.cache

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.