QUOTE
I would like to develop for my Zaurus. (opie + 5600). My frustration with getting going on it is, the development docs that are out there. My current system that I have to work with is a HP Omnibook 6000 w/256mb ram and a 20GB HD (FC3). Now, reading the docs about using Bitbake, there is no way my system could handle that.
*
Koen's reply...
Since a few weeks bitbake only uses 20MB for the package graph (instead of >1GB) and a typical build is about 6GB, so your laptop has a reasonable chance to build everything.
*
Koen's reply...
Since a few weeks bitbake only uses 20MB for the package graph (instead of >1GB) and a typical build is about 6GB, so your laptop has a reasonable chance to build everything.
Okay, I followed the "Getting Started" steps and compiled nano. It took a few hours, but it worked and I am psyched. I figured that would be a quick way to see if it works, no gui code. It compiled and now I have a whole lot of .ipks. I tried to install it (nano) and it fails on two dependencies.
"ERROR: Cannot satisfy the following dependencies for nano:
libgcc1 (>= 3.4.4+csl-arm-20050603) libc6 (>= 2.3.5+cvs20050627)"
These were built when I ran bitbake to compile nano.
The question is then, do I need to install/update the dependencies that I just built? Did I miss something in the configuration? I would like to resolve this before building a gui app and ultimately, my own creation.
Thanks Chuck
