Good morning,

I still trying to cross-compile the project to an ARM architecture, I have noticed that you could create the projects packets for RasperriPi, which I assume contains an ARM processor.
May you tell me how you did the crosscompilation for this platform?? I'm specially interested on how you did the crosscompilation of libdaemon library for arm since I'm getting trouble in achieve the same goal.

Thanks in advance,

Regards,

Fran


2013/2/4 Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Hello,

> I'm having an issue when I try to crosscompile ibrdtn-tools,I think I
> have been able to crosscompile ibrcommon, ibrdtn and ibrdtnd but with
> the last package ibrdtn-tools while crosscompiling I was retreived
> this error

> I know how to fix it through linux terminal, but non through Eclipse
> or autotools pluging, since the settings of the project aren't
> available. May you enlighten me?
>
once again: I have NEVER done cross-compiling using eclipse! So I can
not assist you with those issues.
>
> On the other hand, I'm wondering why you did disable the project C/C++
> settings?
>
And as I have written in my email of 2013/1/22:

The path in your eclipse project depends on you specific system. Thus,
it is not a solution to just copy the path settings from somebody else.
The best way for you is to import the project as C++ autotools project.
In this case eclipse will set the right default paths settings.


Johannes