From owner-freebsd-arm@FreeBSD.ORG Sat Feb 8 04:39:33 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71D96D3D for ; Sat, 8 Feb 2014 04:39:33 +0000 (UTC) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 316B11675 for ; Sat, 8 Feb 2014 04:39:32 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id c9so7495080qcz.13 for ; Fri, 07 Feb 2014 20:39:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=SpU9wuizB9190ZZV2O/A5RBaLX97SLxgSfxXYzq4pvQ=; b=iFXVmN7bF71Kgl4+rH9nXWAlqdBPfi7DzpsaN2M7fPua3YOgCwuuJj4YoV8yc6RUkE QrGPjea9PS94ZFS+KWTPdETtXOoVX8CuNHs/fv6UUo8bed8DF/9lxy+kZQoMTDKG8MRH 0arCLmr+LENHoHXDZP3IGXtCk67LfGxvxUiSOxi/ppxNYyFOzIRXXE/z2Fss6s22q64E 9EDjSLxsJA9Lp64I0nwdCQnqpE1qnUkgId6ddKYaiPlC7LeaIjy+MxIK3JVicJ1DEkLz u3ghgD4cBrS8cYmd8Fg8BfG3yPrwz60+tO0DNFmcGTjJXbG8utp4xIqgfVFxEiZtT968 F42w== X-Gm-Message-State: ALoCoQmSOb2vo1WHPQDlmkdqJMnzTVSjMwKEptaq/xFBqgkbYK42XDZnrL1KdRXIhHwBtsHiu3QA MIME-Version: 1.0 X-Received: by 10.224.11.196 with SMTP id u4mr28829321qau.4.1391833978264; Fri, 07 Feb 2014 20:32:58 -0800 (PST) Received: by 10.140.92.97 with HTTP; Fri, 7 Feb 2014 20:32:58 -0800 (PST) Date: Sat, 8 Feb 2014 11:32:58 +0700 Message-ID: Subject: Segmentation Fault From: Alie Tan To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 04:39:33 -0000 Hi, I am getting below issue while compiling kernel for RPI-B with FreeBSD 11-CURRENT: --- config --- cc -O2 -pipe -I. -I/usr/src/usr.sbin/config -O2 -fno-strict-aliasing -funroll-loops -pipe -std=gnu99 -I/usr/obj/arm.armv6/usr/src/tmp/legacy/usr/include -static -L/usr/obj/arm.armv6/usr/src/tmp/legacy/usr/lib -o config config.o main.o lang.o mkmakefile.o mkheaders.o mkoptions.o kernconf.o -ll -lsbuf -legacy --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 config /usr/obj/arm.armv6/usr/src/tmp/legacy/usr/sbin/config Segmentation fault (core dumped) *** [_proginstall] Error code 139 make[3]: stopped in /usr/src/usr.sbin/config 1 error make[3]: stopped in /usr/src/usr.sbin/config *** [bootstrap-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_bootstrap-tools] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [kernel-toolchain] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src root@fbsd-11:~ # root@fbsd-11:~ # uname -a FreeBSD fbsd-11 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r261419: Mon Feb 3 08:59:07 UTC 2014 root@grind.freebsd.org:/usr/obj/usr/src/sys/VT i386