这是我的第一个问题所以...见到你很高兴!有人能解释一下为什么这段代码是用C编写的吗
#include <stdio.h>
int main(){
int choice;
printf("\nSize of 'choice' %d\n", sizeof(choice));
printf("Size of 'int' %d\n", sizeof(int));
printf("Value of 'choice %d\n", choice);
return 0;
}
在Windows上使
我正在尝试交叉编译GLibC 2.24 for ARM (Android)和gcc arm linux-androideabi编译器。下面是我使用的./配置语法:
../glibc-2.24/configure --prefix=/usr --host=arm-linux-androideabi --with-headers=/usr/include
但是,当我运行make时,它会失败,并出现以下错误:
In file included from
../sysdeps/arm/libc-tls.c:19:0:
../csu/libc-tls.c: In function '__libc