有人用过SEGGER公司的 Embedded Studio吗?效果怎么样?

2019-12-20 21:29发布

emIDE早就停止更新了。它的官网推荐SEGGER Embedded Studio。看了一下是个人免费的。用着怎么样?
不想用eclipse,太臃肿了。前两年接触过 emblocks,感觉也还不错。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
9条回答
Jacky.Qiu
2019-12-21 03:48
用了一下,其实很不错,关键式编译器有了巨大更新,Clang编译器.带原生静态代码检查。
Clang is an "LLVM native" C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.

一周热门 更多>