1、編譯環(huán)境
操作系統(tǒng)直接是官方的Debian。
root@orangepizero2:~# uname -a Linux orangepizero2 5.16.17-sun50iw9 #3.0.8 SMP Sat Apr 15 13:13:46 CST 2023 aarch64 GNU/Linux root@orangepizero2:~#
gcc也自帶了,手癢升級了下。
root@orangepizero2:~# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/10/lto-wrapper Target: aarch64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.2.1 20210110 (Debian 10.2.1-6)
2、hello world
簡單來個hello MangoPi!
#include #include int main(void) { int i; for(i = 0; i < 5; i++) { printf("hello MangoPi! n"); } return 0; }
執(zhí)行g(shù)cc hello.c后會生成可執(zhí)行文件a.out,熟悉的名字。
root@orangepizero2:~# gcc hello.c root@orangepizero2:~# ls a.out hello.c root@orangepizero2:~#
喜歡學(xué)習(xí)的可以看看。
3、程序運行
程序執(zhí)行后,符合預(yù)期。
聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請聯(lián)系本站處理。
舉報投訴
-
程序
+關(guān)注
關(guān)注
117文章
3787瀏覽量
81060 -
編譯程序
+關(guān)注
關(guān)注
0文章
12瀏覽量
4134
發(fā)布評論請先 登錄
相關(guān)推薦
【芒果派MangoPi MQ Quad】+初次刷機(jī)
本帖最后由 march123456 于 2023-6-26 12:29 編輯
剛到手的小粉
工具
芒果派MangoPi MQ Quad
發(fā)表于 06-25 22:22
【芒果派MangoPi MQ Quad】開箱與Debian系統(tǒng)體驗
首先感謝mango & 發(fā)燒友!
一、開箱
既然是tiny-tiny-tiny SBC,那么卡就很小了,拿到后的確夠cute夠tiny。
拿到的芒果派MangoPi MQ
發(fā)表于 06-27 23:46
【芒果派MangoPi MQ Quad】安卓10系統(tǒng)體驗
上會已經(jīng)說過了linux系統(tǒng)鏡像的安裝
這次來說說安卓系統(tǒng)。
首先準(zhǔn)備工具
芒果派MangoPi MQ Quad開發(fā)板
PC機(jī)
TF卡
發(fā)表于 07-07 21:59
【芒果派MangoPi MQ Pro】+系統(tǒng)安裝及編程測試
感謝電子發(fā)燒友論壇和芒果派,我本來是評估芒果派MQ Quad,不過因為偶然的關(guān)系,得到的是
發(fā)表于 07-10 21:49
【芒果派MangoPi MQ Quad】開箱+資料準(zhǔn)備
非常感謝給與機(jī)會讓我測評芒果派開發(fā)板;
1、合集:
首先來個照片
大集合
板子美照:
MangoPi MQ Quad 開發(fā)板總結(jié)清單和配置
發(fā)表于 07-11 00:00
【芒果派MangoPi MQ Pro】+ 交叉工具鏈配置
感謝電子發(fā)燒友論壇和芒果派。上次介紹了操作系統(tǒng)的安裝,芒果派MQ Pro自帶有GCC,所以可以在開發(fā)板上完成
發(fā)表于 07-28 19:40
【芒果派MangoPi MQ Quad】開箱+系統(tǒng)測試
很榮幸參與芒果派MangoPi MQ Quad試用!
一、開箱
收到快遞后,是個很精致的盒子,
里面裝的是
發(fā)表于 08-04 19:01
【芒果派MangoPi MQ Quad】基于芒果派MangoPi MQ Quad編譯程序執(zhí)行
a.outhello.c
root@orangepizero2:~#
喜歡學(xué)習(xí)的可以看看。
3、程序運行
程序執(zhí)行后,符合預(yù)期。
發(fā)表于 08-04 19:04
【芒果派MangoPi MQ Quad】Android10的體驗
芒果派MangoPi MQ Quad SBC比較小巧,若能弄起來看個小視頻最好了。
1、固件下載&燒錄
發(fā)表于 08-04 19:07
評論