lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] compilation error


From: Wendel Assis
Subject: [lwip-users] compilation error
Date: Tue, 24 Mar 2015 20:03:38 -0300

Hi all,

    does anyone have the following error when compiling the lwip with the simhost contrib example for unix?

/usr/include/netinet/in.h:365:78: error: declaration of ‘uint32_t lwip_ntohl(uint32_t) throw ()’ has a different exception specifier
../../networking/NetworkingResource/src/lwip_src/lwip/src/include/lwip/def.h:108:7: error: from previous declaration ‘u32_t lwip_ntohl(u32_t)’
/usr/include/netinet/in.h:367:40: error: declaration of ‘uint16_t lwip_ntohs(uint16_t) throw ()’ has a different exception specifier
../../networking/NetworkingResource/src/lwip_src/lwip/src/include/lwip/def.h:106:7: error: from previous declaration ‘u16_t lwip_ntohs(u16_t)’
/usr/include/netinet/in.h:369:40: error: declaration of ‘uint32_t lwip_htonl(uint32_t) throw ()’ has a different exception specifier
../../networking/NetworkingResource/src/lwip_src/lwip/src/include/lwip/def.h:107:7: error: from previous declaration ‘u32_t lwip_htonl(u32_t)’
/usr/include/netinet/in.h:371:40: error: declaration of ‘uint16_t lwip_htons(uint16_t) throw ()’ has a different exception specifier
../../networking/NetworkingResource/src/lwip_src/lwip/src/include/lwip/def.h:105:7: error: from previous declaration ‘u16_t lwip_htons(u16_t)’


Best Regards,
Wendel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]