From owner-freebsd-arm@FreeBSD.ORG Sun Sep 1 10:13:47 2013 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 ESMTP id 75D74CA4 for ; Sun, 1 Sep 2013 10:13:47 +0000 (UTC) (envelope-from fabiodive@gmail.com) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A1172416 for ; Sun, 1 Sep 2013 10:13:46 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d41so1751007eek.36 for ; Sun, 01 Sep 2013 03:13:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=vaRZ7o85bZRxR9OsEZ9IS06oRvrFHm+pXQkEQyFKJAQ=; b=hXWcviD7sAucTx6P1fyjF3vqZjDidG/it0H/8nuSyoHRKNEKnCr1f3/C4Qq4J79xMT zUgO9f26mG573SMbOLS3xwON1lA5JxwpQCQuHGXwBCt0KhpA8heMflOHDLKF9AmQ4sDs BHrcKn/JOD0zUeliLIO3Bz8xtRFoa7qzfv+Jb7Z5LhGFk5AT4W6OqQQfJLidELvBv3dT EfDArRCC6NGR4E2Lx4E0Mu34VNxACui56yjKwsqfHQiaYhg77/4oBOwqsr7Oibvsr+1J NRKz+oR27FOlikDyGhOcaY+6c+VCzbcklUfdEDIL8nQWDz5fjESetfkXZbw2z/83SuLE +MDQ== X-Received: by 10.15.33.132 with SMTP id c4mr27702675eev.2.1378030425327; Sun, 01 Sep 2013 03:13:45 -0700 (PDT) Received: from [192.168.113.40] (135.Red-80-24-42.staticIP.rima-tde.net. [80.24.42.135]) by mx.google.com with ESMTPSA id p5sm12121437eeg.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 01 Sep 2013 03:13:44 -0700 (PDT) From: fabiodive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: RASPBERRY PI: VFP, error during compilation of freebsd-head Message-Id: <9609F3A1-0CF9-49B0-B720-BDF1373E48C8@gmail.com> Date: Sun, 1 Sep 2013 11:13:43 +0100 To: "freebsd-arm@FreeBSD.org" Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 10:13:47 -0000 Hello all, I tried few times to compile an updated freebsd-head with crochet but I = receive an error. I had one success few weeks ago, now I am trying to use VFP and = hardflot. FreeBSD-head Revision: 255108 My custom make.conf: CPUTYPE?=3D core2 CC=3Dclang CXX=3Dclang++ CPP=3Dclang-cpp WITH_CLANG=3Dyes WITH_CLANG_IS_CC=3Dyes # This setting to build world without -Werror: NO_WERROR=3D # # This setting to build kernel without -Werror: WERROR=3D=20 # # CFLAGS?=3D -Ofast -fno-strict-aliasing -pipe -march=3Darmv6zk -mfpu=3Dvfp = -mtune=3Darm1176jzf-s -mfloat-abi=3Dhard COPTFLAGS?=3D -Ofast -fno-strict-aliasing -pipe -march=3Darmv6zk = -mfpu=3Dvfp -mtune=3Darm1176jzf-s -mfloat-abi=3Dhard OPTIMIZED_CFLAGS=3D YES BUILD_OPTIMIZED=3D YES WITH_CPUFLAGS=3D YES WITHOUT_DEBUG=3D YES WITH_OPTIMIZED_CFLAGS=3D YES NO_PROFILE=3D YES #BUILD_STATIC=3D NO NO_INET6=3D YES WITH_IPV6=3D NO WITHOUT_IPV6=3D YES WITHOUT_X11=3D YES WITH_PKGNG=3D YES The exported environment variable: TARGET_ARCH=3Darmv6 This is the end of the log of the output of crochet: .. = MAKE=3D/tank/projects/boreview_freebsd/crochet-freebsd/work/obj/tank/proje= cts/boreview_freebsd/head/make.amd64/bmake sh = /tank/projects/boreview_freebsd/head/sys/conf/newvers.sh RPI-B clang -c -Ofast -fno-strict-aliasing -pipe -march=3Darmv6zk -mfpu=3Dvfp = -mtune=3Darm1176jzf-s -mfloat-abi=3Dhard -std=3Dc99 -Wall = -Wredundant-decls -Wnested-externs -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef = -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-error-tautological-compare = -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. = -I/tank/projects/boreview_freebsd/head/sys = -I/tank/projects/boreview_freebsd/head/sys/contrib/altq = -I/tank/projects/boreview_freebsd/head/sys/contrib/libfdt -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -funwind-tables = -mllvm -arm-enable-ehabi -ffreestanding vers.c linking kernel objcopy --strip-debug kernel text data bss dec hex filename 4720280 225248 291788 5237316 4fea44 kernel ld: ERROR: hack.So uses VFP register arguments, kernel.noheader does not ld: failed to merge target specific data of file hack.So *** [kernel] Error code 1 bmake[1]: stopped in = /tank/projects/boreview_freebsd/crochet-freebsd/work/obj/arm.armv6/tank/pr= ojects/boreview_freebsd/head/sys/RPI-B 1 error bmake[1]: stopped in = /tank/projects/boreview_freebsd/crochet-freebsd/work/obj/arm.armv6/tank/pr= ojects/boreview_freebsd/head/sys/RPI-B *** [buildkernel] Error code 2 bmake: stopped in /tank/projects/boreview_freebsd/head 1 error bmake: stopped in /tank/projects/boreview_freebsd/head *** [buildkernel] Error code 2 1 error If somebody has got any idea I'll really appreciate it. thank you again, have a nice day, f.