[Fwd: Re: [ros-kernel] Re: [ros-cvs] CVS Update: rosapps - Tli st]still NOK

M.Taguchi mtg at ce.wakwak.com
Sat Jun 5 19:12:37 CEST 2004


Hi,
> Compiling Reactos still fails on nasmw command
> 
> There is no nasm version > 0.98  for Win32 .
> I guess this problem is reproductible and not specific to my configuration ?
> 
> --------------------------------------
> mingw32-make -C loaders/dos
> mingw32-make[1]: Entering directory 
> `D:/Gerard/Reactos/Ros/reactos/loaders/dos'
> nasmw -fbin -o loadros.com loadros.asm
> nasm: more than one input file specified
> type `nasm -h' for help
> mingw32-make[1]: *** [loadros.com] Error 1
> mingw32-make[1]: Leaving directory 
> `D:/Gerard/Reactos/Ros/reactos/loaders/dos'
> mingw32-make: *** [dos] Error 2
> ------------------------------------
> 
> Regards
> Gerard
I had the same problem on Linux. It's strange but compiling the file manually like
$ cd reactos/loaders/dos
$ nasm -fbin -o loadros.com loadros.asm
worked for me.

*note*
$ nasm -r
NASM version 0.98

regards, Masahiro.


More information about the Ros-kernel mailing list