⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 runxdc.sh

📁 TI workshop 培训资料。 是关于如何创建DAVINCI平台下codec engine
💻 SH
字号:
#! /bin/sh#  use: /bin/sh -vx  for debugging#  import install paths#  putting the first period before the shell invokation keeps the changes#      to environment variables set here. Otherwise, changes to environment#      are only within the context of the executed script. ../../setpaths.sh#  Define search paths for included packagesexport XDCPATH="$CE_INSTALL_DIR/packages;$CE_INSTALL_DIR/examples;$XDAIS_INSTALL_DIR/packages;$DSPLINK_INSTALL_DIR/packages;$CMEM_INSTALL_DIR/packages"#  Define options for executionexport XDCBUILDCFG="config.bld"#  Execute xdc command#  Set up default behavior to build intermediate filesxdc $@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -