我是靠谱客的博主 美丽啤酒,最近开发中收集的这篇文章主要介绍go编译问题: gcc版本太低(gcc did not produce error at completed:1),觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
# os/user
cgo: gcc did not produce error at completed:1
on input:
#line 1 "cgo-builtin-prolog"
#include <stddef.h> /* for ptrdiff_t and size_t below */
/* Define intgo when compiling with GCC. */
typedef ptrdiff_t intgo;
#define GO_CGO_GOSTRING_TYPEDEF
typedef struct { const char *p; intgo n; } _GoString_;
typedef struct { char *p; intgo n; intgo c; } _GoBytes_;
_GoString_ GoString(char *p);
_GoString_ GoStringN(char *p, int l);
_GoBytes_ GoBytes(void *p, int n);
char *CString(_GoString_);
void *CBytes(_GoBytes_);
void *_CMalloc(size_t);
__attribute__ ((unused))
static size_t _GoStringLen(_GoString_ s) { return (size_t)s.n; }
升级gcc版本可以解决这个问题
最后
以上就是美丽啤酒为你收集整理的go编译问题: gcc版本太低(gcc did not produce error at completed:1)的全部内容,希望文章能够帮你解决go编译问题: gcc版本太低(gcc did not produce error at completed:1)所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复