From owner-freebsd-arm@FreeBSD.ORG Fri Jan 9 22:52:33 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44579FF5 for ; Fri, 9 Jan 2015 22:52:33 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7051B1F for ; Fri, 9 Jan 2015 22:52:32 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id l89so11204404qgf.12 for ; Fri, 09 Jan 2015 14:52:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aOaIiQtJ1QtGLh5cEHVPR9380jF3hTVcVzfDhEgRTFY=; b=Ylh6UV3mKcjVmO0cSeNdNTq4ZOeTBo7FcGUZbPfRAztpAqUOY8J9ky9z+DWtaEX7CH oBWEFcTrMszDejghCwVKji/pRiRk7Dkh4syL7CfdjJGC/sXj7hlDNULqCAx8zpbZyWpK Zalc9VvRHs+EEmKTb889/4qTUR16DhUtWKSAeOTWB5etKGJdkhdkju7lLcEJIgw6Md8P ++xWwdJrXyO1eTAEDxYGWjzf9tCySNHryZPfeV5YKPwLYyJE3yJ86komzRrRaWwbLGjV weFClwslDbiyDDy+9c62plXdLeo+CT5nf5/3fqxPwIfkPeuxz7UtIwxTQ97ppDOub1JQ swQg== MIME-Version: 1.0 X-Received: by 10.224.112.9 with SMTP id u9mr31706744qap.18.1420843952051; Fri, 09 Jan 2015 14:52:32 -0800 (PST) Received: by 10.140.97.203 with HTTP; Fri, 9 Jan 2015 14:52:31 -0800 (PST) In-Reply-To: References: Date: Fri, 9 Jan 2015 23:52:31 +0100 Message-ID: Subject: Re: Issue with arm cross compiler xdev on FreeBSD 10.1 From: Kai Noetzel To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 22:52:33 -0000 Hi Warner, I tried to issue your command and it ran for quite a while but stopped finally with the following error: cc -c -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -Dinhibit_libc -fno-inline -std=3Dgnu99 -fheinous-gnu-extensions -Qunused-arguments -fvisibility=3Dhidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3D3 -DElfW=3D__ElfN -o libunwind.o /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S:29:10: fatal error: 'machine/acle-compat.h' file not found #include ^ 1 error generated. *** Error code 1 Stop. make[4]: stopped in /usr/src/gnu/lib/libgcc *** Error code 1 Stop. make[3]: stopped in /usr/src *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src On Fri, Jan 9, 2015 at 11:30 PM, Warner Losh wrote: > Let=E2=80=99s get back to basics=E2=80=A6 > > can you do the following? > > make buildworld TARGET_ARCH=3Darmv6 WITHOUT_CLANG=3Dt > WITHOUT_CLANG_BOOTSTRAP=3Dt WITH_GCC=3Dt WITH_GCC_BOOTSTRAP=3Dt > > ???? > > Warner > > > > > On Jan 9, 2015, at 3:26 PM, Kai Noetzel wrote: > > > > Hi, > > > > I'm having issues trying to build the arm cross compiler on the followi= ng > > system: > > > > root@bsdcompy:/usr/src # uname -a > > FreeBSD bsdcompy 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov = 11 > > 21:02:49 UTC 2014 > > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC > > amd64 > > > > I checked out: > > > > svn co http://svn.freebsd.org/base/head /usr/src > > > > When I run: > > > > root@bsdcompy:/usr/src # make XDEV=3Darm XDEV_ARCH=3Darmv6 WITH_GCC=3D1= xdev > > > > I get the following error: > > > > ...... > > =3D=3D=3D> xdev lib/libelftc (obj,depend,all) > > =3D=3D=3D> xdev usr.bin/addr2line (obj,depend,all) > > cc -O2 -pipe > > -I/usr/src/usr.bin/addr2line/../../contrib/elftoolchain/libelftc > > -I/usr/src/usr.bin/addr2line/../../contrib/elftoolchain/common -std=3Dg= nu99 > > -fstack-protector -Qunused-arguments -c > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:105:39: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > warnx("dwarf_tag: %s", dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:119:14: > > error: use of undeclared identifier 'DW_DLV_ERROR' > > if (ret =3D=3D DW_DLV_ERROR) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:122:8: > > warning: implicit declaration of function 'dwarf_formstring' is invalid > in > > C99 [-Wimplicit-function-declaration] > > if (dwarf_formstring(sub_at, &func0, &de)) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:136:7: > > warning: implicit declaration of function 'dwarf_global_formref' is > invalid > > in C99 [-Wimplicit-function-declaration] > > if (dwarf_global_formref(spec_at, &ref, &de)) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:138:7: > > warning: implicit declaration of function 'dwarf_offdie' is invalid in > C99 > > [-Wimplicit-function-declaration] > > if (dwarf_offdie(dbg, ref, &spec_die, &de)) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:150:13: > > error: use of undeclared identifier 'DW_DLV_ERROR' > > if (ret =3D=3D DW_DLV_ERROR) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:151:54: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > errx(EXIT_FAILURE, "dwarf_child: %s", dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:157:13: > > error: use of undeclared identifier 'DW_DLV_ERROR' > > if (ret =3D=3D DW_DLV_ERROR) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:158:58: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > errx(EXIT_FAILURE, "dwarf_siblingof: %s", > dwarf_errmsg(de)); > > ^= ~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:189:22: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:210:7: > > warning: implicit declaration of function 'dwarf_srclines' is invalid i= n > > C99 [-Wimplicit-function-declaration] > > if (dwarf_srclines(die, &lbuf, &lcount, &de) !=3D > DW_DLV_OK) { > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:211:45: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > warnx("dwarf_srclines: %s", dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:219:8: > > warning: implicit declaration of function 'dwarf_lineaddr' is invalid i= n > > C99 [-Wimplicit-function-declaration] > > if (dwarf_lineaddr(lbuf[i], &lineaddr, &de)) { > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:221:22: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:224:8: > > warning: implicit declaration of function 'dwarf_lineno' is invalid in > C99 > > [-Wimplicit-function-declaration] > > if (dwarf_lineno(lbuf[i], &lineno, &de)) { > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:226:22: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:229:8: > > warning: implicit declaration of function 'dwarf_linesrc' is invalid in > C99 > > [-Wimplicit-function-declaration] > > if (dwarf_linesrc(lbuf[i], &file0, &de)) { > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:231:22: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:269:14: > > error: use of undeclared identifier 'DW_DLV_ERROR' > > if (ret =3D=3D DW_DLV_ERROR) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:271:21: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:387:46: > > error: too many arguments to function call, expected 4, have 6 > > if (dwarf_init(fd, DW_DLC_READ, NULL, NULL, &dbg, &de)) > > ~~~~~~~~~~ ^~~~~~~~~ > > /usr/include/libdwarf.h:144:1: note: 'dwarf_init' declared here > > int dwarf_init(int, int, Dwarf_Debug *, Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:388:53: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > errx(EXIT_FAILURE, "dwarf_init: %s", dwarf_errmsg(de)); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:390:6: > > warning: implicit declaration of function 'dwarf_get_elf' is invalid in > C99 > > [-Wimplicit-function-declaration] > > if (dwarf_get_elf(dbg, &e, &de) !=3D DW_DLV_OK) > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:391:56: > > error: passing 'Dwarf_Error' (aka 'struct _Dwarf_Error') to parameter o= f > > incompatible type 'Dwarf_Error *' (aka 'struct _Dwarf_Error *'); take t= he > > address > > with & > > errx(EXIT_FAILURE, "dwarf_get_elf: %s", dwarf_errmsg(de)= ); > > ^~ > > & > > /usr/include/libdwarf.h:122:39: note: passing argument to parameter her= e > > const char *dwarf_errmsg(Dwarf_Error *); > > ^ > > > /usr/src/usr.bin/addr2line/../../contrib/elftoolchain/addr2line/addr2line= .c:407:15: > > warning: incompatible pointer types passing 'Dwarf_Debug' (aka 'struct > > _Dwarf_Debug *') to parameter of type 'Dwarf_Debug *' > > (aka 'struct _Dwarf_Debug **'); take the address with & > > [-Wincompatible-pointer-types] > > dwarf_finish(dbg, &de); > > ^~~ > > & > > /usr/include/libdwarf.h:141:32: note: passing argument to parameter her= e > > int dwarf_finish(Dwarf_Debug *, Dwarf_Error *); > > ^ > > 9 warnings and 16 errors generated. > > *** Error code 1 > > > > Stop. > > make[2]: stopped in /usr/src/usr.bin/addr2line > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/src > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src > > > > Would be great if someone could take a look. > > Thanks in advance. > > > > Best, > > Kai > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > >