Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #389572

Re: question about linker

Path csiph.com!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups comp.lang.c
Subject Re: question about linker
Date Wed, 11 Dec 2024 16:04:07 -0800
Organization None to speak of
Lines 35
Message-ID <87o71hwyvc.fsf@nosuchdomain.example.com> (permalink)
References <vi54e9$3ie0o$1@dont-email.me> <87frnbt9jn.fsf@nosuchdomain.example.com> <viaqh0$nm7q$1@dont-email.me> <877c8nt255.fsf@nosuchdomain.example.com> <viasv4$nm7q$2@dont-email.me> <vibr1l$vvjf$1@dont-email.me> <vic73f$1205f$1@dont-email.me> <20241129142810.00007920@yahoo.com> <vicfra$13nl4$1@dont-email.me> <20241129161517.000010b8@yahoo.com> <vicque$15ium$2@dont-email.me> <vid110$16hte$1@dont-email.me> <vifcll$1q9rj$1@dont-email.me> <vifiib$1s07p$1@dont-email.me> <viht27$2hgg1$3@dont-email.me> <vjb8e9$1973q$1@paganini.bofh.team> <20241211111856.00005d14@yahoo.com> <vjbunl$1h46m$1@dont-email.me>
MIME-Version 1.0
Content-Type text/plain
Injection-Date Thu, 12 Dec 2024 01:04:12 +0100 (CET)
Injection-Info dont-email.me; posting-host="fce124256618fa8243377af1ae3d31f3"; logging-data="1823554"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Zy/ZVU23YUFQ0OP85KnaZ"
User-Agent Gnus/5.13 (Gnus v5.13)
Cancel-Lock sha1:hEe6dCb1i0igIzYcHAD0soueO30= sha1:A8AN3aumF7G1g7wktAsQv3BKiIc=
Xref csiph.com comp.lang.c:389572

Show key headers only | View raw


bart <bc@freeuk.com> writes:
[...]
> I remember running TCC on both RPi1 (2012) and RPi4 (2019). That would
> be ARM32 (some version of ARMv7 I guess; I find ARM model numbers
> bewildering).
>
> It's possible I also tried TCC in the ARM64 mode of RPi4.
>
> So it sounds rather unlikely that TCC doesn't support ARM.

tcc supports multiple targets.  On Linux, if you build from source using
"--enable-cross" as an argument to "./configure", it will build (as of
the latest version) 12 different compilers:

    arm-tcc
    arm-wince-tcc
    arm64-osx-tcc
    arm64-tcc
    c67-tcc
    i386-tcc
    i386-win32-tcc
    riscv64-tcc
    tcc
    x86_64-osx-tcc
    x86_64-tcc
    x86_64-win32-tcc

"tcc" is equivalent to "x86_64-tcc", matching the system I built it on.

I note that there are 4 ARM variants.  I don't know enough about ARM
CPUs to know what useful variants might be unsupported.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: question about linker antispam@fricas.org (Waldek Hebisch) - 2024-12-11 05:37 +0000
  Re: question about linker Michael S <already5chosen@yahoo.com> - 2024-12-11 11:18 +0200
    Re: question about linker bart <bc@freeuk.com> - 2024-12-11 11:57 +0000
      Re: question about linker Michael S <already5chosen@yahoo.com> - 2024-12-11 16:26 +0200
      Re: question about linker David Brown <david.brown@hesbynett.no> - 2024-12-11 16:15 +0100
        Re: question about linker Michael S <already5chosen@yahoo.com> - 2024-12-11 19:22 +0200
          Re: question about linker David Brown <david.brown@hesbynett.no> - 2024-12-11 21:35 +0100
            Re: question about linker Michael S <already5chosen@yahoo.com> - 2024-12-12 00:26 +0200
              Re: question about linker David Brown <david.brown@hesbynett.no> - 2024-12-12 09:27 +0100
                Re: question about linker Michael S <already5chosen@yahoo.com> - 2024-12-12 14:13 +0200
                Re: question about linker antispam@fricas.org (Waldek Hebisch) - 2024-12-12 19:30 +0000
      Re: question about linker antispam@fricas.org (Waldek Hebisch) - 2024-12-11 23:33 +0000
      Re: question about linker Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-12-11 16:04 -0800
    Re: question about linker David Brown <david.brown@hesbynett.no> - 2024-12-11 16:10 +0100
  Re: question about linker David Brown <david.brown@hesbynett.no> - 2024-12-11 16:03 +0100
    Re: question about linker Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-12-12 15:03 +0100
      Re: question about linker bart <bc@freeuk.com> - 2024-12-12 14:37 +0000
        Re: question about linker Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-12-12 16:20 +0100
          Re: question about linker bart <bc@freeuk.com> - 2024-12-12 18:17 +0000
            Re: question about linker Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-12-12 22:18 +0100
              Re: question about linker bart <bc@freeuk.com> - 2024-12-12 22:12 +0000
              Re: question about linker antispam@fricas.org (Waldek Hebisch) - 2024-12-13 14:20 +0000
                Re: question about linker David Brown <david.brown@hesbynett.no> - 2024-12-13 17:29 +0100
                Re: question about linker Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-12-13 18:26 +0100
                Re: question about linker David Brown <david.brown@hesbynett.no> - 2024-12-13 18:42 +0100
                Re: question about linker Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-12-13 19:16 +0100
                Re: question about linker bart <bc@freeuk.com> - 2024-12-13 17:41 +0000
                Re: question about linker antispam@fricas.org (Waldek Hebisch) - 2024-12-14 04:36 +0000
                Re: question about linker bart <bc@freeuk.com> - 2024-12-14 12:24 +0000
                Re: question about linker antispam@fricas.org (Waldek Hebisch) - 2024-12-14 13:47 +0000

csiph-web