Dear All,
LDFLAGS = -Wl,-elf2flt="s32768"
I copy the above line from a Makefile of a application in my sdk.
I am curious about what "s=32768" mean here
I know the -elf2flt. Can somebody can index me to know the detail of elf2flt.
thank indeed£¡
BZ
Dear All,
LDFLAGS = -Wl,-elf2flt="s32768"
I copy the above line from a Makefile of a application in my sdk.
I am curious about what "s=32768" mean here
I know the -elf2flt. Can somebody can index me to know the detail of elf2flt.
thank indeed£¡
BZ
That specifies the size of the application stack under uClinux.
Flat binaries under uClinux have the stack size set statically. The default is much smaller than 32K (I forget exactly).
running /arch/-elf2flt with no params will give you the meaning of the various options.
Regards,
John
Have something to add? Share your thoughts — no account required.
Ask the community — no account required