From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6238 Path: news.gmane.org!not-for-mail From: stephen Turner Newsgroups: gmane.linux.lib.musl.general Subject: converting gcc from glibc to musl Date: Wed, 1 Oct 2014 11:37:22 -0400 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e011847d2a5f96305045e4602 X-Trace: ger.gmane.org 1412177864 1945 80.91.229.3 (1 Oct 2014 15:37:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2014 15:37:44 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6251-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 01 17:37:35 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XZLyB-0005c5-2V for gllmg-musl@plane.gmane.org; Wed, 01 Oct 2014 17:37:35 +0200 Original-Received: (qmail 16049 invoked by uid 550); 1 Oct 2014 15:37:34 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 16041 invoked from network); 1 Oct 2014 15:37:34 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ASJaFonRL6fHic7oL7X8gXPu2HkvjSaqHLN8903ZXfQ=; b=DtPs8oh1trFZGo7eYCOQOAdnicSx+5WNvQzWZ8yB9f4Lrz7tDO7tuE1NIe/nule5On dFhc3wYnNQAshIgAxLFBCPJ9By3I64s7jsxipW+w6MW5n0a4JlYHBHoLmnGPNKI9lRLm oldkExE70VrcQ1bgjIYCLMsO+BL2Y/+w8oW+eJyNp1v3Xkxpt2RZHqMtRDgpNfYkH2jz 4PJguWSM3Oo/XOG4CgRJck9KQEHEUZnDfePMLyefY51dVEGQwPGn2RqXYavI3Mw09mnU i0cgrlOspckxoFaGFrKG5JtGPUvA798e4Hphcbtt+lschooJoo8v5/o8fumG/gy5PDyM WFnQ== X-Received: by 10.52.118.40 with SMTP id kj8mr35274986vdb.30.1412177842269; Wed, 01 Oct 2014 08:37:22 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:6238 Archived-At: --089e011847d2a5f96305045e4602 Content-Type: text/plain; charset=UTF-8 Im having a really hard time getting this working correctly. Long story short i have probobly made every mistake possible but now i have a system with busybox, make, bash, musl (no wrapper) 3.2 headers (using 3.2 debian kernel) and a patched binutils-2.24 and gcc-4.6.4 (with math libs) I compile everything static and use the musl-gcc wrapper installed on by host system to compile binutils and gcc. everything runs in the target system but i get a error when running configure that talks about the a.out file is not executable and gcc cannot compile programs (it does make the a.out file though it just cant run) would this be an issue with my headers/libs or binutils/gcc ? The end goal here is to create the most vanilla system possible that can dynamically use musl. albiet ive chosen some rather un-vanilla programs for the base. --089e011847d2a5f96305045e4602 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Im having a really hard time getting this working correctl= y. Long story short i have probobly made every mistake possible but now i h= ave a system with busybox, make, bash, musl (no wrapper) 3.2 headers (using= 3.2 debian kernel) and a patched binutils-2.24 and gcc-4.6.4 (with math li= bs)

I compile everything static and use the musl-gcc wra= pper installed on by host system to compile binutils and gcc. everything ru= ns in the target system but i get a error when running configure that talks= about the a.out file is not executable and gcc cannot compile programs (it= does make the a.out file though it just cant run)

would this be an issue with my headers/libs or binutils/gcc ?
The end goal here is to create the most vanilla system possibl= e that can dynamically use musl. albiet ive chosen some rather un-vanilla p= rograms for the base.
--089e011847d2a5f96305045e4602--