changeset 304:1f36a94e01b9 ucc-axis-hack

added README.axis
author Matt Johnston <matt@ucc.asn.au>
date Sat, 25 Mar 2006 16:26:29 +0000
parents b27fcd28f9dc
children 1876c6bb084b
files README.axis
diffstat 1 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.axis	Sat Mar 25 16:26:29 2006 +0000
@@ -0,0 +1,36 @@
+From: Bernard Blackham <[email protected]>
+To: [email protected]
+Subject: [tech] axis building
+Date: Mon, 6 Mar 2006 20:05:15 +0800
+Message-ID: <[email protected]>
+
+Notes for archiving... this is what you need to build dropbear 0.47.
+
+export PATH=/usr/local/cris:$PATH
+export CFLAGS="-melinux -O3 -s -symbolic -D__uClinux__"
+
+./configure --prefix=/mnt/flash/dropbear --disable-zlib --host=cris
+
+make MULTI="1" STATIC="1" PROGRAMS="dropbear dbclient scp"
+
+cris-gcc  -melinux -s -symbolic -static -o dropbearmulti dbmulti.o atomicio.o
+bignum.o buffer.o circbuffer.o cli-algo.o cli-auth.o cli-authinteract.o
+cli-authpasswd.o cli-authpubkey.o cli-channel.o cli-chansession.o cli-kex.o
+cli-main.o cli-runopts.o cli-service.o cli-session.o cli-tcpfwd.o common-algo.o
+common-channel.o common-chansession.o common-kex.o common-runopts.o
+common-session.o compat.o dbutil.o dss.o fake-rfc2553.o listener.o loginrec.o
+packet.o process-packet.o progressmeter.o queue.o random.o rsa.o scp.o scpmisc.o
+signkey.o sshpty.o svr-agentfwd.o svr-algo.o svr-auth.o svr-authpam.o
+svr-authpasswd.o svr-authpubkey.o svr-chansession.o svr-kex.o svr-main.o
+svr-runopts.o svr-service.o svr-session.o svr-tcpfwd.o svr-x11fwd.o tcp-accept.o
+termcodes.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -L
+/usr/local/cris/lib/gcc-lib/cris/2.96/elinux/ uccrt/*.o
+
+[ paste the multiline cris-gcc command with `xargs` - MSH ]
+
+There's custom stuff in uccrt/ which should also be archived
+somewhere.
+
+Doesn't work quite yet - needs some hacking to get around a buggy
+libc.
+