Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTry the following:
Write another header file altera_avalon_tse.h and put it in a directory earlier on the -I include path list. File contents: # include <altera_avalon_tse.h># undef ALTERA_CHECKLINK_TIMEOUT_THRESHOLD# define ALTERA_CHECKLINK_TIMEOUT_THRESHOLD <new value> This should work provided altera_avalon_tse.c contains# include <altera_avalon_tse.h> not #include "altera_avalon_tse.h"