The unified diff between revisions [7a3b7b90..] and [b0cf63e6..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'AXIS-README'

#
#
# patch "AXIS-README"
#  from [6be09c49e51b04913a2815e53d89500a7ae72dfe]
#    to [b0b5ca743c265bb4148ebfcd901a2c096b4d8ab9]
#
============================================================
--- AXIS-README	6be09c49e51b04913a2815e53d89500a7ae72dfe
+++ AXIS-README	b0b5ca743c265bb4148ebfcd901a2c096b4d8ab9
@@ -66,3 +66,30 @@ libtomcrypt/libtomcrypt.a libtommath/lib
 svr-agentfwd.o svr-main.o svr-x11fwd.o svr-tcpfwd.o svr-authpam.o
 libtomcrypt/libtomcrypt.a libtommath/libtommath.a  -melinux -s -symbolic
 -static -L /usr/local/cris/lib/gcc-lib/cris/2.96/elinux/ uccrt/*.o
+
+
+---------------
+
+
+Saner again:
+
+Get http://developer.axis.com/download/old/devboard/R1_1_0/devboard-R1_1_0.tgz
+And the cris-dist debian package (we're using 1.16-1).
+
+PATH=/usr/local/cris:$PATH
+
+Build the axis dev env thing with
+"prefix=/space/axis/matt/R1_1_0-prefix ./install"
+
+You'll actually end up with some images which could be flashed, I haven't tried
+them.
+
+PATH=/space/axis/matt/devboard-R1_1_0/devboard/tools:$PATH
+(includes /usr/local/cris too)
+
+In dropbear dir:
+  ./configure CC=gcc_cris CFLAGS="-melinux -muclibc=/space/axis/matt/R1_1_0-prefix -Wall -O2 -DELINUX" --disable-zlib --disable-syslog --host=cris LDFLAGS="-melinux -muclibc=/space/axis/matt/R1_1_0-prefix"
+
+make, it should work.
+
+If you strip it, it won't work. -Os should work.