Thanks Sven/Simon.
I was able to compile and checking 'file batmand' gave me the output mentioned below.
But running ./batmand ath0 gives me an error.
What configuration do I need to do on the wireless interface on the device?
Thanks Kartik
-----Original Message----- From: Sven Eckelmann [mailto:sven.eckelmann@gmx.de] Sent: Wednesday, January 21, 2009 11:21 PM To: b.a.t.m.a.n@open-mesh.net Cc: Simon Wunderlich; Kartik Muralidharan Subject: Re: [B.A.T.M.A.N.] Install Batman
Hi On Wednesday 21 January 2009 15:38:14 Simon Wunderlich wrote:
another option is to compile/linu batmand with the -static flag on
your
x86 (i386) desktop
Thx, forgot that one. You should be able to link it statically by using the current version from trunk and running LDFLAGS="-s -static" /usr/bin/make
You can check it with `file batmand`. It should print something like batmand: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, for GNU/Linux 2.6.8, stripped
best regards, Sven