Size: 627
Comment: fix weblink
|
Size: 1066
Comment: added new question and beginning of the answer
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
=== what do I need to build a uclibc toolchain that isn't in debian? === You need to patch your binutils and you need slinds version of dpkg-cross. slind dpkg-dev isn't absolutely necessary. you can change /usr/share/dpkg/ files instead to support uclibc. Also you need to use the uclibc source from slind. gcc is just fine. (I don't know if all this is correct, I'll fix this later together with detailed instructions for dpkg-dev) |
Frequently Asked Questions
Where do I download the Emdebian distribution?
The project is still working on tools, mechanisms and infrastructure to build a distro, but we do now have a couple of minimal working distributions you can try.
EmdebianSlind is a pure dpkg-cross based system, where the built filesystem is NFS-mounted on the target to complete installation.
The other is a distro which uses scratchbox for the cross-building: [http://stage.maemo.org/pool/ Ed Bartosh's work]. Emdebian is in the process of deciding which of these approaches to use, or combining their good bits if possible.
what do I need to build a uclibc toolchain that isn't in debian?
You need to patch your binutils and you need slinds version of dpkg-cross. slind dpkg-dev isn't absolutely necessary. you can change /usr/share/dpkg/ files instead to support uclibc. Also you need to use the uclibc source from slind. gcc is just fine. (I don't know if all this is correct, I'll fix this later together with detailed instructions for dpkg-dev)