Hilco Wijbenga wrote:
On Sat, Sep 13, 2008 at 02:10, Justin <[EMAIL PROTECTED]> wrote:
Nikos Chantziaras schrieb:
Nikos Chantziaras wrote:
[...]
The only real option is to get more RAM.
Another option is to emerge on another machine, build binary packages and
emerge those in the embedded system.
Yeah, it looks like this is the way to go. I've never used binary
packages so this will be an interesting exercise.
If the other machine has its packages compiled with the same "-march"
GCC flag as the embedded one, you can simply do:
quickpkg atom
This will simply create a binary package of the specified package atom
without compiling anything (it will use the existing installation of the
package). This will of course only work if the package is already
installed. If not, use emerge to compile and build the package without
actually installing it.
The only thing to keep in mind is the -march flag. It must be for the
embedded system, not the current system.