This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

removing .sdata and .sbss


Hi,

I need to remove .sdata and .sbss section from memory layout of eCos
application.
In stead I will put all variables in .data and .bss section.

So, I tried to use -mno-sdata and -msdata=none while compiling eCos and
application,
but I failed. I am using powerpc-eabi-gcc.

Could anybody help me out?

Daeyoung Kim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]