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: tried again with normal user but same error Build failed in step 'Installing C library'


Sanatan, All,

On Wednesday 30 December 2009 15:21:34 sanatan R wrote:
> I tried again building with normal user but i am getting the same
> error. well i have tried many times , this is probably the 20th time.
> what am i missing??.

OK, I get it. Set:
  C compiler  --->
    Use sjlj for exceptions  --->
      ( ) Let configure decide
      ( ) Force using sjlj
      (X) Force not using sjlj

And read the help entry for it.

ARM (only in big endian?) is picky about using setjmp/longjmp (sjlj) to
handle exceptions. It's not needed, so force configure not to use sjlj.

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]