[CentOS]Lattice MicoSystem Install
.mem作成のところでエラーが。Cビルドのところで再度やってみると以下が。
**** Build of configuration Debug for project test ****
make all
0 [main] make 10916 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to
the public mailing list cygwin@cygwin.com
make[1]: Entering directory `/cygdrive/c/user/googledrive/work/lm32/aroe_tutorial/lm32test/sw/test/lm32test/Debug'
make[1]: Leaving directory `/cygdrive/c/user/googledrive/work/lm32/aroe_tutorial/lm32test/sw/test/lm32test/Debug'
CentOSへLattice DiamondとMicosystemをインストールして同じチュートリアルをやることに。
Lattice Diamondはすんなりインストール出来たが、その後のLattice Micosystemで不足LIBが。
[root@localhost bob]# rpm -ivh diamond_3_2-lm_x64-134-x86_64-linux.rpm
error: Failed dependencies:
libgmp.so.3 is needed by diamond_3_2-lm_x64-3.2-134.x86_64
perl(XML::DOM) is needed by diamond_3_2-lm_x64-3.2-134.x86_64
perl(XML::Parser) is needed by diamond_3_2-lm_x64-3.2-134.x86_64
perl(XML::RegExp) is needed by diamond_3_2-lm_x64-3.2-134.x86_64
[root@localhost bob]#
「CentOS perl-XML-RegExp」などとぐぐると、RepForgeだったか、そんなサイトでrpmがおいてある。
後は、それらをrpm -ivhでインストールしたら不足は消えた。
インストールが完了し、/usr/local/diamond/3.2_x64/bin/lin64/launchmicosystem
を起動したら、今度は以下のエラーが。
./launchmicosystem: error while loading shared libraries: libQtXml.so.4: cannot open shared object file: No such file or directory