Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWORKING: DE2-115 Simple Socket Server
Hi, It seems difficult to get help on these forums so I want to pass on what i learnt for others. I've struggled to learn FPGAs over the past few weeks and I have finally got a simple socket s...
Altera_Forum
Honored Contributor
14 years agoThanks for posting your design. I cannot get your design running.
When I implement your design, I get the error: undefined reference to 'tse_mac_device' Specifically, the error lies in these two lines of code are indicated in the file altera_avalon_tse.c: if(tse_mac_device.tse_mac_base == p_driver_data->hw_mac_base_addr) {psys_info = &tse_mac_device; Does anyone know how I can handle this error? I can't see how I should build my own socket server, when the examples are not working. I can also use the DE4 board if that is easier. Thanks