Re: [arm-gnu] Linkere generated stubs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Linkere generated stubs



Hi Guys,

When I tried using -mlong-calls GCC option, then I am able to link files
but size of the Executable is very large.

You can use -Os in conjunction with -mlong-calls. This may help to reduce the size of your program.

Cheers
  Nick