Altera_Forum
Honored Contributor
9 years agoOpenCL SDK 16.0 not generating all the files
Hi there,
I am using Altera OpenCL SDK 16.0 on Ubuntu 16.04. Though I know its not officially supported on Ubuntu but I made some small changes to the PCIe driver files and was able to install all the components successfully. Now I am trying to use AOC to compile NDrange kernel and I see that some files likes <kernel_name>.area (which reports kernel specific resource utilization) are not being generated. Also there is no <your_kernel_filename>/reports/report.html file generated either (no "reports" directory is created) as claimed by the documentation. Running the tool as root does not have any effect. Could this be happening due to the tool's incompatibility with the Ubuntu Operating System or might I be missing something (like compile time flags)? I am compiling with the following flags to check area consumption: aoc -v -c -g <path_to_kernel_file> Have these features been deprecated and not updated in the programming guide and best practices guide?