Forum Discussion
Engineer87
New Contributor
2 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 ...
- 2 years agoI 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.
BoonBengT_Altera
Moderator
2 years agoHi @Engineer87,
Good day, just following up on the previous clarification.
By any chances did you managed to look into it?
Hope to hear from you soon.
Best Wishes
BB
Engineer87
New Contributor
2 years agoHello and thnx for your attention. Yes, maybe cyclonev or aria10 are small for this design??? Did you know other chip i mean bigger ones? When in x86 arch it works it mean the code is correct by i++ . am i right? What is happened by the march cyclonev or aria10?