(ARM Cortex-A7) V3S (Lichee Pi Zero) >> Assembly

開發環境


司徒使用的開發環境是Debian x64,編譯工具則是使用GNU GCC,燒錄工具使用sunxi-tools:

$ sudo apt-get install gcc-arm* -y

$ cd
$ wget https://github.com/steward-fu/archives/releases/download/lichee-nano/sunxi-tools.7z
$ 7zr x sunxi-tools.7z
$ cd sunxi-tools
$ make clean
$ make


返回上一頁