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

See crosstool-NG 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: "Must use SJLJ exceptions" error


Hello Blair,

Am 31.07.2013 06:37, schrieb Blair Burtan:
> Anyone know what the problem is here?
> 
> [INFO ]  Installing final compiler
> [EXTRA]    Configuring final compiler
> [EXTRA]    Building final compiler
> [ERROR]    /Volumes/Crosstool/.build/src/gcc-4.5.3/gcc/except.h:337:6:
> error: #error "Must use SJLJ exceptions but configured not to"

This is a message that comes from the '#error' statement.

Take a look into that header/line (337) and you will see why this is
triggerd. Without this info it's hard to say that's going wrong.

Regards
Carsten

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