runxdc.sh

来自「TI workshop 培训资料。 是关于如何创建DAVINCI平台下codec」· Shell 代码 · 共 22 行

SH
22
字号
#! /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 + =
减小字号Ctrl + -
显示快捷键?