eclipse-cdt
use a custom directory for build in eclipse cdt c++ makefile project
hi i have a c++ makefile 开发者_StackOverflowproject in eclipse helios cdt. my external makefile make the binary output files in projectdirectory/bin[详细]
2023-02-24 02:47 分类:问答C++, Eclipse CDT code analysis?
Are there any good plugins for static code analysis for Eclipse CDT? I found two so far: Cppcheck plugin, but this still needs the original cppcheck executable[详细]
2023-02-22 12:36 分类:问答Using Eclipse CDT with VisualStudio compiler
(similar questions asked, but no adequate answer yet) Is there a way to use the Visual 开发者_StackOverflowStudio compilation tools (cl.exe, link.exe) with Eclipse CDT? What I basically need is a par[详细]
2023-02-22 01:56 分类:问答OpenGL ES Coordinate System on Android?
I am new to Android developing and curently I am playing arround with OpenGL ES 1 using the NDK. Unfortunetely I got a problem with the Coordinate system. In the official example, the following code i[详细]
2023-02-22 01:23 分类:问答Compile .mm files in Eclipse CDT (os x)
I have imported an xcode project into Eclipse CDT, which contains myfile.h and myfile.mm pairs. It seems, however, that *.mm files are ignored in the build, as I am getting \"Undefined symbols\" error[详细]
2023-02-21 11:25 分类:问答eclipse gdb steps to previous line with -O2 flag
Step over occationally steps to previous line using gdb with both -g and -O2 flags. Remove the -O2 flags and it works as expected. Can anyone explain why that happens ?[详细]
2023-02-21 00:08 分类:问答eclipse c++ nothing to build error
so I was trying to build a C++ project, but then I get this error **** Build of configuration Release for project p ****[详细]
2023-02-20 22:14 分类:问答Eclipse CDT, Can't use debugger (Always stuck on 89% process)
If I run debugger then it gets stuck on 89% process... It shows Launching : Configuring GDB Aborting configuring GDB[详细]
2023-02-20 03:50 分类:问答Eclipse C++: Format Source Files in Batch
Is it possible for me to use Eclipse to mass-reformat a bunch of C++ files (on the order of a few thousands), without actually having to open every single one in the IDE?[详细]
2023-02-19 04:41 分类:问答How to customize eclipse CDT code templates
I need the code I am writing for a project to match some style guidelines. However the standard templates included with CDT don\'t match this style. Especially the layout of the header guards is not t[详细]
2023-02-18 23:21 分类:问答