[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Tinycc-devel Digest, Vol 224, Issue 5
From: |
squidrin |
Subject: |
Re: [Tinycc-devel] Tinycc-devel Digest, Vol 224, Issue 5 |
Date: |
Mon, 17 Jan 2022 18:14:30 +0100 (CET) |
Hello,
I just tried it, and it works flawlessly from what i've tested. Thanks a lot!
If I run into any more problems, I'll be sure to remove said headers.
Jan 17, 2022, 12:01 by tinycc-devel-request@nongnu.org:
> Send Tinycc-devel mailing list submissions to
> tinycc-devel@nongnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
> or, via email, send a message with subject or body 'help' to
> tinycc-devel-request@nongnu.org
>
> You can reach the person managing the list at
> tinycc-devel-owner@nongnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tinycc-devel digest..."
>
>
> Today's Topics:
>
> 1. Compatibility with musl and tcc (squidrin@tuta.io)
> 2. Re: Compatibility with musl and tcc (Alvarito050506)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 16 Jan 2022 21:33:35 +0100 (CET)
> From: squidrin@tuta.io
> To: tinycc-devel@nongnu.org
> Subject: [Tinycc-devel] Compatibility with musl and tcc
> Message-ID: <MtZa4w5--7-2@tuta.io>
> Content-Type: text/plain; charset=UTF-8
>
> Hello
> I was wondering if musl and tcc still were compatible with one another. I
> seem to still have trouble with important headers, such as?
>
> #include <stdio.h>
>
> In attempting to follow
> 'https://lists.nongnu.org/archive/html/tinycc-devel/2017-05/msg00081.html', I
> still failed at getting tcc to compile. Knowing that this thread is around 4
> years old, it can't be too insane to imagine that this is simply outdated. I
> am using the latest version of tcc from 'https://repo.or.cz/tinycc.git', and
> am using Alpine Linux. Thanks in advance.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 16 Jan 2022 19:41:16 -0300
> From: Alvarito050506 <donfrutosgomez@gmail.com>
> To: tinycc-devel@nongnu.org
> Subject: Re: [Tinycc-devel] Compatibility with musl and tcc
> Message-ID:
> <CAD1qbqQ3=0Z9mLHUM3ZyNaBYOeNkaL4SPpSF_82WO_a93H8cDQ@mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hello,
>
> I know it's a dumb question but, do you have the `musl-dev` package
> installed? Because I've seen similar errors (with stddefs, stdargs,
> etc.), but never one with stdio.
>
> I'm on aarch64, but in my experience you just have to clone the repo,
> pass the `--config-musl` flag to the configure script, delete TCC's
> `include/std*.h` files so they don't interfere with musl's, and then
> `make && make install`.
>
> Also, that e-mail indeed seems outdated, since TCC now offers
> __builtin_va* implementations and/or shims, depending on the platform.
>
> Hope this helps.
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Tinycc-devel mailing list
> Tinycc-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
>
> ------------------------------
>
> End of Tinycc-devel Digest, Vol 224, Issue 5
> ********************************************
>
- Re: [Tinycc-devel] Tinycc-devel Digest, Vol 224, Issue 5,
squidrin <=