构建交叉编译器时收到 SIGABRT

构建交叉编译器时收到 SIGABRT

在 x86-32 位上为 s390 构建交叉编译器时,出现错误:

** (/usr/lib/mono/1.0/mcs.exe:23883): CRITICAL **: _wapi_shm_file_open: shared file [/net/lockbox/homes/wxy/.wapi/shared_data-qlnx068-Linux-i686-312-11-0] is not big enough! (found 0, need 1277960 bytes)

** (/usr/lib/mono/1.0/mcs.exe:23883): CRITICAL **: _wapi_shm_attach: shared file [/net/lockbox/homes/wxy/.wapi/shared_data-qlnx068-Linux-i686-312-11-0] open error

** ERROR **: file shared.c: line 312 (_wapi_shm_semaphores_init): assertion failed: (tmp_shared                                                                                                                                               != NULL)
aborting...

有什么解决方法或建议吗?

相关内容