Re: error when building gcc using buildroot/toolchain

2007-10-31 Thread liran tal
Hey Bernhard, I will update you as well as the mailing list on issues I stumble while working with your git repository. When working with gcc-4.1.2, the compilation breaks with an error of a missing file 'execinfo.h' which is referenced from toolchain_build_mipsel/gcc-4.1.2/libmudflap/mf-runtime.

asm/page.h: No such file or directory

2007-10-31 Thread Jean-Claude Gervais
Hello, I'm getting a compilation error trying to build uClibc on an x86 host for an ARM host: UCLIBC_CPU="ARM920T" USE="-*" crossdev -v -S --ex-gdb --target arm-softfloat-linux-uclibc [...] arm-softfloat-linux-uclibc-strip -x -R .note -R .comment brk.o ioperm.c:47:22: error: asm/page.h:

Re: [PATCH] c99 math func log2

2007-10-31 Thread Carmelo AMOROSO
Natanael Copa wrote: > Hi, > > Here is a patch for the c99 math func log2(). If this gets applied I > will look into the other c99 math funcs as well. > > exp2 > fdim > fma > fmax > fmin > nearbyint > nexttoward > remquo > scalbln > tgamma > trunc > > I dont know how to use the test suite. Looks li

[PATCH] c99 math func log2

2007-10-31 Thread Natanael Copa
Hi, Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. exp2 fdim fma fmax fmin nearbyint nexttoward remquo scalbln tgamma trunc I dont know how to use the test suite. Looks like test-double is just disabled and I never managed to