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文件。之后写个简单程序编译一下,注意文件路径不能有中文和空格。



成功解决问题啦!

目录
相关文章
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
307 0
|
iOS开发
Xcode运行报错Failed to prepare device for development.解决办法
Xcode运行报错Failed to prepare device for development.解决办法
600 0
Keil报错:cannot open source input file "core_cmInstr.h" 解决办法
Keil报错:cannot open source input file "core_cmInstr.h" 解决办法
563 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造成的报错。
162 0
iOS开发:程序打包提示Ignoring file XXX missing required architecture arm7 in file XXX错误
使用WebStorm 报错解决方法!!Unable to save settings: Failed to save settings (内含注册码破解码)
使用WebStorm 报错解决方法!!Unable to save settings: Failed to save settings (内含注册码破解码)
546 0
使用WebStorm 报错解决方法!!Unable to save settings: Failed to save settings (内含注册码破解码)
|
内存技术 芯片
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 ...
3586 0
|
iOS开发
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
191 0
|
iOS开发
XCode出现Could not locate device support files的解决办法
XCode出现Could not locate device support files的解决办法
674 0
|
C语言
Qt Creator新安装后运行一个程序后,出现错误:Error while building/deploying project dict-qt (kit: Desktop Qt 5.10.0 MinGW 32bit) When executing step "qmake"
1、环境介绍:在windows10 Pro下,当前Qt Creator版本,如下图所示: 2、问题描述:当用Qt Creator新建一个工程后,按Ctrl + R 构建/部署时,出现问题,问题截图如下: 3、解决方案:这是由于Qt Creator打开的工程文件夹的绝对路径中存在中文字符,只需将工...
5758 0