From owner-freebsd-mips@FreeBSD.ORG Fri Jul 28 19:22:13 2006 Return-Path: X-Original-To: freebsd-mips@freebsd.org Delivered-To: freebsd-mips@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46AEF16A4DD for ; Fri, 28 Jul 2006 19:22:13 +0000 (UTC) (envelope-from rnsanchez@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0086E43D70 for ; Fri, 28 Jul 2006 19:22:05 +0000 (GMT) (envelope-from rnsanchez@gmail.com) Received: by wx-out-0102.google.com with SMTP id i26so1493396wxd for ; Fri, 28 Jul 2006 12:22:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=C6e6HgiRLuGzLQD4U0+ChZwO4FsfPA8/ICsQThrqNVsWA8pV1XjMoEceCgE16Ry5xro+GI7/o4irdcgZ3QlDLM3APUHJbD489m4jWuTnusL+0Z5Pjbfj9ooH6gGbdiqN2Y5+9Qpp+tbH9T4iJ7z6+ZbbKCpwquAzNtIPdQ4R8pk= Received: by 10.70.65.10 with SMTP id n10mr2822190wxa; Fri, 28 Jul 2006 12:22:05 -0700 (PDT) Received: from sauron.lan.box ( [200.180.163.244]) by mx.gmail.com with ESMTP id i33sm7122676wxd.2006.07.28.12.22.03; Fri, 28 Jul 2006 12:22:04 -0700 (PDT) Date: Fri, 28 Jul 2006 16:22:02 -0300 From: Ricardo Nabinger Sanchez To: freebsd-mips@freebsd.org Message-Id: <20060728162202.4567446d.rnsanchez@gmail.com> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ld: cannot open crt1.o X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 19:22:13 -0000 Hello, I'm trying to get my mipsel-linux environment to work, but no success: % mipsel-linux-gcc test.c /usr/local/lib/gcc-lib/mipsel-linux/2.97/../../../../mipsel-linux/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1 exit status Exit 1 % cat test.c int main() { return 0; } % fgrep crt1.o -r /var/db/pkg/mipsel-linux-* Exit 1 Here there's only the crt1.o from the base gcc (not the MIPS one): % find /usr -type f -name crt1.o /usr/lib/crt1.o I feel like clearly missing something very basic here. Aren't these ports enough? devel/mipsel-linux-binutils devel/mipsel-linux-gcc devel/mipsel-linux-kernel-headers Thanks in advance. -- Ricardo Nabinger Sanchez Powered by FreeBSD "Left to themselves, things tend to go from bad to worse."