在宿主机上编写程序test1.c , 如果要生成在嵌入式开发板上运行的程序test1,下列说法正确的是( )
A: 在宿主机上使用gcc test1.c test1命令进行编译
B: 在宿主机上使用arm-linux-gcc -o test1.c test1命令进行编译
C: 在宿主机上使用arm-linux-gcc test1.c -o test1命令进行编译
D: 在宿主机上使用gcc -o test1.c test1命令进行编译
A: 在宿主机上使用gcc test1.c test1命令进行编译
B: 在宿主机上使用arm-linux-gcc -o test1.c test1命令进行编译
C: 在宿主机上使用arm-linux-gcc test1.c -o test1命令进行编译
D: 在宿主机上使用gcc -o test1.c test1命令进行编译
举一反三
- 将文件test重命名为test1的命令正确的是:
- 下列Python代码,函数的定义和调用书写正确的是() A: def test(a| b): print(a) print(b) test(1| 2) B: def test(a): print(a) print(b) test(1, 2) C: def test(a, b): print(a) print(b) test(1) D: def test(a, b): print(a) print(b) test(1, 2)
- 假设有类Test,下列可以正确创建对象的语句是( ) A: Test t=1; B: Test t=new Test(); C: Test t=new Test; D: Test t= Test();
- 1()命令,可以在root用户下,修改test用户的密码。 A: super–test B: passwdtest C: sutest D: lstest
- ●在Linux中,可以使用命令()来给test文件赋予执行权限。 A: [root@root]#chmod -X test B: [root@root]#chmod +x test C: [root@root]#chmod -W test D: [root@root]#chmod +w test