Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
I had faced to this problem (Nios II 8.1). You are using Superloop InterNiche, aren't you ? In order to compile with "success", I modified in alt_iniche_*.c the functions that cause errors. I remember using ALT_CLOSE() instead of alt_close(). I mean I used some macros which are defined in Altera's include. Something like that. I think there are conflicts between your modified iniche's code and altera's code. My solution is a dirty one.