[求助]关于Visual DSP++ 使用的问题
我刚接触VisualDSP++5.0,对一个问题摸索了两天了还没有结果,请高手赐教:
我用VisualDSP++载入程序进行build(示例程序),总会出现下面的问题(所有的程序都出现):
说是不能打开temp中的文件,可是我没把东西放在里面啊,(只是安装的时候一个log文件好像被系统默认放在了里面)。
[Error ea1012] ".\bkfir2_flp32.asm":1 'C:\DOCUME~1\ADMINI~1.AMS\LOCALS~1\Temp\bkfir2_flp322': Unable to open input file for reading.
Previous errors prevent assembly
Assembler totals: 1 error(s) and 0 warning(s)
[Warning ea1109] "command-line":1 Unable to delete pre-processor output file.: C:\DOCUME~1\ADMINI~1.AMS\LOCALS~1\Temp\bkfir2_flp322
Tool failed with exit/exception code: 1.
Build was unsuccessful.
自己也试过改变工程文件的目录,无效;
又装了4.5的版本,发现存在类似问题,百思不得其解。请高手指教,谢谢。