Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFailed during changing the permission "Superloop Example"
Hello Friend, I am trying to implement Ethernet connectivity on my ESDK board without using OS, and for this i am using Superloop example http://www.alterawiki.com/wiki/superloop_simple_s...
Altera_Forum
Honored Contributor
12 years agoWhere is 'include.h' located? If it's in either the project directory or _bsp directory it will be found. Those two paths are included in the project by default. If it is elsewhere you will either have to add an include path to your project, specifying the folder it is in, or specify the relative path within your include statement:
#include "../INC/include.h". Finally, you are using double quotes to specify the include file, not angle brackets - aren't you?