Altera_Forum
Honored Contributor
15 years agoProblem about the NIOS II IDE c code
I don't know, dose anyone have the same problem with me??
MY problem is this... I want to printf the data from my NIOS II IDE to the *.txt file I try to use the "fopen" like this... --------------------------------------------------------------- FILE *fpl; fpl=fopen("..\\qq.txt","w"); fprintf(fpl,"111 %d\n",velocity); fclose(fpl); --------------------------------------------------------------- But, it is not workable. Should I have to set anything in the SOPC builder or NIOS II IDE?? So, Does anyone could help me?? Thank you very much...