Hello! 1. In http://www.emdebian.org/tools/crosstools.html , it suggest the user download libdb1-compat, libc6, libc6-dev and linux-kernel-headers himself . I think we can use tpkg-install-libc to install <arch-libc> , it's more convenient .
for example: A. download tzdata for your <arch> and use dpkg-cross to install it ( maybe a bug of tpkg-install-libc ?) B. apt-get install toolchain-source C. tpkg-install-libc <arch-linux> 2. In http://www.emdebian.org/tools/crosstools.html , it said: "$ TARGET=arch-linux fakeroot debian/rules binary-cross (replace arch by arm, alpha,...)" I suggest change it to: "$ TARGET=arch-linux-gnu fakeroot debian/rules binary-cross (replace arch by arm, alpha,...)" because the dpkg-cross convert package and install it to default path -> /usr/arch-linux-gnu -- Regards Falls Huang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

