NMAKE : warning U4006: special macro undefined : '$
當用DDK的"Build Environments"中Build命令編譯驅動源程式時,出現以下類似錯誤:
errors in directory C:/sys dev/builkusb
NMAKE : warning U4006: special macro undefined : '$<'
NMAKE : warning U4006: special macro undefined : '$<'
NMAKE : warning U4006: special macro undefined : '$<'
NMAKE : warning U4006: special macro undefined : '$<'
是怎麼回事呢? 初學者一般都會覺得一頭霧水?
這個是因為"C:/sys dev/builkusb" 這個目錄路徑名中包含了空格(space), 損壞了NMAKE 預設巨集展開;
建議驅動源程式的目錄路徑名不要包含空格. 如: "C:/sys_dev/builkusb"
否則在用Build命令編譯時就會出現以上錯誤提示;
good luck!
相關文章
- special ?&#
- [LeetCode] 3152. Special Array IILeetCode
- undefine macro xxxxxMac
- gateway 報錯 allowedOrigins cannot contain the specialGatewayAI
- [LeetCode] 893. Groups of Special-Equivalent StringsLeetCodeUI
- share undefinedUndefined
- [WARNING] warning: Class com.google.protobuf.Descriptors not found - continuing with a stub.GoUI
- null 和 undefinedNullUndefined
- 關於 UndefinedUndefined
- Call for Papers | IJCNN 2019 Special Section 徵稿通道開啟CNN
- Spark Special_楊寧遠 雜題分析.mdSpark
- Warning: RPMDB altered outside of yumIDE
- webstorm(二):拼寫warningWebORM
- 過程宏(proc-macro)Mac
- Rust中的macro_rulesRustMac
- 深入探討 UndefinedUndefined
- compact (): Undefined variable: operatorUndefined
- 報錯xxxx of undefinedUndefined
- undefined與null與?. ??UndefinedNull
- Uncaught TypeError: $(...).attr(...) is undefinedErrorUndefined
- 程式碼會引發 Notice: Undefined variable: undefined_variable 錯誤Undefined
- warning: already initialized constant FileUtils::VERSIONZed
- Warning: Cannot redeclare function_name()Function
- proc-macro-workshop:builder-1MacUI
- proc-macro-workshop:builder-4MacUI
- proc-macro-workshop:builder-5MacUI
- proc-macro-workshop:builder-6MacUI
- proc-macro_workshop:builder-7MacUI
- proc-macro-workshop:builder-2MacUI
- proc-macro-workshop:debug-2Mac
- proc-macro-workshop:debug-3Mac
- proc-macro-workshop:debug-4Mac
- proc-macro-workshop:debug-5Mac
- proc-macro-workshop:debug-6Mac
- proc-macro-workshop:debug-7Mac
- proc-macro-workshop:debug-8Mac
- proc-macro-workshop:seq-1Mac
- proc-macro-workshop:seq-2Mac