Re: Nasm Error




You *should* be able to simply run:

wmake -f Mkfiles/openwcom.mak os2

Any bug fixes would be highly appreciated before we release 2.00.

Also, as I mentioned, please do try out tomorrow's snapshot (20071128). It should build in about 2 1/2 hours.

-hpa

Built from source as per your instructions, using the latest openwatcom 1.7. Build worked fine.

Nasm now works!

[C:\downloads]nasm.exe
nasm: error: no input file specified
type `nasm -h' for help

[C:\downloads]ndisasm.exe
usage: ndisasm [-a] [-i] [-h] [-r] [-u] [-b bits] [-o origin] [-s sync...]
[-e bytes] [-k start,bytes] [-p vendor] file
-a or -i activates auto (intelligent) sync
-u same as -b 32
-b 16, -b 32 or -b 64 sets the processor mode
-h displays this text
-r or -v displays the version number
-e skips <bytes> bytes of header
-k avoids disassembling <bytes> bytes from position <start>
-p selects the preferred vendor instruction set (intel, amd, cyrix, idt)
.