Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi all
after 2 weeks I can run the SSS application thanks for providing the modified version for DE2-115 and thanks for all post , it was very helpful for me especially is my first nios II application ! but I cant only run the application with the DHCP if I disable DHCP I get the following errors and the application won't build 1- void SSSInitialTask(void *task_data) { INT8U error_code; system_dhcp_hostname = "NEEK_1"; wait_on_phy(); /* * Register new DHCP "IP attained" callback function. * If DHCP is acquired, ws_ipset will be called instead of dhc_main_ipset(). */ dhc_set_callback( 0, ws_ipset ); // error 2- void SSSMonitorPhyTask(void *task_data) { // // // dhc_set_state( 0, dhcs_initreboot );// errorany idea how to fix these 2 errors to connect FPGA directly to my PC many thanks in advance