[Olsr-dev] iOS Makefile

Will Hawkins (spam-protected)
Mon Oct 21 20:56:16 CEST 2013


It's *almost* posix compatible. Besides adding a make/Makefile.ios file
which points to the cross compiler (and header files, etc), there is not
much that has to be done for it to compile and run.


The one tricky thing is that iOS does not have a "route.h" in it's
standard library. OS X does, but iOS does not. To solve this problem, I
made a local ios directory in src and copied the OS X version there.
There seems to be a precedent for such things, but I want to make sure
that's recommended practice. Should I make a copy of, or a symbolic link
to, the one that is already on OS X?

Will

On 10/21/2013 02:50 PM, Henning Rogge wrote:
> That sounds nice...
> 
> Is IOS posix compatible or do you have to install additional libraries?
> 
> Henning
> 
> On Mon, Oct 21, 2013 at 7:53 PM, Will Hawkins
> <(spam-protected)> wrote:
>> Hello everyone!
>>
>> I've spent some time putting together a Makefile (and a few small
>> patches) to get olsrd to build for iOS. Is the group amenable to looking
>> over those patches for inclusion? Just thought I'd ask before sending
>> them along.
>>
>> Thanks everyone for your work olsrd!
>>
>> Will
>>
>> --
>> Olsr-dev mailing list
>> (spam-protected)
>> https://lists.olsr.org/mailman/listinfo/olsr-dev
> 
> 
> 




More information about the Olsr-dev mailing list