fexceptions

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Are -fexceptions supported by the 3.5.2 SDK? If so, how can they be turned on?

0 Likes
3 Replies
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

try adding the following in your application make file

$(NAME)_CFLAGS  += -fexceptions

Anonymous
Not applicable

vik86

I tried that and it seems to be ignored.

0 Likes

I believe we have not written any exceptions, you would need add them in your code in order to catch those exceptions.