tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] linking tcc-code together with asm-code.


From: Piotr Skamruk
Subject: Re: [Tinycc-devel] linking tcc-code together with asm-code.
Date: Tue, 28 Jun 2005 22:52:29 +0200
User-agent: Mutt/1.5.8i

* Paul Anselm Härle, (address@hidden) napisał:
> ... 
> well, here's how i compile that stuff:
> c:
> tcc -ffreestanding -c Main.c -o Main.o
> asm:
> nasm -f aout Starter.asm -o Starter.o
why Ur useing aout format?
tcc is based on elf so this looks like problem
with linking objects in diffrend formats




reply via email to

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