eclipse-cdt
Eclipse C macro automatic formatting
I\'m having a proble开发者_如何学Pythonm with using the automatic formatting in Eclipse CDT. For the most part it works great but it seems to insist on putting the semicolons after macro calls on a se[详细]
2023-03-02 22:29 分类:问答Ubuntu Eclipse CDT unresolved include <stdio.h>
Ubuntu 10.10 Ecelipse-cpp-helios-SR2-linux with eclipse-cdt C and C++ project are fine when i create a makefile project use #includefor C orfor C++开发者_C百科[详细]
2023-03-02 18:45 分类:问答Failing to run command in makefile project in Eclipse
I have a problem when i try to build my makefile project within Eclipse on Linux OS. Whole makefile executes fine except for the last command which is unsimgcr -pd input output. I get an error /bin/ba[详细]
2023-02-28 20:05 分类:问答"Gtk-WARNING **: cannot open display:" when running a gtkmm project in Eclipse
I\'m trying to run a gtkmm project in Eclipse CDT (On Ubuntu). The project compiles fine, there are no errors reported but when I try to run the project the console prints out 开发者_开发问答this mess[详细]
2023-02-28 11:15 分类:问答Remote GDB with Eclipse
I\'m trying to debug an application remotely with Eclipse CDT. I got gdbserver and gdb running so I can debug via command line.[详细]
2023-02-26 02:19 分类:问答How to organize Windows and Android builds of my C++ game?
I would like to develop a Windows build of my Android game for testing and demo purposes. Most of my code is C++, using OpenGL to render, with a thin Android/Java layer that forwards touch events and[详细]
2023-02-25 18:53 分类:问答How do I remote debug over Serial Port or USB with Eclipse?
I\'m working on a device that has an unstable wireless connection and therefore requires a serial cable to debug programs that run on it while the Firmware team works on fixing the wireless connection[详细]
2023-02-25 11:13 分类:问答How to tell my Eclipse Helios CTD that a project is a C/C++ one?
Apparently, my Eclipse CDT doesn\'t know that my C/C++ project is a C/C++ project. I created a C/C++ project in my Eclipse Helios from existing sources using the CDT wizard. Selecting the \"Propertie[详细]
2023-02-25 09:34 分类:问答Eclipse debug problem - no source available
I have problem in Eclipse c/c++ with debugging. On some, not all, functions when I put break point it shows me no sorce available for that function ( example no source available for test() ). That fun[详细]
2023-02-25 07:17 分类:问答Why is "Build Project" greyed-out in Eclipse Helios CDT even though the makefile and source exist?
I can\'t build my project. I 开发者_JAVA技巧created a new CDT project in Eclipse Helios and told it to use existing source and makefile -- both, of which, appear correctly in the Package and Project[详细]
2023-02-24 06:12 分类:问答