我的任务将 lwIP 从 C 转换为 C++

发布于 2024-08-24 01:38:38 字数 111 浏览 2 评论 0原文

我得到的任务是将 lwIP 库重写为 OOP 风格,作为对象流,我开始理解,爬入这个库,但这就是问题: src\include\lwip\arch.h 包含文件 cc.h (第 43 行),我和编译器都找不到

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 the problem:
src\include\lwip\arch.h include file cc.h (line 43) which can not find neither I nor the compiler

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初吻给了烟 2024-08-31 01:38:38

cc.h 是操作系统模拟层的一部分,这是将 lwip 移植到特定操作系统所需的文件之一。
移植 lwip

如果你想看看它是什么样子,你应该下载一个像 freeRTOS 这样的操作系统,我认为。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文