4 years, 9 months ago.

Missing dependencies online and offline

Hi,

At first I was trying to export this online program : https://os.mbed.com/teams/MaximIntegrated/code/MAX30001-MAX32630FTHR-ECG-EVKIT/ but I was not able to to do it.

With Eclipse or Mbed Studio, I always miss dependencies, the program does not recognize Serial, SPI, uint8, ..., even though the libraries are there.

If I try to modify the code online, for example add BLE functionnalities, it says I miss libraries that I do not know how to add. For example :

  1. include "ble/BLE.h"

which does not give any error in another project, but in the one above, fails.

How can I add those files and where are they ? Is it normal that offline compiling is so hard ?

Thanks

Be the first to answer this question.