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: crosstool-NG build for powerpc on Fedora Core 11 = hundreds of grep processes


Mark,
All,

On Saturday 24 October 2009 03:24:57 Mark Schaefer wrote:
> Here's my process:
> ?? ./configure --local
> ?? make
> ?? ./ct-ng build
> at this point, top shows no significant activity, but script is acting slowly.

If I do exactly that, then here's what I get:
  # ./configure --local
  # make
  # ./ct-ng build
  There is no existing .config file!
  You need to either run 'menuconfig',
  or configure an existing sample.
  make: *** [.config] Error 1
  #

So, I guess you did configure it (./ct-ng menuconfig) before you run the
actual build, right?

> When I finally get a ps, I get a page full of entries like this:
> ps ax
> 27913 pts/0??? S????? 0:00 /bin/bash /home/mschaefe/crosstool-ng.1.
> 5.0/scripts/crosstool-NG.sh
> 27915 pts/0??? S????? 0:00 /bin/bash
> /share/home/mschaefe/crosstool-ng.1.5.0/targets/bin/sed -r -e
> s/%N$/000000000/;
> 27921 pts/0??? S????? 0:00 /bin/bash
> /share/home/mschaefe/crosstool-ng.1.5.0/targets/bin/grep -qw
> /usr/lib/ccache

None of the crosstool-NG scripts call grep with '-qw'.

The only solution I know of right now is to de-install ccache.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   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]