- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I'm following the intel® high level synthesis compiler getting started guide for the Linux version it states that GCC compiler must be version 4.4.7 and newer ones are not supported.
I'm running Ubuntu 16.04 LTS and gcc version is 5.4.0. How can I install the 4.4.7 version? Thank you.Link copiado
1 Responder
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I have installed it from Ubuntu trusty repositories. I don't know if this is the optimal solution but it worked.
edit the apt sources file: sudo nano /etc/apt/sources.list add the trusty repo at the end: deb http://us.archive.ubuntu.com/ubuntu/ trusty universe reload the sources: sudo apt-get update install gcc 4.4: sudo apt-get install gcc-4.4
Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora