test.cpp 249 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 /* # see: https://github.com/simple-rtmp-server/srs/wiki/v1_CN_SrsLinuxArm arm-linux-gnueabi-g++ -o test test.cpp -static arm-linux-gnueabi-strip test */ #include <stdio.h> int main(int argc, char** argv) { printf("hello, arm!\n"); return 0; }