---What that mean ?

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

Reply to
Bill Zhao
Loading thread data ...

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

Reply to
John Williams

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.