From owner-freebsd-current Fri Sep 25 15:13:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23396 for freebsd-current-outgoing; Fri, 25 Sep 1998 15:13:10 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp.hkstar.com (cassiopeia.hkstar.com [202.82.3.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23271 for ; Fri, 25 Sep 1998 15:12:40 -0700 (PDT) (envelope-from c5666305@b1.hkstar.com) Received: from b1.hkstar.com (b1.hkstar.com [202.82.0.87]) by smtp.hkstar.com (8.8.8/8.8.4) with ESMTP id GAA26933 for ; Sat, 26 Sep 1998 06:12:19 +0800 (HKT) Received: (from c5666305@localhost) by b1.hkstar.com (8.8.8/8.8.8) id GAA04700 for current@freebsd.org; Sat, 26 Sep 1998 06:14:00 +0800 (HKT) From: Chan Yiu Wah Message-Id: <199809252214.GAA04700@b1.hkstar.com> Subject: What is the procedure to compile the system in elf To: current@FreeBSD.ORG Date: Sat, 26 Sep 1998 06:14:00 +0800 (HKT) X-Mailer: ELM [version 2.5 PL0b1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, For the past few days, I was trying to compile my system to elf using CTM source (NO SECURE source, as I am not in USA). I do the make world at /usr/src (aout format) without problem. When I tried to do it in elf, I got the error message at following cases:- 1. - to add OBJFORMAT=elf in /etc/objformat - make world at /usr/src - /usr/lib/crt1.o file format not recongised 2. - make aout-to-elf at /usr/src (without specifed ELF format) - cannot find /usr/lib/begincrt.o Can anyone show me the proper way to make the system in elf format? Thanks. Clarence CHAN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message