微處理器 - Allwinner 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/website/releases/download/lichee-nano/sunxi-tools.7z
$ 7za x sunxi-tools.7z
$ cd sunxi-tools
$ make clean
$ make -j4
$ sudo make install