This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: User defined sections
- To: gcc at gcc dot gnu dot org
- Subject: Re: User defined sections
- From: Daniël Mantione <daniel at deadlock dot et dot tudelft dot nl>
- Date: Wed, 10 Oct 2001 13:09:47 +0200 (CEST)
On Wed, 10 Oct 2001, Daniël Mantione wrote:
> problem: problem.o image.o
> gcc -Xlinker -T -Xlinker link.res -o problem problem.o image.o
>
> problem.o: problem.c
> gcc -o problem.o problem.c
>
> image.o:
> nasm -F elf -o image.o image.asm
...sorry, there are a few typos in the Makefile
> I have placed these files on the web at
> http://darkstar.vhl.tudelft.nl/customsection
The one on the web is correct.
Daniël Mantione