a problem with nasm
Submitted by jpg on Mon, 04/26/2004 - 09:53.
hello, i have the following problem while try to build
------------------------------
asm-native:
[asm] Compiling 1 source files to C:\Documents and Settings\JPG\Desktop\jnode\all\build\x86\na
tive\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:\Documents and Settings\JPG\Desktop\jnode\all\build.xml:137: Following error occured while executi
ng this line
C:\Documents and Settings\JPG\Desktop\jnode\all\build-x86.xml:141: Asm failed on C:\Documents and Se
ttings\JPG\Desktop\jnode\core\src\native\x86\jnode.asm
------------------------------
p.s: is there any way to search the forum?
- Login to post comments
Can be made to work
It is possible to deal with spaces in directory names. Check the patch tracker on sourceforge. You'll find my code fix and workaround for this.
spaces in path
Hi,
This is because you have spaces in your build path.
Andras
p.s. Now I have added a message about this issue to the build process documentation.