Trying to compile my first OpenCL program, hello world.cl using the command prompt. The hello_world.aocx file is generated, but I received the following compilation errors below:
C:\altera\15_1\hld\bin>aoc ..\examples\hello_world_x64\hello_world\device\hello_
world.cl -o bin\hello_world.aocx -board de1soc_sharedonly
error: error reading 'ûo'
error: error reading 'bin\hello_world.aocx'
error: error reading 'ûboard'
error: error reading 'de1soc_sharedonly'
4 errors generated.
Error: OpenCL parser FAILED.
Refer to hello_world/hello_world.log for details.