Eu acho que consegui uma instalação limpa sem ajustes demais. Por favor, veja a página de ajuda no LiberoSOC .
Espero que ajude.
Fiz esta pergunta no Electronic O StackExchange de engenharia , mas não encontrou a resposta correta, e a pergunta foi encerrada, pois foi sinalizada como não relacionada.
I am trying to install the latest version of the Libero SW tools set from Microsemi/Actel on my Ubuntu laptop.
The web site of the company says that their SW only supports the RH linux and they don't mention Ubuntu anywhere on their site. But I only have access to Ubuntu and therefore need to find a way to install it so I can work on my project.
I have followed the instruction of Microsemi and installed all the necessary libraries before running the installation program, but I still can't get this to work.
Does anyone knows if SW for RH can be installed on Ubuntu? Do I need to add extra libraries that are not part of current installation I have?
My installation is "Linux 3.8.0.32-generic x86_64"
Thanks in advance for your help.
Primeiro, não consegui instalá-lo, mas depois que instalei algumas fontes, como encontrei na linha seguinte, fiquei um pouco mais longe e recebi a seguinte mensagem de erro:
Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... strings: '/lib/libc.so.6': No such file
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) /lib/libc.so.6
Depois que eu pesquisei, encontrei-o em vários locais da minha instalação
sudo find / -name "libc.so.6"
/lib/x86_64-linux-gnu/libc.so.6
/lib/i386-linux-gnu/libc.so.6
/lib32/libc.so.6
e, em seguida, criou um link para corrigir isso:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
Agora estou indo mais longe na instalação, mas ainda não estou começando a instalação! Este é o último erro que estou recebendo:
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace: java.lang.UnsatisfiedLinkError: /tmp/install.dir.10759/Linux/resource/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
Eu não sou especialista em Linux, até achei que tinha um bom conhecimento básico, mas isso está realmente me impedindo de avançar.
Realmente aprecie sua ajuda.
Eu acho que consegui uma instalação limpa sem ajustes demais. Por favor, veja a página de ajuda no LiberoSOC .
Espero que ajude.