Hi Daniel, I've faced this issue myself recently.
You need to specify ./configure --with-fp-layout=nothing; or similar. if you check ./configure --help it is documented. I'm assuming that =nothing is correct for your system but you should check. The test fails because the test is supposed to run on the target its compiling for (which it can't as you are cross-compiling) To ensure you get the correct value - run ./configure on the target to see what it recommends, then put that value in your build scripts for the cross compiler. Regards Kieran Bingham On 30 September 2013 17:31, Daniel Hilst Selli <[email protected]> wrote: > I'm trying to crosscompile collectd to arm and receiving this message... > > checking if doubles are stored in x86 representation... configure: error: in > `/root/collectd-5.3.1': > configure: error: cannot run test program while cross compiling > See `config.log' for more details > > > Here is the config.log [1] > > Is there any way to disable this checkings? > > [1] http://sprunge.us/RZKK > > Best regards! > > _______________________________________________ > collectd mailing list > [email protected] > http://mailman.verplant.org/listinfo/collectd _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
