genmake_arm_sdt.loc
来自「realview22.rar」· LOC 代码 · 共 20 行
LOC
20 行
[PROC=ARM_SDT] \\ ARM processor - ARM Tools
compiler=$TOOL_DIR/bin/armcc
assembler=$TOOL_DIR/bin/armasm
cpp_compiler=$TOOL_DIR/bin/armcpp
librarian=$TOOL_DIR/bin/armlib
linker=$TOOL_DIR/bin/armlink
alt_compiler=$TOOL_DIR/bin/tcc
alt_assembler=$TOOL_DIR/bin/tasm
alt_cpp_compiler=$TOOL_DIR/bin/tcpp
tool_env="ARMLIB=$TOOL_DIR/lib"
tool_env="ARMINC=$TOOL_DIR/include"
# This field indicates the version of the ARM tools that are
# in use. The number is assigned by Allant and corresponds
# to an internal representation of the tool version:
# 0 = SDT 2.11a, 1 = SDT 2.50
# (If a higher/invalid number is entered, it will be treated
# as a 0.)
version=1
Extensions.objects="lib,o"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?