⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xuyou1.prj

📁 利用合众达的C5416开发板上的ACI32B芯片编程的信号分析并进行FFT变换。
💻 PRJ
字号:
// *****************************************************************
// This file contains the list of object and library files that must
// be included in the application build and are not known to CCS.
// This file also contains options for which there currently exists
// no graphical method to specify.
// You may maintain this file from any standard text editor.
// *****************************************************************



// ---------------------------------------------------------------
// legacy linker options from the set:
//    {-j, -b, -h, -k, -q, -t, -xm, -g} 
// ---------------------------------------------------------------

-q // Quiet (shhh!)


// ---------------------------------------------------------------
// object & library files interleaved with options controlling how
// these files are found and read (-l, -i, -x, -e, -u).
// File names/paths containing spaces must be quoted (e.g. "fast fft.obj").
// Your recipe will be more easily moved to a different directory if you
// make intelligent use of -l search paths, relative paths and absolute paths.
// -i may be used to build a custom search path.
// -l may be used to find .obj as well as .lib files.
// ---------------------------------------------------------------

-x // eXhaustive search of libraries for undefined symbols

-e _c_int00 // Entry symbol

⌨️ 快捷键说明

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