4、 编写代码,注明该程序实现效果,对主要部分进行注释 5、 在arm平台下的执行命令:gcc -c star.c -o star.o gcc -c hello.c -o hello.o gcc star.o hello.o -o myprog ./myprog