linux下的helloworld實踐1

新建一個.c文件 #include<stdio.h> int main() { printf(「hello,world!/n」); return 0; } 編譯生成可執行文件gcc hello.c -o hello ./hello 接着試一下gcc編譯的東西能不能在我的ARM板子上執行 我用scp把可執行文件hello傳到開發板上去 打開超級終端ssh [email protected] 看到文件
相關文章
相關標籤/搜索