工程路径名中不可以有空格出现,若出现空格,就会出现:
nasm: error: more than one input file specified
例如如下路径:
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\X264_VC2005
解决办法:
去点空格或者换个路径。
解决NASM编译错误
本文介绍了当工程路径名中包含空格时,使用NASM编译器可能会遇到的错误:“morethanoneinputfilespecified”。文章提供了两种解决方案:一是去除路径中的空格;二是更改项目路径。
工程路径名中不可以有空格出现,若出现空格,就会出现:
nasm: error: more than one input file specified
例如如下路径:
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\X264_VC2005
解决办法:
去点空格或者换个路径。

被折叠的 条评论
为什么被折叠?