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 does not work (help!)


'export SHELL := /bin/bash' worked like a charm! Thanks!

John Doe

----- Original Message ----
From: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
To: crossgcc@sourceware.org
Cc: a harvey <psu_ftbl@yahoo.com>
Sent: Wednesday, November 7, 2007 6:55:14 PM
Subject: Re: Crosstool-NG does not work (help!)


Hello John! :-)
Hello all!

On Thursday 08 November 2007 00:29:50 a harvey wrote:
> I am using bash,

Do you mean that /bin/sh points to bash? Or do you mean that your shell
is bash? This is not the same!

make does _not_ read the SHELL from the environement, it uses /bin/sh
 as
shell, which can well be different from the shell specified in
 /etc/passwd
for your account.

> and since ct-ng runs a makefile, I can't use 'bash ct-ng menuconfig'.
 
> How do I fix this?

You tell make to use a specific shell by setting SHELL in the Makefile,
 such
as (as the second line in ct-ng):

export SHELL := /bin/bash

I'm fixing this anyway, as it is a real problem, even if not yours.

Its 00:40AM in France, and I'm getting tired. 5 more minutes before I
 go to
sleep. So don't expect anything in svn before tomorrow evening (when
 I'm back
from work).

Regards,
Yann E. MORIN.

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





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

--
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]