Forum Discussion
Altera_Forum
Honored Contributor
16 years agofail to create output file - simple io problem
Any idea what is wrong with the code below? The code failed to create the sample.txt file. Runtime error. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> ...
Altera_Forum
Honored Contributor
16 years agoActually my project takes in parameters and generates a bmp file. I am utilizing the hardware acceleration to compare the time taken to complete the bmp iterations.
The problem is how do i create the bmp file? Write the bit values to flash? And how do i retrieve it? I am at the stage where i am still finding out on how to implement it and exploring the options. I do not have a clear picture yet.