Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

OpenCL Kenrel Debug With Eclipse;

Hello, i have a make file project with host application and openCl kernel ;

I build the kernel using aoc (-g -c -march=emulator) for the s5_ref target (to be able to debug it on PC host),

I managed to stop the dgb debugger inside the kernel and debug it;

Could it be also be debugged using eclipse? Could someone point me to any guide;

Thanks; (...using linux)

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I'd like to know too. For now I have been debugging in Netbeans by compiling my kernels with the AMD APP SDK.