Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究具有硬件特定库的嵌入式系统。我正在使用eclipse制作文件项目。在 build/makefile 中包含了特定的硬件文件,但我想在我的项目中包含标准 c 库我该怎么做,请给我一个出路。
试试这个:点击项目->属性->C/C++ 通用->路径和符号(见下面的截图)。
现在选择左侧面板上的语言(GNU C可能)并输入您需要的包含目录。
GNU C