Forum Discussion
KennyT_altera
Super Contributor
5 years agohttps://www.intel.com/content/www/us/en/programmable/documentation/apo1572388959915.html it did mention:
In Intel HLS Compiler Standard Edition Command Options, corrected --gcc-toolchain option syntax.
I can't seems to find it. were you able to find it? If no, I will log a bug on it.
- gwatcha5 years ago
New Contributor
Hey Kenny, thanks for your help. I think I set the option, but it dosen't seem to do anything.
I tried setting
`HLS_CXX_FLAGS := -gcc-name=gcc-4.4.7 -gcc-toolchain=/lib/gcc/x86_64-pc-linux-gnu/4.4.7`
in the Makefile for the counter example, and it accepted the option (it does not accept the option with --gcc-toolchain syntax), but I still get the same error message when I build it. The option also isn't listed under --help, so I think this may be a bug.