From owner-freebsd-arm@FreeBSD.ORG Sun Jul 21 20:53:08 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1332096A for ; Sun, 21 Jul 2013 20:53:08 +0000 (UTC) (envelope-from tom@0x544745.com) Received: from mail-oa0-f52.google.com (mail-oa0-f52.google.com [209.85.219.52]) by mx1.freebsd.org (Postfix) with ESMTP id D6BA7253 for ; Sun, 21 Jul 2013 20:53:07 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id g12so8074927oah.39 for ; Sun, 21 Jul 2013 13:53:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=5VOIeWV/wkcrkiuZ2dGdE3nzRW1HOMclUNoidJ8op4s=; b=hEBHMnZgQNKBm16I545ySm6xALS6wPz6WWopV4wBe4xZZrNf2cDOZeCEO0bbClQRdd /VJ0TQx6nfQFVXVF3wMqxVNTwvfud3/m80S0RwG3vLzITdSz9lweIoUcOqiBhYeD2q67 5gIMmtm5WEWyMasQ91b6ocaj5eQdRjVrsBC162g35/9QB5OM+VxQoTrJ6rVmOu7104AM hW/VTZM3hIPl2/r2VlY+xaqIl7P48AsDwHSzrYyESZsDmG0sp3LKOQXU6ODSfc9KFR5b OgqYTEwNzFYyL0ub3hw8L6XCZg+J8MPZnV/a3zf8pJCIAcSutRWGoDA+NKgs6LBwRNrg a0OQ== MIME-Version: 1.0 X-Received: by 10.60.83.75 with SMTP id o11mr24285857oey.45.1374439492616; Sun, 21 Jul 2013 13:44:52 -0700 (PDT) Received: by 10.182.111.67 with HTTP; Sun, 21 Jul 2013 13:44:52 -0700 (PDT) Date: Sun, 21 Jul 2013 14:44:52 -0600 Message-ID: Subject: problem building xdev. From: Tom Everett To: "freebsd-arm@freebsd.org" X-Gm-Message-State: ALoCoQlB5rkMTcD2g1iPQR0js8YAS/NEvT5sMzQJAa+l+E4fb9kZ/JuInu7mrLz3p/t+noZjulBb Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 21 Jul 2013 20:53:08 -0000 I have SVN revision 253531. When I try to build the arm xdev tools: make XDEV=arm XDEV_ARCH=armv6 xdev I get this trace: cc -isystem /usr/armv6-freebsd/usr/include -L/usr/armv6-freebsd/usr/lib -B/usr/armv6-freebsd/usr/lib -c -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config -I/src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc -I. -I/src/FreeBSD/head/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -Dinhibit_libc -fno-inline -fheinous-gnu-extensions -std=gnu99 -Qunused-arguments -fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3 -DElfW=__ElfN -o unwind-arm.o /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:40:50: error: unknown type name '_Unwind_Control_Block' void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp); ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:41:48: error: unknown type name '_Unwind_Control_Block' bool __attribute__((weak)) __cxa_begin_cleanup(_Unwind_Control_Block *ucbp); ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:42:45: error: unknown type name '_Unwind_Control_Block' bool __attribute__((weak)) __cxa_type_match(_Unwind_Control_Block *ucbp, ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:65:3: error: unknown type name '_uw' _uw r[16]; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:72:3: error: unknown type name '_uw64' _uw64 d[16]; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:73:3: error: unknown type name '_uw' _uw pad; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:78:3: error: unknown type name '_uw' _uw w[3]; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:90:3: error: unknown type name '_uw16' _uw16 length; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:91:3: error: unknown type name '_uw16' _uw16 offset; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:96:3: error: unknown type name '_uw' _uw length; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:97:3: error: unknown type name '_uw' _uw offset; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:112:3: error: unknown type name '_uw' _uw demand_save_flags; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:114:3: error: unknown type name '_uw' _uw prev_sp; /* Only valid during forced unwinding. */ ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:124:3: error: unknown type name '_uw' _uw demand_save_flags; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:133:3: error: unknown type name '_uw' _uw fnoffset; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:134:3: error: unknown type name '_uw' _uw content; ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:168:27: error: expected ')' _Unwind_Control_Block *, _Unwind_Context *);// __attribute__((weak)); ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:167:51: note: to match this '(' extern _Unwind_Reason_Code __aeabi_unwind_cpp_pr0 (_Unwind_State, ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:167:52: error: a parameter list without types is only allowed in a function definition extern _Unwind_Reason_Code __aeabi_unwind_cpp_pr0 (_Unwind_State, ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:170:27: error: expected ')' _Unwind_Control_Block *, _Unwind_Context *) __attribute__((weak)); ^ /src/FreeBSD/head/gnu/lib/libgcc/../../../contrib/gcc/config/arm/unwind-arm.c:169:51: note: to match this '(' extern _Unwind_Reason_Code __aeabi_unwind_cpp_pr1 (_Unwind_State, ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] -- A better world shall emerge based on faith and understanding - Douglas MacArthur