#inlcude <stdio.h> int main() { printf("Hello World!\n"); return 0; }
然后编译
arm-none-linux-gnueabi-gcc helloworld.c -o helloworld -static
4412 helloworld
原文:https://www.cnblogs.com/ch122633/p/9275679.html