Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCheers for the help! I tried it but i get the error below
-------------------------------------------------------------------------- **** Build of configuration Release for project hello_world_small_0 **** make -s all includes Linking hello_world_small_0.elf... obj/hello_world_small.o(.text+0x1c): In function `main': ../hello_world_small.c:28: undefined reference to `fopen' obj/hello_world_small.o(.text+0x38):../hello_world_small.c:33: undefined reference to `getc' collect2: ld returned 1 exit status make: *** [hello_world_small_0.elf] Error 1 Build completed in 30.842 seconds -------------------------------------------------------------------------- I spent a bit of time trying to figure out why it doesnt recognist 'fopen' but couldnt get to the bottom of it?? I'm guessing I must have missed a# include but i couldnt remember which (if any) relates to it.... essentially there are six variables being broadcast from a device to a computer and I am trying to eaves drop on this line to get those six variables into quartus. Hope that makes sense! So where should I go from here? Sorry for being such a noob..