10 years, 6 months ago.

http://mbed.org/users/robt/code/PE_12-09_HTTPClientTest/

Hi, I am trying to compile the above file from the book 'Fast and Effective Embedded system design' without much success, is any body else having problems?

I am using the following libraries:http://mbed.org/users/donatien/code/EthernetNetIf/5z422 and http://mbed.org/users/donatien/code/HTTPClient/5yo73 as specified but when it tries to compile it complains:

"Cannot open source input file "TCPSocketConnection.h": No such file or directory" in file "HTTPClientHTTPClient.h", Line: 27, Col: 1

Any ideas?

1 Answer

10 years, 6 months ago.

Your title is kinda breaking layout on the frontpage.

Anyway it looks like something is broken, also when I import complete programs using the old EthernetNetIf library it refuses to import the HTTPClient lib, and if I manually add it they also get the same error you get.