We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Am trying to experiment file based operations inside FVP environment , my intention is to pass the inputs via FILE for a Unit testing a function inside FVP in DS.
FILE *fp = fopen("D:\arm_ds5\sve2_matmul_f64\test.txt","r"); if(fp == NULL) printf("cannot read file "); --> always getting this print since File is not found , Kindly suggest the workaround for the same
Thank you for returning to the Arm Development Studio to share your answer. Many thanks.