#include <stdio.h>/* stop me if you've heard this one */intmain(void) { printf("hello, world!\n"); return 0; } |
[sbox-SDK_ARMEL: ~] > cc -o hello hello.c[sbox-SDK_ARMEL: ~] > file hellohello: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.4.17, dynamically linked (uses shared libs), not stripped[sbox-SDK_armEL: ~] > ./hellohello, world! |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |