0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntu 20.04LTSでmodelsimを動かす。

Posted at

#前提
-ubuntu 20.04、
-Intel Quartus prime liteインストール済み

#経緯

~/intelFPGA_lite/20.1/modelsim_ase/bin$ ./vsim

で起動しようとするが下記のエラー。

./../linux/vish: error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory

エラーの内容を調べるとlibXft.so.2の32bit版が無いというエラー。
下記コマンドでインストールする。

sudo apt-get install libxft2:i386

再度./vsimを試すと無事起動。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?