From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4556 Path: news.gmane.org!not-for-mail From: Andre Renaud Newsgroups: gmane.linux.lib.musl.general Subject: Musl + TCC Date: Mon, 10 Feb 2014 09:07:55 +1300 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1391976498 23625 80.91.229.3 (9 Feb 2014 20:08:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Feb 2014 20:08:18 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4560-gllmg-musl=m.gmane.org@lists.openwall.com Sun Feb 09 21:08:27 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 1WCafx-0005xe-2Q for gllmg-musl@plane.gmane.org; Sun, 09 Feb 2014 21:08:25 +0100 Original-Received: (qmail 9853 invoked by uid 550); 9 Feb 2014 20:08:14 -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 9824 invoked from network); 9 Feb 2014 20:08:07 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=7pPEsXznJwYar5gVCRfo/h599rU0ALRoQvx/G75DqwY=; b=VJxzFcoPsiNSGA4VbMLn7HrTvdavY0QWdSu48LpUapxr/OxBZ6tBcjmeHg80pV01f7 eFTIG29t2ROjRSP0EhSizRVnXf0dub5rtYCixlfRWl/G5WdfL1WTzSf8gW7q6y7RYtHT kFNXy+d9GLnZIK0D1Ae5lZW2OoL2Qxgo1JftDQRK16eI84J8Uz1NkXi5Z3E8xfGnK226 l2NFiU2ofOiMEWZDCE/4h37g8JlZx3ayI7fqgMsevWh+4FtjE8PsMLWIUDkv/V6eVCgY nrHM/uYYryCxse+NfSO7+RKZb61CHwOwbYyYwvt6m19XzpH8UqMAg1swysrNH0pcl2vM Qv8A== X-Gm-Message-State: ALoCoQk1ZC5lGpRvRm7acc7lAc9BZ9ko+Lynqb6l5x3y3XI78MOBEVjmbx28Tb7zpl/uqx0kOMyQ X-Received: by 10.52.106.107 with SMTP id gt11mr17511161vdb.7.1391976475278; Sun, 09 Feb 2014 12:07:55 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:4556 Archived-At: Hi, Has anyone had a go at building musl with Tiny-CC http://bellard.org/tcc/? I was trying to see what the smallest self-hosting Linux system I could make was, but had grief building musl due to TCC's lack of complex support (which is relatively easily removed from musl, just a couple of #includes and removing the src/complex directory). I then had problems with (va_list not being properly defined), and finally a crash in tcc which I couldn't quite track down. Before I get into it too much more, I was wondering if anyone had done this before? Regards, Andre