Forum Discussion
Altera_Forum
Honored Contributor
10 years agoundefined reference to fseek
Hello everyone i am doing edge detection on de2-115 using quartus and nios2. When i tried to build my project it shows me errors like undefined reference to fseek, fread, fopen. i have included a...
Altera_Forum
Honored Contributor
10 years agoHello again,
I have enlarge the on chip memory size and disable small c library. So now I am running my program its just giving one printf statement. in my C program It has one input image and output will give me edge detected image. My question where I have to put my source images. I have kept it in the folder where my helloworld program is stored. Is it right ?? Thanks