quartus II编译报错:Error: Current license file does not support the XXX device 环境win10,Quartus2出现破解问题

简介: Current license file does not support

问题解决思路:

1、翻译报错: 错误: 当前许可证文件不支持该设备

2、原因: license.dat文件里的网卡号(MAC地址)与本机不匹配

3、分析如下


  • license.dat文件中的MAC地址来自其他电脑
  • 破解时选择的MAC地址不稳定(开启了随机硬件地址)等



4、KEY:选择一个稳定的 MAC 地址并放入 license.dat 文件中:


Windows PowerShell命令提示符里输入ipconfig/all,挑选觉得稳定不会变化的 MAC 地址。



不好复制就在 quartus 软件的 license setup 窗口中复制相同的 MAC 地址:



然后推荐用记事本打开 license.dat 文件,更改 MAC 地址:



license setup窗口中选择刚才保存的license.dat文件。之后写个简单程序编译一下,注意文件路径不能有中文和空格。



成功解决问题啦!

目录
相关文章
|
9月前
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
216 0
|
iOS开发
Xcode报错解决方法:ld: symbol(s) not found for architecture arm64
Xcode报错解决方法:ld: symbol(s) not found for architecture arm64
2431 0
|
6月前
|
C++
解决方案-CMake error: error in configuration process, project files may be invalid(Windows&VS可参考)
解决方案-CMake error: error in configuration process, project files may be invalid(Windows&VS可参考)
911 0
|
11月前
|
iOS开发
Xcode运行报错Failed to prepare device for development.解决办法
Xcode运行报错Failed to prepare device for development.解决办法
509 0
|
Windows
WINDOWS/cygwin编译lame出错:error: ‘_O_BINARY‘ undeclared
WINDOWS/cygwin编译lame出错:error: ‘_O_BINARY‘ undeclared
142 0
|
PyTorch 算法框架/工具 C++
导入pytorch报错:Redistributable is not installed...安装vc_redist.x64.exe报错:Error 1402:Could not open key..
导入pytorch报错:Redistributable is not installed...安装vc_redist.x64.exe报错:Error 1402:Could not open key..
导入pytorch报错:Redistributable is not installed...安装vc_redist.x64.exe报错:Error 1402:Could not open key..
Keil报错:cannot open source input file "core_cmInstr.h" 解决办法
Keil报错:cannot open source input file "core_cmInstr.h" 解决办法
406 0
Keil报错:cannot open source input file "core_cmInstr.h" 解决办法
|
程序员 iOS开发 开发者
iOS开发:程序打包提示Ignoring file XXX missing required architecture arm7 in file XXX错误
前段时间在开发过程中遇到一个iOS打包报错Ignoring file XXX missing required architecture arm7 in file XXX的问题,然后回想了一下问题所在,是因为集成了ijk播放器插件,然后ijk三方库不支持arm7造成的报错。
142 0
iOS开发:程序打包提示Ignoring file XXX missing required architecture arm7 in file XXX错误
|
iOS开发
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
182 0
|
内存技术 芯片
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL   是因为目标板的芯片处于休眠的状态,在尝试连接目标板时候也会出现报错Internal command ...
3495 0