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 中创建一个静态库。我选择新建>> C++项目>>静态库>>空项目>>跨GCC。
然后 Eclipse 创建一个新的 .a,但在属性 >> C/C++ 构建 >> 设置中没有存档器和汇编器,而是在设置中有一个 G++ 编译器和链接器。
我在 Windows7 上使用 yagarto 编译器和 eclipse helios CDT 32bit。我是新用户 stackoverflow 用户,所以我无法发布任何照片,抱歉。任何建议或帮助表示赞赏,谢谢!
我在安装 Juno 时遇到了同样的问题。我不知道出了什么问题,所以我重新安装了,然后我就可以创建静态库了。