[Olsr-dev] (no subject)

Stanley Koteks (spam-protected)
Tue May 20 17:55:46 CEST 2008


I think they might have to explicitly keep certain symbols, as
olsr_addroute_function is stripped when using --strip-unneeded. I am
using Ubuntu.

$ objdump -x olsrd |grep addroute
0807c6b8 g     O .bss   00000004              olsr_addroute_function
0807c6bc g     O .bss   00000004              olsr_addroute6_function
$ strip --strip-unneeded ./olsrd
$ objdump -x olsrd |grep addroute
$

Stan

On 5/20/08, Bernd Petrovitsch <(spam-protected)> wrote:
> On Die, 2008-05-20 at 08:13 -0700, Stanley Koteks wrote:
>> Thanks Sven, I figured out what was wrong. The problem was not my
>> code, but rather that my distro strips symbols from olsrd, and
>> couldn't find it. If I compile my own and don't strip the symbols, it
>> works fine. This makes me think that a plugin is unsuitable for this
>
> Which distro is it?
> Perhaps they should add "-strip-unneeded" as parameter to "strip".
>
> 	Bernd
> --
> Firmix Software GmbH                   http://www.firmix.at/
> mobil: +43 664 4416156                 fax: +43 1 7890849-55
>           Embedded Linux Development and Services
>
>
>
> --
> Olsr-dev mailing list
> (spam-protected)
> http://lists.olsr.org/mailman/listinfo/olsr-dev
>




More information about the Olsr-dev mailing list