Jivin mlin17 lays it down ... > I was working with openswan port. > Now , I need a cross compile GMP with my step. > I have downed the GMP which version is 4.2.2. > When I entered the : > ./configure CC=arm-elf-gcc or ./configure CC=/usr/local/bin/arm-elf-gcc > There ware some problem emerged as follow: > > checking build system type... i686-pc-linux-gnulibc1 > checking host system type... i686-pc-linux-gnulibc1 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking ABI=32 > checking whether arm-elf-gcc is gcc... yes > checking compiler arm-elf-gcc -m32 -O2 -fomit-frame-pointer ... no > checking compiler arm-elf-gcc -O2 -fomit-frame-pointer ... no, program does > not run > configure: error: could not find a working compiler, see config.log for > details > > Who can tell whats wrong in the process?
You should try using the gmp included within the uClinux-dist. I think everything needed to do this is in the uClinux-dist. Go through the "make config" step and config it to build libgmp for you. Likewise for other things you need enabled, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
