From: raj r. k. <raj...@re...> - 2003-01-10 12:15:05
|
Hi to all, iam compilng the blob-2.0.5-pre2 with options ./configure --with-prefix =/usr/arm-linux/linux/linux/ --with-board = assabet (crosstool chain from handhelds.org zimage created correctly with this) when i compile this for assabet then it is giving fallowing dump -------------------- loading cache ./config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... i686-pc-linux-gnu checking for arm-linux-gcc... (cached) c89 checking for arm-linux-objcopy... (cached) objcopy checking for arm-linux-ranlib... (cached) ranlib checking for arm-linux-ar... (cached) ar checking for gcc... (cached) c89 checking whether the C compiler (c89 ) works... yes checking whether the C compiler (c89 ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether c89 accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... (cached) yes checking target board... Delft University of Technology LART checking if the Linux source tree in /usr/arm-linux/linux/linux/ is sane... yes checking for inline... (cached) __inline__ checking for C flags to get more warnings... -Wall creating ./config.status creating Makefile creating doc/Makefile creating include/Makefile creating include/blob/Makefile creating include/blob/arch/Makefile creating src/Makefile creating src/blob/Makefile creating src/diag/Makefile creating src/lib/Makefile creating tools/Makefile creating utils/Makefile creating utils/build/Makefile creating utils/mkparamblock/Makefile creating include/blob/config.h include/blob/config.h is unchanged Configuration ------------------------------------------------------------------------ Target board Delft University of Technology LART C compiler c89 C flags -Os -I/usr/arm-linux/linux/linux//include -Wall -march=armv4 -mtune=strongarm1100 -fomit-frame-pointer -fno-builtin -mapcs-32 -nostdinc Linker flags -static -nostdlib Objcopy tool objcopy Objcopy flags -O binary -R .note -R .comment -S Clock scaling support no Memory test support no Debugging commands support no LCD support no MD5 support no Run-time debug information no ---------------- pl go a head with this dump any thing going wrong? when make in the same dir it is giving errors where i have to do make how can i create blob-start-elf32,blob-rest-elf32? ----------- Making all in doc make[1]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/doc' Making all in tools make[1]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/tools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/tools' Making all in utils make[1]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/utils' Making all in build make[2]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/utils/build' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/utils/build' Making all in mkparamblock make[2]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/utils/mkparamblock' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/utils/mkparamblock' make[2]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/utils' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/utils' make[1]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/utils' Making all in include make[1]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/include' Making all in blob make[2]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob' make all-recursive make[3]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob' Making all in arch make[4]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob/arch' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob/arch' make[4]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob' make[4]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob' make[3]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob' make[2]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/include/blob' make[2]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/include' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/include' make[1]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/include' Making all in src make[1]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/src' Making all in lib make[2]: Entering directory `/usr/arm-linux/blob-2.0.5-pre2/src/lib' c89 -DHAVE_CONFIG_H -I. -I. -I../../include/blob -I../../include -I../../include -Os -I/usr/arm-linux/linux/linux//include -Wall -march=armv4 -mtune=strongarm1100 -fomit-frame-pointer -fno-builtin -mapcs-32 -nostdinc -c command.c make[2]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/src/lib' make[1]: Leaving directory `/usr/arm-linux/blob-2.0.5-pre2/src' cc1: invaild option 'tune=strongarm1100' cc1: invalid option 'apcs-32' make[2]: *** [command.o] error 1 make[2]: *** [all_recursive] error 1 make: ***[all_recursive] error 1 ---------- what is going wrong in this? pl suggest me to proceed furher, reply soon pl.. Regards, Rajesh.k |