I am trying to recompile the openCL examples that come with mcsdk-hpc_03_00_00_18;
The examples that do not require compiling DSP C code, e.g., platforms, vecadd; compiled fine and worked fine on EVMK2H.
When I tried to compile examples that require DSP obj file, e.g., vecadd_openmp or ccode, I got the compilation error
FATAL: kernel too old
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
make[1]: *** [vadd_openmp.obj] Segmentation fault (core dumped)