Forum Discussion
Altera_Forum
Honored Contributor
16 years agoQuick update: I'm getting the following error when "Include Small C Library" is checked in the project's System Library Properties:
make -s all includes
Compiling count_binary.c...
Linking count_binary_0.elf...
obj/count_binary.o(.text+0x434): In function `main':
../count_binary.c:332: undefined reference to `fopen'
collect2: ld returned 1 exit status
make: *** Error 1 This assignment's instructions say to include the small C library, but whether or not it's included, we get errors.