Re: [Tinycc-devel] Programmer to Programmer

2020-09-23 Thread Christian Jullien
: tinycc-devel@nongnu.org Subject: Re: [Tinycc-devel] Programmer to Programmer Dear tcc Development Team; I have downloaded the latest version of the Tiny C Compiler but when I try to run a program compiled by it, I get an error message about the exec format being invalid. I suppose that the

Re: [Tinycc-devel] Programmer to Programmer

2020-09-23 Thread avih via Tinycc-devel
I already replied to it the last time you asked: https://lists.nongnu.org/archive/html/tinycc-devel/2020-09/msg00034.html On Wednesday, September 23, 2020, 10:22:40 PM GMT+3, Thema wrote: Dear tcc Development Team; I have downloaded the latest version of the Tiny C Compiler butwhen I

Re: [Tinycc-devel] Programmer to Programmer

2020-09-23 Thread Thema
Dear tcc Development Team; I have downloaded the latest version of the Tiny C Compiler but when I try to run a program compiled by it, I get an error message about the exec format being invalid. I suppose that the ELF header is not compatible with the current operating system in use. Is there anot

Re: [Tinycc-devel] Programmer to Programmer

2020-09-14 Thread avih via Tinycc-devel
On Monday, September 14, 2020, 04:18:21 PM GMT+3, Thema wrote: > I have downloaded the latest version of the Tiny C Compiler but > when I try to run a program compiled by it, I get an error message > about the exec format being invalid. I suppose that the ELF header > is not compatible with the

Re: [Tinycc-devel] Programmer to Programmer

2020-09-14 Thread Thema
Dear tcc Development Team; > > I have downloaded the latest version of the Tiny C Compiler but > when I try to run a program compiled by it, I get an error message > about the exec format being invalid. I suppose that the ELF header > is not compatible with the current operating system in use. Is

[Tinycc-devel] Programmer to Programmer

2020-09-13 Thread Thema
Hello TCC Workers; I noticed that the tcc compiler does not separate the compiler program and the linker program. I am in the process of developing an ELF64 linker for the Linux 64-bit Operating System called 'tgld'.I was wondering if you can include a weblink to the linker after testing. Sincer

Re: [Tinycc-devel] Programmer to Programmer

2020-09-13 Thread Thema
Dear tcc Development Team; I have downloaded the latest version of the Tiny C Compiler but when I try to run a program compiled by it, I get an error message about the exec format being invalid. I suppose that the ELF header is not compatible with the current operating system in use. Is there anot