From owner-freebsd-eclipse@FreeBSD.ORG Fri Nov 7 13:54:44 2008 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE123106564A for ; Fri, 7 Nov 2008 13:54:44 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 95DBA8FC1B for ; Fri, 7 Nov 2008 13:54:44 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from [10.0.0.247] ([67.70.237.74]) by VL-MO-MR005.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTPA id <0K9Y0010LULNIS00@VL-MO-MR005.ip.videotron.ca> for freebsd-eclipse@freebsd.org; Fri, 07 Nov 2008 08:53:50 -0500 (EST) Message-id: <49144893.9020505@FreeBSD.org> Date: Fri, 07 Nov 2008 08:54:27 -0500 From: "Stephane E. Potvin" Organization: FreeBSD User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) To: Eric Tsala References: <200811070020.23270.E.Tsala@usherbrooke.ca> In-reply-to: <200811070020.23270.E.Tsala@usherbrooke.ca> Cc: freebsd-eclipse@freebsd.org Subject: Re: CDT: FreeBSD toolchain ? X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 13:54:44 -0000 Eric Tsala wrote: > Greetings. > > I installed eclipse-devel port on my computer last week. I did get the CDT > plugin via the software updates section in Help. The only problem is that I > cannot create (more, build and run) a managed c++ project (auto-generated > Makefile) probably due to the fact that I dont have much of a choice under the > Toolchain section, as you can see on the attached screenshots. > > Any advice/help on this matter will welcomed. > Thanks in advance, Hi Eric, I'm working on adding FreeBSD support to the CDT plugin but it's not ready yet. In the mean time, you can uncheck the "Show project types and toolchains only if they are supported on the platform" checkbox and use the Linux toolchain. If you do that, make sure that you change the make command to 'gmake' in the 'C/C++ Build' pane of the project's properties. Regards, Steph