柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
若基于Linux操作系统所开发的ARM应用程序源文件名为test.c,那么要生成该程序代码的调试信息,编译时使用的GCC命令正确的是( )。
A.arm-linux-gcc -c -o test.o test.c
B.arm-linux-gcc -S -o test.o test.c
C.arm-linux-gcc -o test test.c
D.arm-linux-gcc -g -o test test.c
热度🔥526
参考答案:D
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
在数据管理技术发展的三个阶段中,数据共享最好的是( )。
有以下程序 #include int fun( int n ) { int a; if( n==1 ) return 1; a = n + fun( n-1 ); return ( a ); } main() { printf( "%d\n", fun( 5 ) ); } 程序的输出结果是
IP地址192.168.15.1/27的子网掩码可写为()。
标签
三级嵌入式
test
gcc
test.c
arm