site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Aug 7, 2006, at 5:58 PM, Robert Gordon wrote: Tried to build and hit this; # gcc_select Current default compiler: gcc version 4.0.1 (Apple Computer, Inc. build 5250) -- Hope this helps, Eric _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... cc -E -MD -static -D__ASSEMBLER__ -force_cpusubtype_ALL -arch i386 -Di386 -DI386 -D__I386__ -DPAGE_SIZE_FIXED -DAPPLE -DNeXT -DKERNEL -DKERNEL_PRIVATE -DXNU_KERNEL_PRIVATE -DPRIVATE -D__MACHO__=1 - Dvolatile=__volatile -DMACH -DMACH_KERNEL -DMACH_LOAD -DUPL_DEBUG - DEVENTMETER -DPC_SUPPORT -DUXPR -DEVENT -DMACH_BSD -DIOKIT - DMACH_PE -DDDB -DPAE -DX86_64 -DAT386=1 -DASSEMBLER -I. -I/Volumes/ export/proj/Darwin/xnu-792.10.96/osfmk -I/Volumes/export/proj/ Darwin/xnu-792.10.96/BUILD/obj/EXPORT_HDRS/osfmk -I/Volumes/export/ proj/Darwin/xnu-792.10.96/BUILD/obj/EXPORT_HDRS/bsd -I/Volumes/ export/proj/Darwin/xnu-792.10.96/BUILD/obj/EXPORT_HDRS/iokit -I/ Volumes/export/proj/Darwin/xnu-792.10.96/BUILD/obj/EXPORT_HDRS/ pexpert -I/Volumes/export/proj/Darwin/xnu-792.10.96/BUILD/obj/ EXPORT_HDRS/libkern -I/Volumes/export/proj/Darwin/xnu-792.10.96/ BUILD/obj/EXPORT_HDRS/libsa -I/Volumes/export/proj/Darwin/ xnu-792.10.96/BUILD/obj/EXTERN_HDRS -I/Volumes/export/proj/Darwin/ xnu-792.10.96/EXTERNAL_HEADERS -I/Volumes/export/proj/Darwin/ xnu-792.10.96/EXTERNAL_HEADERS/bsd -I/Volumes/export/proj/Darwin/ xnu-792.10.96/osfmk/libsa /Volumes/export/proj/Darwin/xnu-792.10.96/ osfmk/i386/idt.s > idt.pp; sed '/^#/d' idt.pp > idt.s; cc -static -D__ASSEMBLER__ -force_cpusubtype_ALL -arch i386 -Di386 -DI386 -D__I386__ -DPAGE_SIZE_FIXED -DAPPLE -DNeXT -DKERNEL - DKERNEL_PRIVATE -DXNU_KERNEL_PRIVATE -DPRIVATE -D__MACHO__=1 - Dvolatile=__volatile -DMACH -DMACH_KERNEL -DMACH_LOAD -DUPL_DEBUG - DEVENTMETER -DPC_SUPPORT -DUXPR -DEVENT -DMACH_BSD -DIOKIT - DMACH_PE -DDDB -DPAE -DX86_64 -DAT386=1 -c idt.s; /bin/rm -f idt.pp idt.s idt.s:450:bad register name ('%dr7') make[6]: *** [idt.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 any hints ? Sounds like you need to install the latest version of the developer tools. Xcode 2.4 was released today: <http://developer.apple.com/tools/download/> This email sent to site_archiver@lists.apple.com