📄 genmake_arm_sdt.loc
字号:
[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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -