> I could tell you another story about how well lwIP ran on my > ARM7, but I'd like to question the significance of the > statement "never seen lwIP work on an ARM7"... If it has a C > compiler, it runs! (of course, you need an ethernet MAC also...)
lwIP on an ARM7 -> http://www.freertos.org/portsam7xlwIP.html This is rather old now and does not use the latest lwIP port. There is code in the Contributed Ports section of the FreeRTOS.org download that runs on ARM7 and ARM9 though (I think, from memory). Plus newer demos on other architectures. > > You have to be careful about using the word GCC, I guess: at > first, I compiled lwIP with the C++ compiler of GCC, which > lead to many warnings. > But using the C compiler, I'm pretty sure there are no > warnings generated (unless you use one of the more chatty > warning switches). The above link is using GCC. Regards, Richard. + http://www.FreeRTOS.org 17 official architecture ports, more than 6000 downloads per month. + http://www.SafeRTOS.com Certified by TÜV as meeting the requirements for safety related systems. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
