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的主要内容,如果未能解决你的问题,请参考以下文章

为啥这段代码会泄露? (简单的代码片段)

Exynos 4412

FS4412 LCD驱动代码

基于TINY4412的Andorid开发-------简单的LED灯控制

linux内核代码框架熟悉 itop4412-linux内核4.14.2总体框架熟悉

关于 exynos 4412 按键中断 异步通知