automake
[Top][All Lists]
Advanced

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

Re: NASM/YASM support


From: Luca Barbato
Subject: Re: NASM/YASM support
Date: Sun, 18 Nov 2012 12:14:30 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 11/18/12 1:08 AM, Stefano Lattarini wrote:
Hi Luca.

On 11/17/2012 08:28 PM, Luca Barbato wrote:
Hi, VLC is considering adding some nasm/yasm assembly in its codebase
and that would require adding support to it in their autotools build
system. How likely would be to add support for such assembler directly
in automake?

I know basically nothing about assembly, and this is just a quick reply
before bedtime, but...  would this help?

   http://www.gnu.org/software/automake/manual/automake.html#Assembly-Support

No, sadly it does not, you have to pass

yasm -f $format [-a $arch] -o out.o y.asm

e.g.

yasm -f elf64 -o out.o y.asm

yasm -f win64 -o out.o y.asm

yasm -f macho64 -o out.o y.asm

If not, what's missing?

It is faster to consider yasm/nasm as yet another language, I'm afraid.

lu



reply via email to

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