御風翱翔 知識漫遊

Wandering through Knowledge

常用的Git筆記

Note of Commonly Used Git

在使用者的家目錄下能找到.gitconfig,裡面記錄剛剛的使用者設定跟其他偏好設定。在Git專案下可以找到.git,裡面有一個檔案config,裡面記錄著遠端儲存庫、分支等訊息

進階使用CMake編譯程式碼

Note of Using CMake for Compilation in Advance

隨著系統越加龐大,程式碼檔案數量也隨之增加,程式碼間的關聯性錯綜複雜,為了處理複雜的程式碼編譯,並降低開發與維護程式碼的困難度,make工具便被開發出來

Ne10 的交叉編譯筆記

Note of Cross Compilation on Ne10

修改GNUlinux_config.cmake,可以在開頭補上兩個變數,避免編譯測試,設定armv7的編譯器路徑

使用 Android NDK 編譯 Arm NN

Note of Compilation of Arm NN by Android NDK

版本對齊,Android API Version 29,System aarch64、armv7a,Arm NN branches armnn_22_05,Android NDK android-ndk-r20b-linux-x86_64

Arm NN 的交叉編譯筆記

Note of Cross Compilation on Arm NN

在ubuntu常會使用gcc或g++指令編譯程式,但是對於嵌入式系統或是開發板而言,並不能直接使用這兩個編譯器生成的執行檔,

GoogleTest筆記:安裝與執行

Note of GoogleTest for Installation and Execution

執行以下shell script,會將GoogleTest的原始碼下載下來,並且透過make將GoogleTest編譯完成