dosrun_bios.bat

来自「本软件是TI公司免费提供的网络开发包 现在好象很难找到,有黑心的公司把它改一改,」· Batch 代码 · 共 19 行

BAT
19
字号
REM ========================================================================
REM =  Texas Instruments
REM =  Run this batch file before attempting to build from a command line.
REM =  This file is automatically generated during installation.
REM ========================================================================
REM =  If you get an "Out of Environment Space" error message running this batch 
REM =  file on Windows 98 or Windows Me type the following line at the C:\CCStudio_v3.2> prompt 
REM =  to start a new copy of the Windows Command Interpreter with 2K of Environment Space.
 
REM      COMMAND /E:2048
 
REM ========================================================================
SET TI_DIR=C:\CCStudio_v3.2
SET PATH=%PATH%;%TI_DIR%\bin;%TI_DIR%\cc\bin;%TI_DIR%\c6000\cgtools\bin;%TI_DIR%\plugins\bios;%BIOS_INSTALL_DIR%\xdctools
SET C6X_C_DIR=%BIOS_INSTALL_DIR%\packages\ti\bios\include;%BIOS_INSTALL_DIR%\packages\ti\bios\lib;%TI_DIR%\c6000\cgtools\include;%TI_DIR%\c6000\cgtools\lib;%BIOS_INSTALL_DIR%\packages\ti\rtdx\lib;%BIOS_INSTALL_DIR%\packages\ti\rtdx\include;
SET C6X_A_DIR=%BIOS_INSTALL_DIR%\packages\ti\bios\include;%BIOS_INSTALL_DIR%\packages\ti\bios\lib;%TI_DIR%\c6000\xdais\include;%TI_DIR%\c6000\xdais\lib;%TI_DIR%\c6000\cgtools\include;%TI_DIR%\c6000\cgtools\lib;%BIOS_INSTALL_DIR%\packages\ti\rtdx\lib;%BIOS_INSTALL_DIR%\packages\ti\rtdx\include;%TI_DIR%\c6000\dsk6416\include;%TI_DIR%\c6000\dsk6416\lib;%TI_DIR%\c6000\dsk6713\include;%TI_DIR%\c6000\dsk6713\lib;
SET BSL6416_DIR=%TI_DIR%\c6000\dsk6416\lib
SET BSL6713_DIR=%TI_DIR%\c6000\dsk6713\lib

⌨️ 快捷键说明

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