linkerscript.gld

来自「Mplab C30编译器」· GLD 代码 · 共 17 行

GLD
17
字号
/* 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 p30f4011.gld

⌨️ 快捷键说明

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