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…" |
|||
| 第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 | |||
* Make bash in the default shell(symlink /bin/sh | * 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
