31.10.2011 12:05, KP Kirchdoerfer пишет: > Am Samstag, 29. Oktober 2011, 22:37:10 schrieb Andrew: >> Hi all. >> Today I have enough free time to spent it for LEAF toolchain. >> Now I finished very basic rework on it, it looks like now it should >> successfully compile C applications and has working C++ compiler w/o c++ >> libraries (I planned to replace libstdc++ to uClibcpp). Now compiler has >> native architecture - so it'll be no pain with cross-compilation in >> future and it'll be easy to build all for new architectures that are >> binary-incompatible with x86. Also it reduces count of ugly tricks in >> toolchain. > Andrew; > > in my case it failed while trying to build gcc: > > "checking for the correct version of gmp.h... no > configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC > 0.8.0+" > > kp Do you have libgmp installed in your system? I exclude it from toolchain because it is present in all modern distros, and it was needed earlier only due to cross-compile x86 gcc binaries on x86_64 system.
P.S. Do we really need to pull all host-related binaries (automake, etc) in toolchain? Why we can't simply use system ones, and add them into buildenv prerequisites? ------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel