tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TCC code generation for a stack based VM


From: Mauricio Abre
Subject: Re: [Tinycc-devel] TCC code generation for a stack based VM
Date: Sat, 06 Nov 2004 15:39:27 -0300
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

Hi Lucas, all

lucas wix wrote:
On Thu, 04 Nov 2004 09:17, Fabrice Bellard wrote:


Use ELF, it does exactly what you want - no need to handle symbols
if you don't need them. An ELF loader can be 50 line long.
Moreover, I won't integrate another object or executable format in
TinyCC if it is not a standard one.

Fabrice.


Hi, thank you for TCC.

Are there any books or online resources that you can recommend for me to learn about linkers/loaders/ELF.

Thank you

You can find almost every file format spec (although most are not 100% complete, but they help a lot) here: http://www.wotsit.org/default.asp

For the linker/loader, I have no clue, but I think ld & libbfd srcs would help a lot.

Best regards
Mauricio




reply via email to

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