Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] is there any way to build a eclipse c++ project under the console?

Reason:
    i am familiar with the gdb console, so i debug programs under the console.
    when i debug, sometimes i will change the source code and rebuild the project.
    i am not familiar with the eclipse cdt's building principle ,
    and i cannot find any makefile under my project.
   so  i have to build project in eclipse.

    the PROBLEM is:
   i have to switch between console and eclipse often.
    is there any way to build a eclipse c++ project under the console?

    3x for your reply.

Back to the top