Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » disabling dependencies generation
disabling dependencies generation [message #524358] Wed, 31 March 2010 11:04 Go to next message
Patrick Geremia is currently offline Patrick GeremiaFriend
Messages: 79
Registered: July 2009
Member
Is there a way to disable the generation of dependencies when compiling?
This could cut down compile time.

--
Patrick Geremia
Texas Instruments (http://www.ti.com)
Phone: +33 4 93 22 26 33
Email: p-geremia@ti.com
Availability: http://meetwith.me/patrickgeremia
Re: disabling dependencies generation [message #524650 is a reply to message #524358] Thu, 01 April 2010 16:45 Go to previous messageGo to next message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
No. But, if you're not already using the -j option, you can often
significantly reduce build times using make's parallel build option.


On 3/31/2010 8:51 AM, Patrick Geremia wrote:
> Is there a way to disable the generation of dependencies when compiling?
> This could cut down compile time.
>
Re: disabling dependencies generation [message #524743 is a reply to message #524650] Fri, 02 April 2010 07:54 Go to previous messageGo to next message
Patrick Geremia is currently offline Patrick GeremiaFriend
Messages: 79
Registered: July 2009
Member
-------- Original Message --------
Subject: Re: disabling dependencies generation
From: dave russo <d-russo@ti.com>
To:
Date: Thu Apr 01 2010 18:45:51 GMT+0200 (CEST)

> No. But, if you're not already using the -j option, you can often
> significantly reduce build times using make's parallel build option.
>
>
> On 3/31/2010 8:51 AM, Patrick Geremia wrote:
>> Is there a way to disable the generation of dependencies when compiling?
>> This could cut down compile time.
>>

ok. Thanks this could be useful for our builds on windows (We are using
LSF to reduce build time when working on linux).

Could you let me know how to pass this option to the XDCtools?

--
Patrick Geremia
Texas Instruments (http://www.ti.com)
Phone: +33 4 93 22 26 33
Email: p-geremia@ti.com
Availability: http://meetwith.me/patrickgeremia
Re: disabling dependencies generation [message #525049 is a reply to message #524743] Mon, 05 April 2010 15:04 Go to previous message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
On 4/2/2010 12:54 AM, Patrick Geremia wrote:
> -------- Original Message --------
> Subject: Re: disabling dependencies generation
> From: dave russo <d-russo@ti.com>
> To:
> Date: Thu Apr 01 2010 18:45:51 GMT+0200 (CEST)
>
>> No. But, if you're not already using the -j option, you can often
>> significantly reduce build times using make's parallel build option.
>>
>>
>> On 3/31/2010 8:51 AM, Patrick Geremia wrote:
>>> Is there a way to disable the generation of dependencies when compiling?
>>> This could cut down compile time.
>>>
>
> ok. Thanks this could be useful for our builds on windows (We are using
> LSF to reduce build time when working on linux).
>
> Could you let me know how to pass this option to the XDCtools?
>
The xdc command accepts the same options that GNU make does;
http://rtsc.eclipse.org/docs-tip/Command_-_xdc#Options GNU make
accepts both -j and --jobs options, so

xdc -j 4
or
xdc --jobs=4

will run 4 jobs concurrently.
Previous Topic:mapping obj files contents to sections
Next Topic:Issue with building large libraries on Windows
Goto Forum:
  


Current Time: Thu Apr 25 16:40:43 GMT 2024

Powered by FUDForum. Page generated in 0.02981 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top