Forum Discussion
Altera_Forum
Honored Contributor
19 years agoOpencores (IGOR) problem
Hello, I am trying to make a linux kernel (2.6.x) on Altera NIOSII, everything works correctly (I can create an image with default options) but... but when I check field Opencores (IGOR) Emac S...
Altera_Forum
Honored Contributor
19 years agoPlease update Space.c,
Index: Space.c
===================================================================
--- Space.c (revision 31)
+++ Space.c (revision 32)
@@ -73,6 +73,8 @@
extern struct net_device *SK_init(int unit);
extern struct net_device *seeq8005_probe(int unit);
extern struct net_device *smc_init(int unit);
+extern struct net_device *oeth_init(int unit);
+extern struct net_device *mtip1000_init(int unit);
extern struct net_device *dm9ks_probe(int unit);
extern struct net_device *atarilance_probe(int unit);
extern struct net_device *sun3lance_probe(int unit); Please attach your ptf in the wiki, so that I can test the build with open eth in the future. http://nioswiki.jot.com/wikihome/operatingsystems/ethernet (http://nioswiki.jot.com/wikihome/operatingsystems/ethernet)