X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp-1.adminflex.de (smtp-1.adminflex.de [84.38.79.71]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 82D27DC0A08 for ; Mon, 11 Nov 2013 09:49:58 +0000 (UTC) Received: from 91-66-231-240-dynip.superkabel.de ([91.66.231.240] helo=[192.168.178.35]) by smtp-1.adminflex.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Vfp8l-0001wq-6l for alpine-devel@lists.alpinelinux.org; Mon, 11 Nov 2013 10:54:43 +0000 Message-ID: <5280A831.9010205@port-zero.com> Date: Mon, 11 Nov 2013 10:49:37 +0100 From: "Leslie P. Polzer | PORT ZERO" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Problem building gnat for armhf Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Timo, have you by any chance encountered this error when crossbuilding gnat as part of gcc for armhf: ada/ali.o: In function `ali__scan_ali__fatal_error__wchar.7321': ali.adb:(.text+0x1c): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__checkc.7267': ali.adb:(.text+0xac): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__skip_eol.7302': ali.adb:(.text+0x144): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__skip_line.7304': ali.adb:(.text+0x27c): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__get_nat.7284': ali.adb:(.text+0x340): undefined reference to `_gnat_stack_check' ada/ali.o:ali.adb:(.text+0x444): more undefined references to `_gnat_stack_= check' follow collect2: error: ld returned 1 exit status make[2]: *** [gnatbind] Error 1 make[2]: *** Waiting for unfinished jobs.... ada/ali.o: In function `ali__scan_ali__fatal_error__wchar.7321': ali.adb:(.text+0x1c): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__checkc.7267': ali.adb:(.text+0xac): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__skip_eol.7302': ali.adb:(.text+0x144): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__skip_line.7304': ali.adb:(.text+0x27c): undefined reference to `_gnat_stack_check' ada/ali.o: In function `ali__scan_ali__get_nat.7284': ali.adb:(.text+0x340): undefined reference to `_gnat_stack_check' ada/ali.o:ali.adb:(.text+0x444): more undefined references to `_gnat_stack_= check' follow This is with latest aports and an up to date edge system. I don't get this when crossbuilding for x86-musl. It looks like this function isn't defined for armhf, or the file it is defined in is not included. Leslie --=20 Dipl.Ing.(BA) Leslie P. Polzer | CTO - PORT ZERO UG (haftungsbeschr=E4nkt) Softwareentwicklung & IT Engineering Adalbertstra=DFe 7/8 10999 Berlin Tel.: +49 (0)30 - 69 200 907 - 0 Fax: +49 (0)30 - 69 200 907 - 9 http://www.port-zero.com --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---