compiling kernel without gcc 3.3
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EcuQqfkeJnNWTvF15+x/fHV2pTARSkdSdeXyysjVheeDilLxSk4Re3wFZSn7mn11L5bfmZKas+9iDuUXApKEEelNPQWTW0FpgNGlojU8/EzBPBKzGcjF5y8uu6+vfppbQ5DvMp60UagEL+noZHFamYb2MOxX+gRGRWKvSORHrXk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jQJ846efvWxfIzZMALhK2l+ffIHyZvmEJqIVlrWHZ7McFiScEW4+tg/PNxKbdxKyadWHvjD4IDABXt916UA3Pg5sqlJYuRleJA4x+4oxhnzdhkDlCnOU24PkXhzWCORONU4yeK0VZvMjdHG+JFhaRzS34tR36KV4MGespf14IfQ= Hi, If I am asking the wrong list, please direct me elsewhere. I am trying to compile a fresh kernel in order to increase the stack size available. I am following the instructions here: http://developer.apple.com/DOCUMENTATION/Darwin/Conceptual/KernelProgramming... I fall almost at the first hurdle with: Important: Once you have obtained and extracted the sources, before you begin compiling kernel support tools, you should configure your system to build using gcc 3.3. The Mac OS X 10.4 kernel will not build using gcc 4.0. To do this, type: sudo gcc_select 3.3 At this point my gcc is apparently 3.3, but is no longer really useable. As soon as I try to compile anything I receive the following: cc: installation problem, cannot exec `cc1': No such file or directory For gcc 4.0.1, I have `cc1' in /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ and it also seems to be present in /usr/libexec/gcc/darwin/ppc/3.3 (for 3.3) but not in /usr/libexec/gcc/darwin/i386 (only contains as and default) What am I doing wrong here? Thanks, Robin _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Robin Neatherway