This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fenv.h not found?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]