* [gentoo-embedded] database in embedded linux?
@ 2006-09-08 8:47 Jakub Ladman
2006-09-08 8:50 ` Vladimir Pouzanov
2006-09-08 9:16 ` Dario Cavallaro
0 siblings, 2 replies; 9+ messages in thread
From: Jakub Ladman @ 2006-09-08 8:47 UTC (permalink / raw
To: gentoo-embedded
Hi
I have an idea to store measured data into database, until now we were
thinking only about storing it into separate text/binary files.
May exist an SQL database which fits into embedded system with 200MHz CPU?
Low performance - low power consuption, maximum about 5MB of data will be
used.
Maybe this is copletely wrong way ....
Thank you
Jakub Ladman
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-08 8:47 [gentoo-embedded] database in embedded linux? Jakub Ladman
@ 2006-09-08 8:50 ` Vladimir Pouzanov
2006-09-08 12:03 ` Jakub Ladman
2006-09-08 9:16 ` Dario Cavallaro
1 sibling, 1 reply; 9+ messages in thread
From: Vladimir Pouzanov @ 2006-09-08 8:50 UTC (permalink / raw
To: gentoo-embedded
Check SQLite (http://sqlite.org)
On 9/8/06, Jakub Ladman <ladmanj@volny.cz> wrote:
> Hi
>
> I have an idea to store measured data into database, until now we were
> thinking only about storing it into separate text/binary files.
>
> May exist an SQL database which fits into embedded system with 200MHz CPU?
> Low performance - low power consuption, maximum about 5MB of data will be
> used.
> Maybe this is copletely wrong way ....
>
> Thank you
> Jakub Ladman
> --
> gentoo-embedded@gentoo.org mailing list
>
>
--
Sincerely,
Vladimir "Farcaller" Pouzanov
http://www.hackndev.com
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-08 8:50 ` Vladimir Pouzanov
@ 2006-09-08 12:03 ` Jakub Ladman
2006-09-08 23:24 ` Mike Frysinger
0 siblings, 1 reply; 9+ messages in thread
From: Jakub Ladman @ 2006-09-08 12:03 UTC (permalink / raw
To: gentoo-embedded
Dne pátek 08 září 2006 10:50 Vladimir Pouzanov napsal(a):
> Check SQLite (http://sqlite.org)
Looks fine, but seems to need glibc, i am using uclibc.
How i find out for sure if it is or is not possible to build it against
uclibc?
Thank you
Jakub Ladman
>
> On 9/8/06, Jakub Ladman <ladmanj@volny.cz> wrote:
> > Hi
> >
> > I have an idea to store measured data into database, until now we were
> > thinking only about storing it into separate text/binary files.
> >
> > May exist an SQL database which fits into embedded system with 200MHz
> > CPU? Low performance - low power consuption, maximum about 5MB of data
> > will be used.
> > Maybe this is copletely wrong way ....
> >
> > Thank you
> > Jakub Ladman
> > --
> > gentoo-embedded@gentoo.org mailing list
>
> --
> Sincerely,
> Vladimir "Farcaller" Pouzanov
> http://www.hackndev.com
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-08 12:03 ` Jakub Ladman
@ 2006-09-08 23:24 ` Mike Frysinger
2006-09-10 12:21 ` Jakub Ladman
0 siblings, 1 reply; 9+ messages in thread
From: Mike Frysinger @ 2006-09-08 23:24 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
On Friday 08 September 2006 08:03, Jakub Ladman wrote:
> Dne pátek 08 září 2006 10:50 Vladimir Pouzanov napsal(a):
> > Check SQLite (http://sqlite.org)
>
> Looks fine, but seems to need glibc, i am using uclibc.
> How i find out for sure if it is or is not possible to build it against
> uclibc?
ive used sqlite on blackfin (nommu/uclibc) so i know it doesnt require
glibc ;)
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-08 23:24 ` Mike Frysinger
@ 2006-09-10 12:21 ` Jakub Ladman
2006-09-11 2:52 ` Mike Frysinger
0 siblings, 1 reply; 9+ messages in thread
From: Jakub Ladman @ 2006-09-10 12:21 UTC (permalink / raw
To: gentoo-embedded
Hi
So, can please let me know how to build it, emerge wants to build glibc too
like one of dependencies.
And if i am trying to build it manually,
via ./configure --host=sh4-pc-linux-uclibc, i get error message "i have it
here not, but it is something like "canot build build tools"
Thank you.
Jakub Ladman
Dne sobota 09 září 2006 01:24 Mike Frysinger napsal(a):
> On Friday 08 September 2006 08:03, Jakub Ladman wrote:
> > Dne pátek 08 září 2006 10:50 Vladimir Pouzanov napsal(a):
> > > Check SQLite (http://sqlite.org)
> >
> > Looks fine, but seems to need glibc, i am using uclibc.
> > How i find out for sure if it is or is not possible to build it against
> > uclibc?
>
> ive used sqlite on blackfin (nommu/uclibc) so i know it doesnt require
> glibc ;)
> -mike
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-10 12:21 ` Jakub Ladman
@ 2006-09-11 2:52 ` Mike Frysinger
2006-09-11 7:44 ` Jakub Ladman
2006-09-12 7:36 ` Jakub Ladman
0 siblings, 2 replies; 9+ messages in thread
From: Mike Frysinger @ 2006-09-11 2:52 UTC (permalink / raw
To: gentoo-embedded; +Cc: Jakub Ladman
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
On Sunday 10 September 2006 08:21, Jakub Ladman wrote:
> So, can please let me know how to build it, emerge wants to build glibc too
> like one of dependencies.
no, emerge wants to install virtual/libc which by default is glibc
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-11 2:52 ` Mike Frysinger
@ 2006-09-11 7:44 ` Jakub Ladman
2006-09-12 7:36 ` Jakub Ladman
1 sibling, 0 replies; 9+ messages in thread
From: Jakub Ladman @ 2006-09-11 7:44 UTC (permalink / raw
To: gentoo-embedded
Dne pondělí 11 září 2006 04:52 Mike Frysinger napsal(a):
> On Sunday 10 September 2006 08:21, Jakub Ladman wrote:
> > So, can please let me know how to build it, emerge wants to build glibc
> > too like one of dependencies.
>
> no, emerge wants to install virtual/libc which by default is glibc
> -mike
There's no virtual/libc :-(
This is what i must create to override the default?
How to do it to not change host system, only the embedded system?
Thank you.
Jakub Ladman
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-11 2:52 ` Mike Frysinger
2006-09-11 7:44 ` Jakub Ladman
@ 2006-09-12 7:36 ` Jakub Ladman
1 sibling, 0 replies; 9+ messages in thread
From: Jakub Ladman @ 2006-09-12 7:36 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
Dne pondělí 11 září 2006 04:52 Mike Frysinger napsal(a):
> On Sunday 10 September 2006 08:21, Jakub Ladman wrote:
> > So, can please let me know how to build it, emerge wants to build glibc
> > too like one of dependencies.
>
> no, emerge wants to install virtual/libc which by default is glibc
> -mike
After last emerge --sync, the dependency on glibc has disappeared, but
emergeing ends with the same error as when i am trying to build it manualy.
There is compressed config.log
Thank you
J.L.
[-- Attachment #2: config.log.bz2 --]
[-- Type: application/x-bzip2, Size: 6172 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-embedded] database in embedded linux?
2006-09-08 8:47 [gentoo-embedded] database in embedded linux? Jakub Ladman
2006-09-08 8:50 ` Vladimir Pouzanov
@ 2006-09-08 9:16 ` Dario Cavallaro
1 sibling, 0 replies; 9+ messages in thread
From: Dario Cavallaro @ 2006-09-08 9:16 UTC (permalink / raw
To: gentoo-embedded
Jakub Ladman ha scritto:
> Hi
>
> I have an idea to store measured data into database, until now we were
> thinking only about storing it into separate text/binary files.
>
> May exist an SQL database which fits into embedded system with 200MHz CPU?
> Low performance - low power consuption, maximum about 5MB of data will be
> used.
> Maybe this is copletely wrong way ....
>
> Thank you
> Jakub Ladman
We have installed openldap on a pentium 100 with 32MB ram. We have used
uclibc profile with kernel 2.4.x. We have no problems about
performances. Autentication of remote machines is a little slow, but it
works fine on a 10mbit ethernet with a hub (the hub could make
autentication slow on a network of about 4 nodes).
--
Saluti
Dario Cavallaro
--
registered user #403926
Linux Counter http://counter.li.org
http://digilander.libero.it/subbia83
Il LugAG (lug di Agrigento) ricicla vecchio hardware
per svariate iniziative. Ringraziamo tutti coloro che
non buttano cose ancora utili.
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-09-12 7:37 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-08 8:47 [gentoo-embedded] database in embedded linux? Jakub Ladman
2006-09-08 8:50 ` Vladimir Pouzanov
2006-09-08 12:03 ` Jakub Ladman
2006-09-08 23:24 ` Mike Frysinger
2006-09-10 12:21 ` Jakub Ladman
2006-09-11 2:52 ` Mike Frysinger
2006-09-11 7:44 ` Jakub Ladman
2006-09-12 7:36 ` Jakub Ladman
2006-09-08 9:16 ` Dario Cavallaro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox