From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10362 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Compiling musl with tcc Date: Thu, 4 Aug 2016 18:18:04 -0400 Message-ID: <20160804221803.GM15995@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1470349105 20452 195.159.176.226 (4 Aug 2016 22:18:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2016 22:18:25 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10375-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 05 00:18:22 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1bVQy2-0004J2-AI for gllmg-musl@m.gmane.org; Fri, 05 Aug 2016 00:18:18 +0200 Original-Received: (qmail 20463 invoked by uid 550); 4 Aug 2016 22:18:16 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 20445 invoked from network); 4 Aug 2016 22:18:16 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10362 Archived-At: On Thu, Aug 04, 2016 at 10:08:47PM +0200, Tim Tassonis wrote: > Hi all > > I was trying to build musl 1.1.15 with tcc 0.9.26, but got into an > assembler error. Is tcc not supported to build musl? tcc might have been able to build musl at some point in the past, but it's not actually a conforming C99 compiler so even if whatever asm issue you're hitting can be fixed or worked around, it wouldn't be "supported". If you still want to try, I'd need more details than "an assembler error" to be able to help. Rich