"Qualcomm, HDK8250(SM8250)" 修訂間的差異

出自 flip the world
前往: 導覽搜尋
(已建立頁面,內容為 "== Build tool == * Snapdragon LLVM Arm toolchain * GCC Linaro GNU 4.9 – 2014.07  * Install toolchain - Hexagon 8.3.04 and Hexagon 8.3.06 export HEXAGON_ROO…")
 
(Build tool)
行 5: 行 5:
  
 
* Install toolchain - Hexagon 8.3.04 and  Hexagon 8.3.06
 
* Install toolchain - Hexagon 8.3.04 and  Hexagon 8.3.06
export HEXAGON_ROOT=$PATH_OF_INTALLL_DIR
+
** export HEXAGON_ROOT=$PATH_OF_INTALLL_DIR
  
* Make bash in the default shell(symlink /bin/sh→dash to /bin/sh→bash)
+
* Make bash in the default shell(symlink /bin/sh → dash to /bin/sh → bash)
 +
<pre>
 
sudo rm /bin/sh  
 
sudo rm /bin/sh  
 
sudo ln -s /bin/bash /bin/sh
 
sudo ln -s /bin/bash /bin/sh
 
+
</pre>
 
* install repo (dependency with python and git) ... prefer to use python 2.7
 
* install repo (dependency with python and git) ... prefer to use python 2.7
 
curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo
 
curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo

於 2020年6月24日 (三) 13:58 的修訂

Build tool

  • Snapdragon LLVM Arm toolchain
  • GCC Linaro GNU 4.9 – 2014.07 
  • Install toolchain - Hexagon 8.3.04 and Hexagon 8.3.06
    • export HEXAGON_ROOT=$PATH_OF_INTALLL_DIR
  • Make bash in the default shell(symlink /bin/sh → dash to /bin/sh → bash)
	 sudo rm /bin/sh 
	 sudo ln -s /bin/bash /bin/sh
  • install repo (dependency with python and git) ... prefer to use python 2.7

curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo copy repo into ~/bin/repo chmod a+x ~/bin/repo rm -rf ~/.repo* ~/.gnupg gpg --import