Like certainly many others, I'm trying to build Darwin 6.5 on my 10.2.5 with December developper tools 2002. I reach the starting point of building xnu since I allready setup all the environment : - I've followed the step describe on OpenDarwin site (right for 10.1.1). I've assumed 10.2.5 could be build like 10.1.1. - finally I face out the problem describe by Michael (kld_builderror) and solve it with the solution provide by Felix. So, I've 'sourced SETUP/setup.csh' - OK make exporthdrs - OK make - KO with creating libsa.o /bin/rm -f vers.c /Volumes/Data/Darwin/xnu/BUILD/obj/RELEASE_PPC/libsa/newvers \ `/bin/cat /Volumes/Data/Darwin/xnu/libsa/conf/version.major /Volumes/Data/Darwin/xnu/libsa/conf/version.minor /Volumes/Data/Darwin/xnu/libsa/conf/version.variant ` /Volumes/Data/Darwin/xnu/libsa/conf/copyright /usr/bin/cc -static -g -nostdinc -nostdlib -no-cpp-precomp -fno-builtin -finline -fno-keep-inline-functions -msoft-float -fsigned-bitfields -Wpointer-arith -fpermissive -arch ppc -Dppc -DPPC -D__PPC__ -D_BIG_ENDIAN=__BIG_ENDIAN__ -O2 -mcpu=750 -mmultiple -fschedule-insns -DAPPLE -DNeXT -DKERNEL_PRIVATE -D__MACHO__=1 -Dvolatile=__volatile -DLIBSA -DKERNEL -DLIBKERN_KERNEL_PRIVATE -Wall -Wno-four-char-constants -fno-common -c vers.c [ updating libsa.o RELEASE ] /usr/bin/ld -static -r -arch ppc -o libsa.o bootstrap.cpo catalogue.cpo c++rem3.o kld_patch.o kmod.cpo mach.o misc.o mkext.o vers_rsrc.o bsearch.o malloc.o sort.o strrchr.o strstr.o setjmp.o vers.o /usr/local/lib/libkld.a /usr/bin/ld: table of contents for archive: /usr/local/lib/libkld.a is out of date; rerun ranlib(1) (can't load from it) make[6]: *** [libsa.o] Error 1 make[5]: *** [build_all] Error 2 make[4]: *** [do_all] Error 2 make[3]: *** [build_all] Error 2 make[2]: *** [build_all] Error 2 make[1]: *** [build_all] Error 2 make: *** [all] Error 2 Since 'libkld.a' is built from cctools/ld, I've rerun 'ranlib' on it (and make a new fresh copy in /usr/local/lib' But nothing works. I've allways the same message. Any Idea ? THX in advance for your help and advices. Thierry DELHAISE (befree_fr) _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Thierry DELHAISE