From owner-freebsd-arm@FreeBSD.ORG Sun Mar 31 17:09:02 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 20ABDBA for ; Sun, 31 Mar 2013 17:09:02 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 03F436A4 for ; Sun, 31 Mar 2013 17:09:01 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r2VH8tdH030766 for freebsd-arm@freebsd.org; Sun, 31 Mar 2013 17:08:55 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id gb2t5cuq2t4mp5b9q6fpqmz9gs; for freebsd-arm@freebsd.org; Sun, 31 Mar 2013 17:08:55 +0000 (UTC) (envelope-from kientzle@freebsd.org) From: Tim Kientzle Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Missing eabi symbols when building kernel? Date: Sun, 31 Mar 2013 10:08:54 -0700 Message-Id: <7A2CDCFE-841E-4A0D-8C73-39CE29CCADBF@freebsd.org> To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) 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, 31 Mar 2013 17:09:02 -0000 Does anyone recognize this? $ cat make.conf WITH_CLANG_IS_CC=3Dyes $make TARGET_ARCH=3Darmv6 -j 4 buildworld ... $make TARGET_ARCH=3Darmv6 KERNCONF=3DBEAGLEBONE -DWITH_ARM_EABI -j 1 = buildkernel =85... cc -c -O -pipe -std=3Dc99 -g -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/usr/home/tim/projects/crochet-rpi/src/sys = -I/usr/home/tim/projects/crochet-rpi/src/sys/contrib/altq = -I/usr/home/tim/projects/crochet-rpi/src/sys/contrib/libfdt -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -funwind-tables = -mllvm -arm-enable-ehabi -ffreestanding -Werror vers.c linking kernel.debug cam.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0' cam.o:(.ARM.exidx+0x10): undefined reference to `__aeabi_unwind_cpp_pr1' cam_periph.o:(.ARM.exidx+0x0): undefined reference to = `__aeabi_unwind_cpp_pr1' cam_periph.o:(.ARM.exidx+0x10): undefined reference to = `__aeabi_unwind_cpp_pr0' cam_queue.o:(.ARM.exidx+0x0): undefined reference to = `__aeabi_unwind_cpp_pr1' cam_queue.o:(.ARM.exidx+0x18): undefined reference to = `__aeabi_unwind_cpp_pr0' cam_sim.o:(.ARM.exidx+0x0): undefined reference to = `__aeabi_unwind_cpp_pr0' cam_sim.o:(.ARM.exidx+0x18): undefined reference to = `__aeabi_unwind_cpp_pr1' cam_xpt.o:(.ARM.exidx+0x0): undefined reference to = `__aeabi_unwind_cpp_pr1' cam_xpt.o:(.ARM.exidx+0x18): undefined reference to = `__aeabi_unwind_cpp_pr0'