This is the mail archive of the ecos-discuss@sources.redhat.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]
Other format: [Raw text]

Re: Samsung SNDS warning....bss not in segment


On Thu, 2003-11-06 at 19:28, RandyLin@mxic.com.tw wrote:
> I got a warning when compile redboot for Samsung SNDS
> BFD:/redboot_snds_install/redboot.img:warning:allocated section '.bss' not
> in segment
> I didn't modify any code.
> what it means? how to fix it?

It means that your image uses more memory than is available on
your platform.  Probably a very bad thing, as the best that you
could do is adjust your configuration somewhat (disable some
packages or features that you don't need, make buffers smaller, etc).
I say "bad thing" because even if you get it to fit, there probably
won't be much memory left for RedBoot to do anything useful on your
platform.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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