I had a problem in creating FILE pointer like FILE *fp; and then i opend a file like
fp = fopen("c:/user/xilinx/project1/hello.txt","w");
and i didn't get any address in file pointer while debugging and i didn't get any dump file hello.txt in my project1 help me!!!!!!!!!