4412 helloworld
Posted ch122633
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了4412 helloworld相关的知识,希望对你有一定的参考价值。
一、编写helloworld
#inlcude <stdio.h> int main() { printf("Hello World! "); return 0; }
然后编译
arm-none-linux-gnueabi-gcc helloworld.c -o helloworld -static
以上是关于4412 helloworld的主要内容,如果未能解决你的问题,请参考以下文章
基于TINY4412的Andorid开发-------简单的LED灯控制