Darwin 7.4 kernel compilation fails
Darwin 7.4 kernel compilation fails
- Subject: Darwin 7.4 kernel compilation fails
- From: "piechurski, sebastien" <email@hidden>
- Date: Fri, 28 May 2004 19:46:59 +0200
- Thread-topic: Darwin 7.4 kernel compilation fails
Hi,
I am trying to compile the Darwin xnu kernel version 517.7.7 . I have
come across the problem described earlier by Alastair Rankine
(undeclared chud_* symbols), but I am now getting this error :
/usr/bin/cc -static -D__ASSEMBLER__ -force_cpusubtype_ALL -arch ppc
-Dppc -DPPC -D__PPC__ -DPAGE_SIZE_FIXED -DAPPLE -DNeXT -DKERNEL_PRIVATE
-D__MACHO__=1 -Dvolatile=__volatile -DMACH -DMACH_KERNEL -DMACH_LOAD
-DMACH_BSD -DIOKIT -DMACH_PE -DPOWERMAC -c chud_cpu_asm.s; /bin/rm -f
chud_cpu_asm.pp chud_cpu_asm.s
chud_cpu_asm.s:282:Parameter error: expression must be absolute
(parameter 2)
chud_cpu_asm.s:553:Parameter error: expression must be absolute
(parameter 1)
make[6]: *** [chud_cpu_asm.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
which corresponds to :
osfmk/ppc/chud/chud_cpu_asm.s:282 :
.globl EXT(chudxnu_mfscomd_64)
EXT(chudxnu_mfscomd_64):
I don't understand the error... I can't find the difference between this
line and the ones above which compile correctly...
Please help.
Thanks.
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.