site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=04042017; t=1532525937; bh=NdTtVW0vUlY7GmyQuislUAsGn5P91bF/u9FROM+P4lk=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=Aads4REZMzu8zlfp1ZVpk1ROyJL+MFCHeX/Bz6Y/KTfXihgxsG10MdKhT1aBAVL8g I264409s9CN1neAO6MwF5iT6jmiLbmTGd/iXlFiI8I9s7I8/vAM+4mn47bC15plRpi ubMPPFvpcy6G54Ej1Dw5GqUjrojKM2sUt3omp7aZOKJQYjltu7x6Ic6EljJuEfrYgK xhJd0699RkCMSMn0/X0XiCDZEE5KnjTTWwbO1GdeQ4pyyJELhf/Zn+WVHBrt9Ioaeg hhxh5we9Rz7hw4ExJNPjMJu/PuElTsVyAZrHmWs4C4pO/7rTpkAY74AVcZJvyLjqP/ FFXkrLFST+WGg== Hello, I posted this in the darwin-kernel list a while ago, but am still stuck. My goal is to build a 10.13 kernel, but make SDKROOT=macosx ARCH_CONFIGS=X86_64 KERNEL_CONFIGS=RELEASE XNU_LOGCOLORS=y BUILD_WERROR=0 is throwing several errors at me. I have checked the various scripts on the internet, set up a 10.13.2 VM, installed Xcode 9.2 … Anyone here who was successful in building the Kernel, or who could provide some help? Or where do the Kernel people hang out these days? Thanks Alex Errors specifically are /Users/below/xnu2/xnu-4570.31.3/osfmk/i386/cpu_topology.c:60:3: error: use of undeclared identifier 'ptrdiff_t' ptrdiff_t coff = cpup - cpu_datap(0); ^ /Users/below/xnu2/xnu-4570.31.3/osfmk/i386/cpu_topology.c:62:32: error: use of undeclared identifier 'coff' cpup->cd_shadow = &cpshadows[coff]; ^ [x86_64 OSX] net_stubs.o ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g) [x86_64 OSX] classq_util.o ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g) [x86_64 OSX] key_debug.o ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g) [x86_64 OSX] dtrace_alloc.o ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g) _______________________________________________ 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: https://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.app... This email sent to site_archiver@lists.apple.com