开发者

My task convert lwIP from C into C++

开发者 https://www.devze.com 2022-12-22 21:20 出处:网络
I got the task to rewrite the librarylwIP to OOP style, taking as an object stream, I began to understand, to climb into this library, but that\'s t开发者_如何学Che problem:

I got the task to rewrite the library lwIP to OOP style, taking as an object stream, I began to understand, to climb into this library, but that's t开发者_如何学Che problem: src\include\lwip\arch.h include file cc.h (line 43) which can not find neither I nor the compiler


cc.h is part of the OS emulation layer, this is one of the file you need to port lwip to your particular operating system. Porting lwip

If you want to see what it looks like, you should download an OS like freeRTOS, i think.

0

精彩评论

暂无评论...
验证码 换一张
取 消