Altera_Forum
Honored Contributor
20 years agouClinux and MAC opencore
Dear Sirs:
I am now trying to work with uClinux and MAC opencores but i have the following error when i try to generate the kernel: include/nios2_system.h:48:2: warning:# warning Could not execute ...scripts/nios2_system.h/OpenCores_Ethernet_MAC.pm. I have seen there is such file and the content is: package opencores_ethernet_mac; use base qw(BasicModule); use strict; sub required_module_names { ("igor_mac") } sub required_class_name { "opencores_ethernet_mac"; } sub run { opencores_ethernet_mac->run2 (@_); } 1; Any idea about what is going wronly?. Thanks Jorge