Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI had the same issue with another MAC which was implemented in SOPC Builder under Linux. The MAC was in the "system.h" but the header file of the driver not included in "alt_sys_init.c". So I included it on my own and added the INIT and INSTANCE methods defined in the header file. This works but stays only in this file as long as you do not change the system library.
By the way under Windows there were no problems. EDIT: I looked over your pictures again an saw that you included the "dm9000.h" instead of "dm9000a.h". Perhaps this solves some of your problems.