Re: [yocto] libm implementation issue

2015-01-09 Thread peterengcomau001
: Sent:Wed, 31 Dec 2014 09:41:33 + Subject:Re: [yocto] libm implementation issue On Tue, 2014-12-30 at 20:09 +1030, peterengcomau...@adam.com.au wrote: I have some software that uses specific mathematical functions. When I attempt to compile them with the Yocto cross-compile tools

Re: [yocto] libm implementation issue

2014-12-31 Thread peterengcomau001
  Thanks,I have continued to struggle on and had just decided to file a bug myself. Thanks for verifying and filing the bug already.RegardsLachlan - Original Message - From: benjamin.esqui...@linux.intel.com To: Cc: Sent:Tue, 30 Dec 2014 13:48:57 -0600 Subject:Re: [yocto] libm

Re: [yocto] libm implementation issue

2014-12-31 Thread Richard Purdie
On Tue, 2014-12-30 at 20:09 +1030, peterengcomau...@adam.com.au wrote: I have some software that uses specific mathematical functions. When I attempt to compile them with the Yocto cross-compile tools, the functions are not recognised. E.g. 'pow' in math According to website

[yocto] libm implementation issue

2014-12-30 Thread peterengcomau001
I have some software that uses specific mathematical functions. When I attempt to compile them with the Yocto cross-compile tools, the functions are not recognised. E.g. 'pow' in According to website https://wiki.yoctoproject.org/wiki/Minimal_Image, not all eglibc features are installed as

Re: [yocto] libm implementation issue

2014-12-30 Thread Benjamin Esquivel
On Tue, 2014-12-30 at 20:09 +1030, peterengcomau...@adam.com.au wrote: I have some software that uses specific mathematical functions. When I attempt to compile them with the Yocto cross-compile tools, the functions are not recognised. E.g. 'pow' in math According to website