Not experiencing much joy.  Here I am in /usr/src/linux, with
2.6.24-rc1-git10, GCC=Gentoo 4.1.2.
We dump and recreate the target directory, make mrproper, pull the
current .config and put it in both source and target directories, and
then try to build to the target.  The target directory contents are
shown.
Request cluebat.
Best,
Chris

localhost linux # rm -rf ../targ && mkdir ../targ && make mrproper &&
cat /proc/config.gz | gunzip > .config && cp .config ../targ && make
O=../targ
  CLEAN   .config
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  GEN     /usr/src/targ/Makefile
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s arch/x86/Kconfig.i386
drivers/net/Kconfig:1887:warning: 'select' used by config symbol
'FEC_MPC52xx' refers to undefined symbol 'PPC_BESTCOMM'
drivers/net/Kconfig:1888:warning: 'select' used by config symbol
'FEC_MPC52xx' refers to undefined symbol 'PPC_BESTCOMM_FEC'
  Using /usr/src/linux-2.6.24-rc1-git10 as source for kernel
  /usr/src/linux-2.6.24-rc1-git10 is not clean, please run 'make mrproper'
  in the '/usr/src/linux-2.6.24-rc1-git10' directory.
make[1]: *** [prepare3] Error 1
make: *** [sub-make] Error 2
localhost linux # ls -Fail ../targ
total 76
1294443 drwxr-xr-x 4 root root  4096 Nov  3 07:06 ./
1118573 drwxr-xr-x 7 root root  4096 Nov  3 07:06 ../
1295050 -rw-r--r-- 1 root root 50717 Nov  3 07:06 .config
1295233 -rw-r--r-- 1 root root   402 Nov  3 07:06 Makefile
1295658 drwxr-xr-x 4 root root  4096 Nov  3 07:06 include/
1295105 drwxr-xr-x 4 root root  4096 Nov  3 07:06 scripts/
-
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to