Jnode build error

I get the following error when I try to build jnode from a fully updated codebase:

asm-native:
[asm] Compiling 1 source files to C:\...\Jnode\source\all\build\x86\32bits\native\output
[asm] nasm: error: more than one input file specified
[asm] nasm: error: more than one input file specified
[asm] type `nasm -h' for help

BUILD FAILED
C:\...\Jnode\source\all\build.xml:337: The following error occurred while executing this line:
C:\...\Jnode\source\all\build.xml:301: The following error occurred while executing this line:
C:\...\Jnode\source\all\build-x86.xml:153: Asm failed on
C:\...\Jnode\source\core\src\native\x86\jnode.asm

build cd-x86-lite

I am building Jnode using: build cd-x86-lite

You need the right version

You need the right version of asm, try using yasm.

Regards,
Martin

How do I tell Ant to use yasm instead of nasmw?

Now I get the following error:

asm-native:
[asm] Compiling 1 source files to ...\Jnode\source\all\build\x86\32bits\native\output

BUILD FAILED
C:\...\Jnode\source\all\build.xml:337: The following error occurred while executing this line:
C:\...\Jnode\source\all\build.xml:301: The following error occurred while executing this line:
C:\...\Jnode\source\all\build-x86.xml:153: java.io.IOException: Cannot run program "nasmw.exe": CreateProcess error=2, ...