Thanks for your help, Johannes.
 
I've been able to reproduce a static binary that the app will run.  Now I want to be able to add my own source to daemon/src/net.  I have IPNDAgent.cpp making a function call from my other source code called newDiscovery.cpp and newDiscovery.h.  The top of IPNDAgent.cpp has #include "net/newDiscovery.h" and I have included both new files in the Makefile.am.  I got the two new files to compile with .o and .lo files.  However, I am getting an undefined reference to the function call in IPNDAgent.cpp.  So, the linker seems to not be linking the files properly.  Would you or anyone else know what else I might need to do to tell the linker that IPNDAgent needs newDiscovery.h?
 
Thanks,
 
Justin
 
-------- Original Message --------
Subject: Re: [ibr-dtn] Android Apps Neighbor Discovery
From: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Date: Mon, February 04, 2013 10:11 am
To: ibr-dtn@ibr.cs.tu-bs.de

Hi Justin,

we used buildroot [1] to compile a statically linked IBR-DTN binary for
different platforms. Recipes for that toolchain are available in our GIT
or SVN [2]. Currently, we are working on a native compilation using the
Android NDK, but this is sill work in progress.

Kind regards,
Johannes


[1] http://buildroot.org/
[2]
http://www.ibr.cs.tu-bs.de/trac/ibr-dtn/browser/trunk/recipes/buildroot

Am Mittwoch, den 30.01.2013, 08:50 -0700 schrieb
justin@gardettoengineering.com:
> Sebastian,
>
> Thank you for your help and such a quick response! I will start to
> look through those files and try to figure it out.
>
> Once it's cross-compiled, do you then just place the dtnd binary in
> the assets directory of the ibrdtn project? Also, would you mind to
> point me in the right direction of your cross-compilation method? I
> have looked at the CodeSourcery tool, but I want to make sure that I'm
> doing it exactly as you do.
>
> Thanks,
>
> Justin


--
!! This message is brought to you via the `ibr-dtn' mailing list.
!! Please do not reply to this message to unsubscribe. To unsubscribe or adjust
!! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de>
!! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.