Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHello everyone,
The only solution I found was to install the proper GCC version that Intel HLS asks for (4.4.7). It can be tricky as your OS (just like mine) won't always provide you such older versions of GCC. If you don't want to compile the sources of GCC 4.4.7 (which can be hard as you might need to compile several versions of GCC in between your version ans this one in order for it to compile) you can get a compiled one copying files from a docker container. This is absolutely not the most elegant way of doing things but it worked for me. As centos 7 still uses GCC 4.4, you can create a container based on centos 7 and install GCC from it. You can then retrieve the correct files to your host OS. This trick allowed me to to Intel HLS since without problems, Hoping this can help