问题描述
我无法在我的 64 位计算机上将 Quartus 14.1.0 与 Linux Debian(wheezy 和 Jessie)一起使用.
I can't use Quartus 14.1.0 with Linux Debian (wheezy and Jessie) on my 64 bits computer.
如果我在控制台上启动它,我会收到以下消息:
If I launch it on console I've got this message :
user@fpgaformation:/opt/altera/14.1/quartus/bin$ ./quartus
Inconsistency detected by ld.so: dl-close.c: 743: _dl_close: Assertion `map->l_init_called' failed!
GUI 已正确启动.但是,在使用它几分钟后,quartus 突然消失,终端上没有消息,但出现了一个 altera 问题窗口.在这个窗口中,我们可以得到以下报告:
And the GUI is launched correctly.But, after some minutes of using it, quartus disappear suddenly without message on terminal but with an altera problem-window.In this window, we can get the following report :
Problem Details
Error:
*** Fatal Error: Segment Violation at (nil)
Module: quartus
Stack Trace:
0x68cd4: fwrite + 0x34 (c.so.6)
0x1205b: showit + 0x5b (curl.so.4)
0x12388: Curl_debug + 0xe8 (curl.so.4)
0x125ff: Curl_failf + 0xdf (curl.so.4)
0x910f: Curl_resolv_timeout + 0x12f (curl.so.4)
End-trace
Executable: quartus
Comment:
None
System Information
Platform: linux64
OS name: Debian GNU/Linux
OS version: 7
Quartus II Information
Address bits: 64
Version: 14.1.0
Build: 186
Edition: Web Edition
我还使用 QuartusII 14.0.0,它在同一台计算机上运行良好.
I use also QuartusII 14.0.0 which work well on the same computer.
我知道 Altera 不正式支持 Debian(仅 RedHat),但如果有人知道吗?
I know that Altera does'nt support Debian officially (only RedHat) but if somebody has a clue ?
推荐答案
这是 Altera 中的一个已知错误.他们为我提供了一个补丁来纠正它:
It's a known bug in Altera. They provided me a patch to correct it :
quartusii-14.1-0.19-linux.run
补丁可以在 altera 支持网站上找到:rd01272015_37
The patch can be found on altera support website :rd01272015_37
我应用了它,现在 quartus 运行良好.我认为他们很快就会发布此更正.
I applied it and quartus work well now. I think they will publish this correction soon.
这篇关于QuartusII 14.1.0 Debian Linux 崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!