Skip to main content

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

On Mon, 2008-01-21 at 14:18 +0800, 安立君 wrote:
> 
> project properties -> C/C++ Build -> Tool chain editor -> Current
> builder 
> 
>   select: "Gnu Make Builder" 
> 
> and rebuild your project, eclipse will generate makefile for the
> project. 
well...it is cool :)

> 
> Best regards
>                     Lijun
> ------------------------------------------------------------------
> SUNNORTH TECHNOLOGY CO.,LTD.  
> 
> 
> 龙海涛 <longhaitao@xxxxxxxxxxx> 
> Sent by:
> cdt-dev-bounces@xxxxxxxxxxx 
> 
> 2008-01-21 14:09 
>          Please respond to
>   "CDT General developers list."
>        <cdt-dev@xxxxxxxxxxx>
> 
> 
> 
> 
> 
>                To
> cdt-dev@xxxxxxxxxxx 
>                cc
> 
>           Subject
> [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. _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top