I’m porting the FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator project to the LPCXpresso environment. WinPCap/arch.c includes three header files that I can’t find anywhere:
Let me clarify. I’m using LPCXpresso with MinGW to build the Windows simulator, so I apparently do need the WinPCap library. Interestingly, I don’t need arch.c so that took are of the include problem. Finally got everything to compile after a few tweaks, but now gcc complains that it can’t find wpcap.lib. I’ve tried various permutations but nothing seems to work. What am I missing?
Are you using the wpcap.lib file from the FreeRTOS distribution? If so
it is probably just for MSVC. You will probably be able to download one
for GCC from the wpcap website.