Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIntel HLS compiler GCC Error
Hi, I'm trying to get the examples for the intel HLS compiler to work (included with Quartus Prime 17.1). As per the initialization requirements, I run: source init_hls.sh I then get...
Altera_Forum
Honored Contributor
8 years agoHello everyone,
I am running into the same problem on Ubuntu 17.10. After trying this fix by frankmage, I bump into this type of error: "In file included from /usr/lib/gcc/x86_64-linux-gnu/7.2.0/../../../../include/c++/7.2.0/stdlib.h:36: /usr/include/c++/4.4/cstdlib:101:11: error: no member named 'div_t' in the global namespace using ::div_t; " Any Idea what could it be causing this? Thanks