Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Parallel make in Autotools project


Hi Marc,

I tried what you said and it worked fine. Regarding the lack of the "parallel build" option in the Autotools project properties, I opened a bug (improvement request) at: https://bugs.eclipse.org/bugs/show_bug.cgi?id=463970

Thanks,

Roberto Oliveira.



On 01-04-2015 11:44, Marc-André Laperle wrote:
Hi Roberto,

In normal Makefile projects, there is an option in the project properties, C/C++ Build, Behavior tab. But I don't see it for Autotools projects. I think it would be good to create a bug about this (if there is not one already?). Alternatively, you can add -j 4 to the build command in the Behavior tab (see attached screenshot).

BTW, I usually importing existing project by creating a new empty Autootols project and that seems to work OK. There is also a new "import existing Autotools project" coming in CDT 8.7, see bug 461394.

Marc-Andre
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Roberto Oliveira [rdutra@xxxxxxxxxxxxxxxxxx]
Sent: Wednesday, April 01 2015 9:09 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Parallel make in Autotools project

Hi guys,

I have a doubt while using an Autotools project in CDT. To use it I
import a project as a makefile and then convert it to an Autotools
project using the option "Convert to a C/C++ autotools project". After
the conversion I can build the project and it works fine.

For larger projects, using command line, I can build an Autotools
project using "make -j 4" that will use 4 jobs to make the build faster.
Is there a way I can do this in CDT Autotools? I took a look in
"Autotools" entry in project properties and tried to add "-j 4" in
"Additional command-line options" but it did not work.

Thanks.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top