Michael_vdV
New Contributor
3 years agoNichestack TCP binding error
Hello,
On the Arria 10 GX Development I have a design using the Nichestack running without problems.
But I'm having problems getting almost the same design running on a my own board.
I think differences are negligible except that my board has a different (smaller) FPGA: 10AX048H3F34E2LG.
I get the following error when trying to create_server_socket:
create_server_socket: Creating TCP server socket
create_server_socket: Binding TCP server socket
create_server_socket: result=-1 (errno=12 "Not enough space")
create_server_socket: Error binding TCP server socket
I don't have a clue on how to resolve. What does it mean? And how can I fix it?
Thank you