level 1
GoTone_10086
楼主
命令行输入 gcc hello.c
提示错误:
fatal error: as: unknown host architecture (can't determine which assembler to run)
无法编译问题,有大神帮忙一下
hello.c的文件内容
#include <stdio.h>
int main()
{
printf ("Hello World!\n");
return 0;
}
2021年08月17日 09点08分
1
提示错误:
fatal error: as: unknown host architecture (can't determine which assembler to run)
无法编译问题,有大神帮忙一下
hello.c的文件内容
#include <stdio.h>
int main()
{
printf ("Hello World!\n");
return 0;
}