Skip to content

Unable to compile for Teensy 3.x #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
paulhayes opened this issue Aug 14, 2018 · 3 comments
Closed

Unable to compile for Teensy 3.x #43

paulhayes opened this issue Aug 14, 2018 · 3 comments
Assignees
Labels
conclusion: off topic Off topic for this repository type: imperfection Perceived defect in any part of project

Comments

@paulhayes
Copy link

Hi there, I'm unable to use this library for the teensy. It's entry on Platform.io lists it as compatible with the teensy ( https://platformio.org/lib/show/798/ArduinoHttpClient ), but I get the following compile error:

cores/teensy3/Stream.h:68:6: error: 'int Stream::timedRead()' is private

ArduinoHttpClient/src/HttpClient.cpp:576:27: error: within this context

@IonCaza
Copy link

IonCaza commented Jan 1, 2019

+1 experiencing the same issue. @paulhayes were you able to replace it with a different library?

@paulhayes
Copy link
Author

I modified the code directly, I just changed the header file to make that property public. Worked fine after that.

@per1234 per1234 self-assigned this Mar 20, 2025
@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Mar 20, 2025
@per1234
Copy link

per1234 commented Mar 20, 2025

This was actually a bug in the Teensy boards platform's core: PaulStoffregen/cores#531.

That bug was fixed by PaulStoffregen/cores#619. So the library should compile fine when using a modern version of the Teensy boards platform or Teensyduino.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2025
@per1234 per1234 added the conclusion: off topic Off topic for this repository label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: off topic Off topic for this repository type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants