* [B.A.T.M.A.N.] battool Speicherzugriffsfehler
@ 2007-08-24 10:27 Robert Tulke
2007-08-24 10:48 ` [B.A.T.M.A.N.] battool Speicherzugriffsfehler (update - strace/ldd output) Robert Tulke
0 siblings, 1 reply; 4+ messages in thread
From: Robert Tulke @ 2007-08-24 10:27 UTC (permalink / raw)
To: b.a.t.m.a.n
Hello i use the latest batman-advanced svn from trunk
zeus:/usr/src/# svn co https://dev.open-mesh.net/svn/batman/trunk/
...
...
zeus:/usr/src/# cd trunk/batman-advanced/batool
zeus:/usr/src/batman-advanced/battool# make clean
rm -f battool *.o *~
zeus:/usr/src/batman-advanced/battool# make
gcc -Wall -O0 -g -c -o battool.o battool.c
gcc -Wall -O0 -g -c -o batping.o batping.c
gcc -Wall -O0 -g -c -o functions.o functions.c
gcc -Wall -O0 -g -c -o batroute.o batroute.c
gcc -Wall -O0 -g -c -o batdump.o batdump.c
gcc -Wall -O0 -g -c -o list-batman.o list-batman.c
gcc -lpthread battool.o batping.o functions.o batroute.o batdump.o
list-batman.o -o battool
<- looks good but:
zeus:/usr/src/batman-advanced/battool# ./battool
Speicherzugriffsfehler
i use Debian Etch 4.0 with latest upgrades
greetings,
Robert Tulke
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [B.A.T.M.A.N.] battool Speicherzugriffsfehler (update - strace/ldd output)
2007-08-24 10:27 [B.A.T.M.A.N.] battool Speicherzugriffsfehler Robert Tulke
@ 2007-08-24 10:48 ` Robert Tulke
2007-08-24 11:05 ` Andreas Langer
0 siblings, 1 reply; 4+ messages in thread
From: Robert Tulke @ 2007-08-24 10:48 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Robert Tulke schrieb:
> Hello i use the latest batman-advanced svn from trunk
>
> zeus:/usr/src/# svn co https://dev.open-mesh.net/svn/batman/trunk/
> ...
> ...
>
> zeus:/usr/src/# cd trunk/batman-advanced/batool
>
> zeus:/usr/src/batman-advanced/battool# make clean
> rm -f battool *.o *~
>
> zeus:/usr/src/batman-advanced/battool# make
> gcc -Wall -O0 -g -c -o battool.o battool.c
> gcc -Wall -O0 -g -c -o batping.o batping.c
> gcc -Wall -O0 -g -c -o functions.o functions.c
> gcc -Wall -O0 -g -c -o batroute.o batroute.c
> gcc -Wall -O0 -g -c -o batdump.o batdump.c
> gcc -Wall -O0 -g -c -o list-batman.o list-batman.c
> gcc -lpthread battool.o batping.o functions.o batroute.o batdump.o
> list-batman.o -o battool
>
> <- looks good but:
>
> zeus:/usr/src/batman-advanced/battool# ./battool
> Speicherzugriffsfehler
>
> i use Debian Etch 4.0 with latest upgrades
http://paste.debian.net/35349
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] battool Speicherzugriffsfehler (update - strace/ldd output)
2007-08-24 10:48 ` [B.A.T.M.A.N.] battool Speicherzugriffsfehler (update - strace/ldd output) Robert Tulke
@ 2007-08-24 11:05 ` Andreas Langer
2007-08-24 11:16 ` Robert Tulke
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Langer @ 2007-08-24 11:05 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
hello robert, sorry i forgot an usage message when you run battool
without an argument.
please use battool -h too see how you use this tool.
i will fix this soon. thx
Robert Tulke wrote:
> Robert Tulke schrieb:
>> Hello i use the latest batman-advanced svn from trunk
>>
>> zeus:/usr/src/# svn co https://dev.open-mesh.net/svn/batman/trunk/
>> ...
>> ...
>>
>> zeus:/usr/src/# cd trunk/batman-advanced/batool
>>
>> zeus:/usr/src/batman-advanced/battool# make clean
>> rm -f battool *.o *~
>>
>> zeus:/usr/src/batman-advanced/battool# make
>> gcc -Wall -O0 -g -c -o battool.o battool.c
>> gcc -Wall -O0 -g -c -o batping.o batping.c
>> gcc -Wall -O0 -g -c -o functions.o functions.c
>> gcc -Wall -O0 -g -c -o batroute.o batroute.c
>> gcc -Wall -O0 -g -c -o batdump.o batdump.c
>> gcc -Wall -O0 -g -c -o list-batman.o list-batman.c
>> gcc -lpthread battool.o batping.o functions.o batroute.o batdump.o
>> list-batman.o -o battool
>>
>> <- looks good but:
>>
>> zeus:/usr/src/batman-advanced/battool# ./battool
>> Speicherzugriffsfehler
>>
>> i use Debian Etch 4.0 with latest upgrades
> http://paste.debian.net/35349
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] battool Speicherzugriffsfehler (update - strace/ldd output)
2007-08-24 11:05 ` Andreas Langer
@ 2007-08-24 11:16 ` Robert Tulke
0 siblings, 0 replies; 4+ messages in thread
From: Robert Tulke @ 2007-08-24 11:16 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Andreas Langer schrieb:
> hello robert, sorry i forgot an usage message when you run battool
> without an argument.
> please use battool -h too see how you use this tool.
> i will fix this soon. thx
>
>
thx, batool with an argument works fine :-)
greetings,
Robert Tulke
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-24 11:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 10:27 [B.A.T.M.A.N.] battool Speicherzugriffsfehler Robert Tulke
2007-08-24 10:48 ` [B.A.T.M.A.N.] battool Speicherzugriffsfehler (update - strace/ldd output) Robert Tulke
2007-08-24 11:05 ` Andreas Langer
2007-08-24 11:16 ` Robert Tulke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox