NASM assembly problems

Paul Leyland paul at leyland.vispa.com
Thu Apr 14 09:20:01 CEST 2005


On Thu, 2005-04-14 at 07:17, Brian Gladman wrote:

> You need to put the NASM executable in the VC++ binary folder, which is:
> 
> C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
> 
> on my system (note that this is different on VC6 and VC8 beta).

I haven't tried this for the particular case of building GMP, but I have
found that the executable for other examples of custom build steps can
be anywhere you wish, as long as an absolute path to it is specified. 
Thus something like "C:\myprogs\nasm.exe" may work when "nasm" doesn't

OTOH, there may be just too many places where the bare word "nasm" is
used and which are not within your convenient control.

> You aslo need to make sure that the NASM executable is called nasm.exe
> and not nasmw.exe.
> 
> I am happy to help with any other problems you run into.

Likewise, though Brian is the undoubted expert.


Paul




More information about the gmp-discuss mailing list