tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] __builtin_va_* builtins missing


From: avih
Subject: Re: [Tinycc-devel] __builtin_va_* builtins missing
Date: Wed, 31 Oct 2018 21:16:12 +0000 (UTC)

Do you have a specific issue to build tcc on musl or use va_* with tcc built with musl?

For me, on current Alpine linux (with gcc 8.2) `git clone git://git.or.cz/tinycc && cd tinycc && ./configure --config-musl && make` builds fine, all the tests pass (`make test`), and I've used this tcc (in the past) to build complex programs which use va_* (mpv).

Is there something you're trying to do which you can't? if yes, can you please give exact steps to reproduce? (including the error messages, if any, which you get)


On Wednesday, October 31, 2018 10:53 PM, Jan Nieuwenhuizen <address@hidden> wrote:


Daniel Wingerd writes:

> I'm working on getting musl to build using TCC and the first problem I
> encountered was that TCC is missing __builtin_va_* builtins.

I suspect this is on x86_64?  FWIW, I have finally managed to
bootstrap*) TCC on i686-linux using the Mes C Library and a pretty
simplistic stdarg+).

Greetings,
janneke

*) http://joyofsource.com/reduced-binary-seed-bootstrap.html
+) http://git.savannah.gnu.org/cgit/mes.git/tree/include/stdarg.h

--
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com


_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]