Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYes, I am trying/corverting the superloop into Nios2 EDS 9.1 into the 3c25 kit. It has been a challenge. Last night I was able to compile/link/download the project succesfully but I did not have time to run it (telnet, ftt, ping). I will try it today.
My fix is a dirty one too... I modified the following files located: ..\\superloop_iniche_lib\iniche\src. alt_iniche_close.c //int close (int fd) int alt_close (int fd) alt_iniche_read.c //int read (int fd, void *ptr, size_t len) int alt_read (int fd, void *ptr, size_t len) alt_iniche_write.c //int write (int fd, const void *ptr, size_t len) int alt_write (int fd, const void *ptr, size_t len) alt_iniche_fctnl.c //int fcntl (int file, int cmd, ...) int alt_fcntl (int file, int cmd, ...)