lwip and C++ compilation/linking issue

Stark, Josef j.stark at tum.de
Mon Sep 1 17:00:45 CEST 2014


Seems that the mail from Martin Küttler in another thread a few minutes ago solved my problem.
Surrounding the ankhif_init() prototype in main.cc like this:

extern "C"
{
extern err_t ankhif_init(struct netif*);
}

leads to a successful compilation.

Thanks!

Josef



More information about the l4-hackers mailing list