Forum Discussion
Altera_Forum
Honored Contributor
16 years agosimple socket server is simple, but still need help
Hi all, Thanks for reading this thread, hope you could help me out. My situation is here: hardware: cIII 120 develop board software: QII 9.1 sp2, Nios II 9.1 sp2 What i hav...
Altera_Forum
Honored Contributor
16 years agoHi Jake,
Thank you for reply. I did try this ************************************************** to avoid troulbe, modife get_mac_addr() as: ****************************************** int get_mac_addr(NET net, unsigned char mac_addr[6]) { mac_addr[0]=0xB7; mac_addr[1]=0xA7; mac_addr[2]=0xED; mac_addr[3]=0xFF; mac_addr[4]=0xFF; mac_addr[5]=0xFF; return 0; // return (get_board_mac_addr(mac_addr)); } ****************************************** ************************************************** it fails too. waiting for help