用ISE8.1进行波形仿真时总是出现Simulator:222 - Generated C++ compilation was unsuccessful

来源:百度知道 编辑:UC知道 时间:2024/06/07 13:26:48
程序进行行为仿真时没出问题,但是功能仿真时总是出现Simulator:222 - Generated C++ compilation was unsuccessful

如果帮我解决问题,我再追加50
虽然没有解决,还是把分给你吧!

I've run into something like this fairly often. Usually because the
[C++] compiler was unable to write the executable, because Windows thought
it was busy.
There's a message about "unable to delete...", but it's usually lost in
the shuffle.

If this is the case, kill any runaway simulation process. If the file
remains busy, rename it. If that fails, pay your respects to Windows and
reboot.

我也是同样的问题,上面是我找到的解决办法,不太好使