Altera_Forum
Honored Contributor
8 years agoGet error when compiling 'hello_world.cl'
when I use this command to compile an OpenCL kernel:
c:\intelfpga_pro\16.1\hld\board\de5a_net_i2\tests\hello_world> aoc -v --board de5a_net_i2 .\device\hello_world.cl -o .\bin\hello_world.aocx --reportI get output like this: aoc: environment checks are completed successfully. you are now compiling the full flow!! aoc: selected target board de5a_net_i2 aoc: running opencl parser.... aoc: opencl parser completed successfully. aoc: compiling.... aoc: linking with ip library ... +--------------------------------------------------------------------+ ; estimated resource usage summary ; +----------------------------------------+---------------------------+ ; resource + usage ; +----------------------------------------+---------------------------+ ; logic utilization ; 19% ; ; aluts ; 10% ; ; dedicated logic registers ; 10% ; ; memory blocks ; 10% ; ; dsp blocks ; 5% ; +----------------------------------------+---------------------------; aoc: first stage compilation completed successfully. error: peak virtual memory: 607 megabytes error: processing ended: tue sep 12 09:10:41 2017 error: elapsed time: 00:00:32 error: total cpu time (on all processors): 00:00:00 error: ip-generate failed. refer to hello_world/hello_world.log for details. And there is my log file:https://alteraforum.com/forum/attachment.php?attachmentid=14114&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=14114&stc=1 how can i deal with it? Thanks!