-
-
[旧帖] [原创][分享]关于WRK编译的时候出现错误:错误番号U1069 0.00雪花
-
发表于: 2013-7-4 15:34 1337
-
今天学习WRK原码编译的时候按照资料进行编译。
输入下面的命令(从资料上拷贝过来的)
nmake –nologo x86=
可是始终报下面的错误
C:\work\WRK-v1.2\base\ntos>nmake –nologo x86=
Microsoft (R) Program Maintenance Utility Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
NMAKE : fatal error U1069: no match found for wildcard '?nologo'
Stop.
C:\work\WRK-v1.2\base\ntos>nmake –nologo x86=
Microsoft (R) Program Maintenance Utility Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
NMAKE : fatal error U1069: no match found for wildcard '?nologo'
Stop.
然后通过命令察看nmake的帮助信息
nmake -help
C:\work\WRK-v1.2\base\ntos>nmake -help
Microsoft (R) Program Maintenance Utility Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
Usage: NMAKE @commandfile
NMAKE [options] [/f makefile] [/x stderrfile] [macrodefs] [targets]
Options:
/A Build all evaluated targets
/B Build if time stamps are equal
/C Suppress output messages
/D Display build information
/E Override env-var macros
/HELP Display brief usage message
/I Ignore exit codes from commands
/K Build unrelated targets on error
/N Display commands but do not execute
/NOLOGO Suppress copyright message
/P Display NMAKE information
/Q Check time stamps but do not build
/R Ignore predefined rules/macros
/S Suppress executed-commands display
/T Change time stamps but do not build
/U Dump inline files
/Y Disable batch-mode
/? Display brief usage message
可还是不好用,后来才发现,原来是我拷贝资料的命令空格出现了问题。靠人眼根本看不出来。
输入下面的命令,搞定编译。
nmake -nologo x86=
如果有人跟我发生同样的问题,可以把命令之间的空格删除,然后手动添入空格。。
输入下面的命令(从资料上拷贝过来的)
nmake –nologo x86=
可是始终报下面的错误
C:\work\WRK-v1.2\base\ntos>nmake –nologo x86=
Microsoft (R) Program Maintenance Utility Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
NMAKE : fatal error U1069: no match found for wildcard '?nologo'
Stop.
C:\work\WRK-v1.2\base\ntos>nmake –nologo x86=
Microsoft (R) Program Maintenance Utility Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
NMAKE : fatal error U1069: no match found for wildcard '?nologo'
Stop.
然后通过命令察看nmake的帮助信息
nmake -help
C:\work\WRK-v1.2\base\ntos>nmake -help
Microsoft (R) Program Maintenance Utility Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
Usage: NMAKE @commandfile
NMAKE [options] [/f makefile] [/x stderrfile] [macrodefs] [targets]
Options:
/A Build all evaluated targets
/B Build if time stamps are equal
/C Suppress output messages
/D Display build information
/E Override env-var macros
/HELP Display brief usage message
/I Ignore exit codes from commands
/K Build unrelated targets on error
/N Display commands but do not execute
/NOLOGO Suppress copyright message
/P Display NMAKE information
/Q Check time stamps but do not build
/R Ignore predefined rules/macros
/S Suppress executed-commands display
/T Change time stamps but do not build
/U Dump inline files
/Y Disable batch-mode
/? Display brief usage message
可还是不好用,后来才发现,原来是我拷贝资料的命令空格出现了问题。靠人眼根本看不出来。
输入下面的命令,搞定编译。
nmake -nologo x86=
如果有人跟我发生同样的问题,可以把命令之间的空格删除,然后手动添入空格。。
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!
赞赏
他的文章
看原图
赞赏
雪币:
留言: