fenv.h not found?
Anthony Foiani
anthony.foiani@gmail.com
Tue Oct 19 09:19:00 GMT 2010
Greetings, Bryan --
On Tue, Oct 19, 2010 at 12:47 AM, Bryan Hundven <bryanhundven@gmail.com> wrote:
> Hmm. I have been building e500v2 toolchains with ct-ng for a little
> while, and the only problems I have ran into were
> --enable-target-optspace hitting an optimization issue and this c++
> search path issue (the last one happened on all of my toolchains, not
> just the e500v2).
Can you see if you can compile a simple C++ program that tries to
include <fenv.h>? E.g.,
#include <fenv.h>
int main( int argc, char * argv [] )
{
return 0;
}
And if you can do that, do you happen to have boost handy?
Cross-compilling it is a huge PITA, but in case you're already using
it...
One other random tidbit: I can't compile the above code as a regular C
program, either, which means that this might not be a C++-specific
issue...
Many thanks,
Tony
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list