Skip to main content



      Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » disabling dependencies generation
disabling dependencies generation [message #524358] Wed, 31 March 2010 07:04 Go to next message
Eclipse UserFriend
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 12:45 Go to previous messageGo to next message
Eclipse UserFriend
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 03:54 Go to previous messageGo to next message
Eclipse UserFriend
-------- 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 11:04 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 12:44:36 EDT 2025

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

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

Back to the top