From: Dan Malek <dan@netx4.com>
To: kd@flaga.is
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: glibc........ memory limitations.... ideas?
Date: Wed, 20 Oct 1999 15:18:21 -0400 [thread overview]
Message-ID: <380E157D.32E9F950@netx4.com> (raw)
In-Reply-To: OFFBA23814.6BE68D05-ON00256810.0052B029@flaga.is
kd@flaga.is wrote:
> Compressed filesystems is one option but that means we have to increase the
> size of the DRAM and that again means increased current drain. Limited
> battery resources is
> one of our contraints also.
Just because I need to learn something today, does memory really take
that much power?
> How do you guys cram all the software you want into so small space?
I am still using the old R4 libc-1.99 and associated libararies
for this reason.
One of the differences is that glibc2 just simply has more stuff
in it, which was contained in separate libraries of the past. If
you want lots of the workstation features in your embedded system,
you will still end up with lots of library space used.
> ... Are
> there any othre c and c++ libraries that are smaller but provides access to
> threads (pthreads) and
> work with linux?
Here again, I am a minimalist. I don't use pthreads, as the
implementation is very heavyweight. I just use Linux threads and
some simple atomic operations for synchronization. I certainly
don't use C++ in a resource constrained embedded environment.
All of my embedded applications have used compressed ram disks
in Flash rom....It doesn't take long before you have an application
that needs a temporary file of some kind.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~1999-10-20 19:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-10-20 15:16 glibc........ memory limitations.... ideas? kd
1999-10-20 19:18 ` Dan Malek [this message]
1999-10-21 3:22 ` Graham Stoney
1999-10-21 13:50 ` Epicom
-- strict thread matches above, loose matches on Subject: below --
1999-10-21 11:29 kd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=380E157D.32E9F950@netx4.com \
--to=dan@netx4.com \
--cc=kd@flaga.is \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).