mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Samuel Holland <samuel@sholland.net>
To: musl@lists.openwall.com
Subject: Re: converting gcc from glibc to musl
Date: Wed, 01 Oct 2014 15:54:32 -0500	[thread overview]
Message-ID: <542C6A08.7010107@sholland.net> (raw)
In-Reply-To: <CAA7aPHg-0q_yv4FRaZp3ra41Ezmp2qMbtD8Nabj+vYGC2Z09Bg@mail.gmail.com>

On 10/01/2014 03:34 PM, stephen Turner wrote:
> Yea i had to patch gcc just to get it to compile which due to various
> issues i have only gotten to run on the target musl system when i use
> the musl wrapper to compile gcc.
>
> how would i go about fixing this linker issue? is it with binutils, gcc,
> or musl?

See lines 77-79 of the musl-cross patch. When you set your triple to 
i686-linux-musl instead of i686-linux-gnu, it sets musl as the default 
linker. You didn't, so it defaults to glibc, but you can still tell it 
to use musl manually, either by putting -mmusl in CFLAGS or the command 
line, or by editing the specs file, like the musl-gcc wrapper does.

Once you get it working, though, I recommend recompiling gcc with 
--host=i686-linux-musl

-- 
Regards,
Samuel Holland <samuel@sholland.net>


  parent reply	other threads:[~2014-10-01 20:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-01 15:37 stephen Turner
2014-10-01 16:10 ` Szabolcs Nagy
2014-10-01 17:54   ` stephen Turner
2014-10-01 18:13     ` Szabolcs Nagy
2014-10-01 19:11       ` stephen Turner
2014-10-01 20:44         ` Szabolcs Nagy
2014-10-01 19:00     ` Samuel Holland
2014-10-01 19:13       ` stephen Turner
2014-10-01 19:35         ` Samuel Holland
2014-10-01 19:44           ` stephen Turner
2014-10-01 20:17             ` Samuel Holland
2014-10-01 20:34               ` stephen Turner
2014-10-01 20:43                 ` stephen Turner
2014-10-01 20:54                 ` Samuel Holland [this message]
2014-10-02 20:31                   ` stephen Turner
2014-10-02 20:47                     ` Samuel Holland
2014-10-02 22:40                       ` stephen Turner
2014-10-03 13:51                         ` stephen Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=542C6A08.7010107@sholland.net \
    --to=samuel@sholland.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).