Re: [lwip-users] New to LwIp - a few questions for a new exotic port

2018-10-26 Thread Ivan Warren
Le 10/26/2018 à 3:36 PM, Sergio R. Caprile a écrit : I fail to see where the problem is. lwIP does not require an OS, as long as you can compile C code you are fine. A port is basically what you described, you write your driver, you read this: http://www.nongnu.org/lwip/2_1_x/group__sys__layer.

Re: [lwip-users] New to LwIp - a few questions for a new exotic port

2018-10-26 Thread Sergio R. Caprile
I fail to see where the problem is. lwIP does not require an OS, as long as you can compile C code you are fine. A port is basically what you described, you write your driver, you read this: http://www.nongnu.org/lwip/2_1_x/group__sys__layer.html you modify architecture dependent files, and you put

[lwip-users] New to LwIp - a few questions for a new exotic port

2018-10-26 Thread Ivan Warren
Please disregard the previous post... It was just me being lazy as to how to use cmake... --Ivan smime.p7s Description: Signature cryptographique S/MIME ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwi

[lwip-users] New to LwIp - a few questions for a new exotic port

2018-10-25 Thread Ivan Warren
Hello, I am new to LwIp and I have a hobby project which involves getting an IP stack to run on a legacy system that is neither unix nor windows. (IBM VM/370 Hypervisor and CMS for those wondering) I already have enough done so that I can cross compile a C program on a linux system.. I have