DDK Directory Distribution
After the Atlas500 DDK is installed, its directory structure is as follows:
. ├── bin ├── conf ├── device ├── host ├── include ├── lib ├── lib64 ├── packages ├── sample ├── scripts ├── toolchains ├── Euler_compile_env_cross ├── aarch64-linux-gcc6.3 └── uihost
Directory Name |
Description |
---|---|
bin |
Contains tools used on the development host, such as the offline model conversion tool OMG. |
conf |
Contains header files related to TE operator development. |
device |
Contains the link library files that device (Ascend 310) programs of the Atlas 500 depend on. This directory is linked to ../lib/aarch64-linux-gcc6.3. |
host |
Contains the tools and libraries used on the development host. |
include |
Contains the header files required for the development of software running on the Atlas 500. |
lib |
Contains the link library files that device programs of the Atlas 500 and programs on the development host depend on. |
lib64 |
Contains the link library files that host programs of the Atlas 500 depend on. |
packages |
- |
sample |
- |
scripts |
- |
toolchains |
Contains the cross compilation toolchain of the Atlas 500. |
toolchains/Euler_compile_env_cross |
Contains the cross compilation toolchain for the host side of the Atlas 500. |
toolchains/aarch64-linux-gcc6.3 |
Contains the cross compilation toolchain for the device side of the Atlas 500. |
uihost |
- |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot