I guess you just put the same value of {builddir} to{workdir} in source code. It causes all the prameter-templetes start at build folder.
Params: "{srcfile}" -o "{builddir}\{filename}.o" compile code:Run: C:\WINDOWS\system32\cmd.exe /C D:\PROGRA~1\NASM\NASM.EXE "D:\WORKSP~1\OSTEST\BUILD\BOOT.ASM" -o "D:\WORKSP~1\OSTEST\BUILD\build\boot.o" From: D:\WORKSP~1\OSTEST\BUILD
but my source files are not in build directory.
Log in to post a comment.
I guess you just put the same value of {builddir} to{workdir} in source code. It causes all the prameter-templetes start at build folder.
Params: "{srcfile}" -o "{builddir}\{filename}.o"
compile code:Run: C:\WINDOWS\system32\cmd.exe /C D:\PROGRA~1\NASM\NASM.EXE "D:\WORKSP~1\OSTEST\BUILD\BOOT.ASM" -o "D:\WORKSP~1\OSTEST\BUILD\build\boot.o"
From: D:\WORKSP~1\OSTEST\BUILD
but my source files are not in build directory.