What does this flag mean? How will it be used? For which purpose will need to enable this flag?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the ARM options page for GCC;
Basically it means that if your binary is small, you’ll likely never have a problem with running the default
-mno-long-callsand not have to worry about the option.If the linker gives you the error
Relocation truncated to fit: R_ARM_PC24, you’ve hit the limit of the defaults and need to compile and link your binary using-mlong-calls.