I assume you are working the project with Microsoft Visual studio, right?.
the example need input file real_1d_ccs_double_ex1.d which is located in directory data.
But you can simplify the code , for example in real_1d_ccs_double_ex1.c
comment the line and insert n=5.
// if(read_data_file_1d(argc, argv, &n)) return 1;
n=5;
Then ctrl+F5, you will see the correct output.
issue with intel debugger
i'm evaluating fft function of mkl library.
i'm running example code under dftc directory. and example code is real_1d_ccs_double_ex1.c
and support c files are dfti_example_status_print.c, dfti_example_support.c.
i don't see any error during compilation and building the project.
but when i go to debug mode. it comes out of debug mode with following message "Native has exited with code1(0x1)".
i'm not able to see output.