This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Removing time output.


Per, All,

On Thursday 01 July 2010 103727 Per Arnold Blaasmo wrote:
> I am trying to use crosstool-ng via a Hudson build service.
> I would like to change so that the spinning '\' and the timestamp does
> not get output. It generates a lot of noise in the log.
> 
> I get output like:
> 
> [exec] [28:36] / [28:36] / [28:36] / [28:36] / [28:36] / [28:37] / [28:37] .....
> 
> I tried to tp 'export CT_IS_A_BACKEND=y' and also set 'CT_BACKEND=y' in
> the config file, but it did not help.
> 
> Am I misunderstanding the use of those configs

Yes, you are. The backend-mode is not intended to do that.

> and is what I am trying to do possible?

Sort of. As a workaround, you can set the log level to XT_LOG_DEBUG, and
that will not print the time and progress bar.

Plus, if you are putting the output of crosstool-NG to your own log file,
you can entirely disable the internal logging with CT_LOG_TO_FILE.

But your use case is pertinent, and maybe backend-mode should do just that.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
'------------------------------'-------'------------------'--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]