Engineer87
New Contributor
3 years agoProblem in Quartus Prime I++ HLS Compiling "The command line is too long."
hello every one.
I got sticky problem in compiling my C++ code.
when compiling wants to be finished the compiler stops and showing this message:
The command line is too long.
HLS Main Optimizer FAILED.
Here is my command line:
-march=Arria10 main.cpp -o test-fpga.exe
and I have uploaded Image of Error...
thanks for answers...
- I finally found the solution. The answer is : compiling c++ code in fpga mode with i++ compiler needs a huge amount of Ram and hdd resource for page filing. For example a cycloneV design needs about 64gb ram and resource. it depends on your design. That is it.