Re: [Tinycc-devel] a.out support (was Re: add an executable format?)

2023-02-04 Thread tccm
Hello Brian, On Sat, Feb 04, 2023 at 02:28:32PM +, Brian Callahan wrote: > One thing I noticed in your elf2aout.c comments is that Minix-2 only > supports 14-character file names. You can make the temp file much > shorter if needed (e.g., hard code it to be something like "temp.aout"). This

Re: [Tinycc-devel] a.out support (was Re: add an executable format?)

2023-02-04 Thread Brian Callahan
Hello -- On 2/4/2023 8:31 AM, tccm wrote: > On Sat, Jan 21, 2023 at 07:03:52AM +0100, tccm wrote: >> I will test your patch and report here. > > Hello Brian, > > Many thanks for your code, it helped a lot. > Glad to hear that it helped. One thing I noticed in your elf2aout.c comments is that

Re: [Tinycc-devel] FWD: Can't build for riscv64 or arm64

2023-02-04 Thread Christian Jullien
This post does not solves missing types but be aware that more recent gcc versions changed the names to [unsigned] __int128 Hence __uint128_t => unsigned __int128 __int128_t => __int128 Old names remain for compatibility and are *strictly* equivalent. For example, starting with gcc v11.x,

[Tinycc-devel] a.out support (was Re: add an executable format?)

2023-02-04 Thread tccm
On Sat, Jan 21, 2023 at 07:03:52AM +0100, tccm wrote: > I will test your patch and report here. Hello Brian, Many thanks for your code, it helped a lot. I did not use the upstream build scripts/tools (including configure and Makefile), they are not applicable on older platforms. IOW I did not