📄 linkerscript.gld
字号:
/* This is a boilerplate script that sets up
search paths relative to the source file
directory, and includes a standard set
of libraries for these examples.
This approach avoids absolute paths and
allows the examples to build properly
no matter where MPLAB C30 is installed. */
SEARCH_DIR(..\..\..\..\lib)
SEARCH_DIR(..\..\..\..\support\gld)
INPUT(-ldsp)
INPUT(-lpic30)
INPUT(-lm)
INPUT(-lc)
INCLUDE p30f6014A.gld
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -