Setting Compiler Options in Eclipse

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

cross mob
Anonymous
Not applicable

Hi All,

I am trying to change compiler options in Eclipse and was wondering how to do this? I am hoping to add -mfloat-abi=soft.

Thank You,

George

0 Likes
1 Solution
StBa_721356
Level 5
Level 5
50 likes received 25 likes received 10 likes received

in your makefile.mk file add the following line:

C_FLAGS += -mfloat-abi=soft

View solution in original post

11 Replies