generating mach-o executable files by hand
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=jP/meA7m8HJ7iLfTsztYmRUM2GVWELcr20TIZPVj3hQ=; b=ZSny7YoHbpyFuQPiWZ0I/rYyxbBUWDu6YDpdPqyNAT3qqSwru8VwqlHtP/LnXEsyrO 20H+LiclIN2w6jyJjPNWF4AMBRTjTHmOv6CehVHQslXU/OkcyAZuxC7jczHoyaSJxwfB d8TNB1rk5eqZT6tV1MmZTkWcYdE2X0n6Qh0ug= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=KB3kkLSbxFjMBEJhpqTK/Ma35phBimtk2ejFoQ1iD+TTHJYzkDafOgc0hlx0jyDMtj pDabgiSk3fKFQSEbvyJOl43rbX5a70GlXS4cUoLXnEvik8QpFoJIJM6QPp7h4CfpSYlv aBQce3hthDqSlFdsxBPQ5tQTDQbp0NOW9Eamw= Thanks, Joel -- http://wagerlabs.com _______________________________________________ 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... I need to generate the Mach-O executable files by hand, without using the linker. It's for a Forth compiler that I'm porting from Linux and the headers need to be generated by hand. I'm trying to tackle "hello world" for starters. I looked at the 12K executable generated by gcc but it seems like there's too much cruft in there. Does anyone have sample code that generates Mach-O exe files without using the linker? This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont