Mercurial > dropbear
comparison AXIS-README @ 316:dc6173e09ff7 ucc-axis-hack
smaller yet again
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 28 Mar 2006 16:04:11 +0000 |
parents | 24056a5eb75b |
children |
comparison
equal
deleted
inserted
replaced
314:827f87dfbc22 | 316:dc6173e09ff7 |
---|---|
64 circbuffer.o svr-kex.o svr-algo.o svr-auth.o sshpty.o svr-authpasswd.o | 64 circbuffer.o svr-kex.o svr-algo.o svr-auth.o sshpty.o svr-authpasswd.o |
65 svr-authpubkey.o svr-session.o svr-service.o svr-chansession.o svr-runopts.o | 65 svr-authpubkey.o svr-session.o svr-service.o svr-chansession.o svr-runopts.o |
66 svr-agentfwd.o svr-main.o svr-x11fwd.o svr-tcpfwd.o svr-authpam.o | 66 svr-agentfwd.o svr-main.o svr-x11fwd.o svr-tcpfwd.o svr-authpam.o |
67 libtomcrypt/libtomcrypt.a libtommath/libtommath.a -melinux -s -symbolic | 67 libtomcrypt/libtomcrypt.a libtommath/libtommath.a -melinux -s -symbolic |
68 -static -L /usr/local/cris/lib/gcc-lib/cris/2.96/elinux/ uccrt/*.o | 68 -static -L /usr/local/cris/lib/gcc-lib/cris/2.96/elinux/ uccrt/*.o |
69 | |
70 | |
71 --------------- | |
72 | |
73 | |
74 Saner again: | |
75 | |
76 Get http://developer.axis.com/download/old/devboard/R1_1_0/devboard-R1_1_0.tgz | |
77 And the cris-dist debian package (we're using 1.16-1). | |
78 | |
79 PATH=/usr/local/cris:$PATH | |
80 | |
81 Build the axis dev env thing with | |
82 "prefix=/space/axis/matt/R1_1_0-prefix ./install" | |
83 | |
84 You'll actually end up with some images which could be flashed, I haven't tried | |
85 them. | |
86 | |
87 PATH=/space/axis/matt/devboard-R1_1_0/devboard/tools:$PATH | |
88 (includes /usr/local/cris too) | |
89 | |
90 In dropbear dir: | |
91 ./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" | |
92 | |
93 make, it should work. | |
94 | |
95 If you strip it, it won't work. -Os should work. |