新下载的TCPMP 0.72RC1 编译ARMV4I的时候可以编译通过编译EMULATOR 或 x86的时候报错误
--------------------Configuration: common - Win32 (WCE emulator) Debug--------------------Performing Custom Build Step on .\cpu\x86.asm''nasm'' 不是内部或外部命令,也不是可运行的程序或批处理文件。Error executing c:\windows\system32\cmd.exe.
aac.plg - 1 error(s), 0 warning(s)
问题的主要原因在于"nasm",在网上直接下载了一个nasm2.02的可执行文件nasm.exe,并将nasm.exe直接拷贝到C:\Program Files\Microsoft eMbedded C++ 4.0\EVC\wce500\bin目录下,编译通过!
>> 阅读全文