From owner-freebsd-current Fri Sep 25 16:15:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03441 for freebsd-current-outgoing; Fri, 25 Sep 1998 16:15:26 -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 QAA03430 for ; Fri, 25 Sep 1998 16:15:20 -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 HAA27496 for ; Sat, 26 Sep 1998 07:15:12 +0800 (HKT) Received: (from c5666305@localhost) by b1.hkstar.com (8.8.8/8.8.8) id HAA05552 for freebsd-current@freebsd.org; Sat, 26 Sep 1998 07:16:52 +0800 (HKT) From: Chan Yiu Wah Message-Id: <199809252316.HAA05552@b1.hkstar.com> Subject: how to make world in elf To: freebsd-current@FreeBSD.ORG Date: Sat, 26 Sep 1998 07:16:52 +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, I would like to know the proper steps to make world in elf as I had tried several times without success. 1. make -DNOSECURE -DNOCRYPT world (set OBJFORMAT=elf in /etc/objformat) error -> /usr/lib/crt1.0 cannot recognised file format. 2. make -DNOSECURE -DNOCRYPT aout-to-elf (no OBJFORMAT=elf) error -> cannot find /usr/lib/begincrt.o Can anyone show the the steps ? Thanks. Clarence To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message