Skip to content
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

Wrong include file in HealthTermometerService.h:20:17 #86

Closed
LiyouZhou opened this issue Oct 26, 2015 · 6 comments
Closed

Wrong include file in HealthTermometerService.h:20:17 #86

LiyouZhou opened this issue Oct 26, 2015 · 6 comments

Comments

@LiyouZhou
Copy link

/work/iot/ble-examples/BLE_Thermometer/yotta_modules/ble/ble/services/HealthThermometerService.h:20:17: fatal error: BLE.h: No such file or directory
#include "BLE.h"
^
compilation terminated.

@rainierwolfcastle
Copy link

ARM Internal Ref: IOTSFW-1090

@rgrover
Copy link
Contributor

rgrover commented Oct 26, 2015

@LiyouZhou Could you please check with @andresag01 why you are having difficulty building this example?

@andresag01
Copy link

It seems that the include path of BLE.h within the HealthThermometerService.h file should be replaced by "ble/BLE.h".

@rgrover
Copy link
Contributor

rgrover commented Oct 26, 2015

could you please do this, Andres, and submit a pull request?

@andresag01
Copy link

Submitted pull request to 'develop' branch to solve this issue.

@rgrover
Copy link
Contributor

rgrover commented Oct 27, 2015

changes to BLE_API required to fix this issue will be committed to master with the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants