[<<][davinci][>>][..]
Thu Jul 23 11:55:20 CEST 2009
rlogin / socat
The osd2 busybox doesn't have rlogin. Maybe I should install socat
then..
By default it includes some kernel headers which doesn't seem to work
for the neuros build tools..
CC=arm-linux-gcc ../configure --host=arm-*-linux \
--disable-ext2 --disable-termios
// sysincludes.h:
#ifdef WITH_EXT2
#if HAVE_LINUX_FS_H
#include <linux/fs.h> /* somewhere required for ext2_fs.h */
#endif
#if HAVE_LINUX_EXT2_FS_H
#include <linux/ext2_fs.h> /* Linux ext2 filesystem definitions */
#endif
#endif
There are a number of variables that are not set due to
cross-compiling build:
configure:13405: result: please determine CRDLY_SHIFT manually
configure:13489: result: please determine TABDLY_SHIFT manually
configure:13573: result: please determine CSIZE_SHIFT manually
I'm not going to bother with this atm, but looks like it's not
terribly hard to fix & send a patch upstream.
I do have a working debian, at least in chroot. Maybe I shouldn't
bother?
[1] http://ftp.de.debian.org/debian/pool/main/r/rsh-redone/rsh-redone_85.orig.tar.gz
[2] ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-0.17.tar.gz
[Reply][About][<<][davinci][>>][..]