Jump to content
43oh

BlynkSimpleTI_CC3200_LaunchXL.h: No such file or directory


Recommended Posts

Hello All

 

I have recently purchased TI CC3200 Launchpad. 

I am trying following project : 

https://www.hackster.io/daniel_ohh/control-a-cc3200-launchpad-with-your-phone-using-blynk-e5b143

 

I am getting error at code verification :

 

fatal error: BlynkSimpleTI_CC3200_LaunchXL.h: No such file or directory
 #include <BlynkSimpleTI_CC3200_LaunchXL.h>
                                           ^
compilation terminated.
 
I have installed libraries in Energia/libraries folder under documents folder as well as copied under installation directory/energia-0101E0017\hardware\cc3200.
Also I can not find "BlynkSimpleTI_CC3200_LaunchXL.h" file in Blynk libraries folder.
 
I have tried with Energia 17 & 18. 
 
Please help me in this regard.
Link to post
Share on other sites

I also often have problems with libraries in Energia where the compiler says 'No such file or directory' while the library is clearly installed correctly. In at least one instance I was able to fix this, perhaps this works for you as well:

 

When the  "#include <BlynkSimpleTI_CC3200_LaunchXL.h>" statement is in a header file but only the accompanying .cpp file is referencing anything in the Blynk library then you could try to move the #include to the .cpp instead.

Link to post
Share on other sites
  • 2 weeks later...

I downloaded the blynk library from the blynk website at:

 

http://www.blynk.cc/getting-started/

 

I also followed the install instructions provided by blynk.

All you have to do is select the add .zip library in energia. Then select the blynk zip file from your computer. After that, the library should be installed and blynk should work.

 

Sent from my SM-G935T using Tapatalk

Link to post
Share on other sites

I just realized why your code is not working. The project you are trying to replicate from hackster.io is using an outdated version of the blynk library.

 

Replace:

#include <BlynkSimpleTI_CC3200_LaunchXL.h>"

 

With:

" #include <BlynkSimpleEnergiaWiFi.h>" 

 

in your code and it should work. I hope this helps.

Link to post
Share on other sites
  • 9 months later...

Hii... I am trying to compile the .INO file in Energia foe ArduCAM_CC3200_UNO borad and getting C:\Users\DriveZero\Desktop\ArduCAM_MT9D111_Camera_Playback\ArduCAM_MT9D111_Camera_Playback.ino:29:21: fatal error: ArduCAM.h: No such file or directory

#include <ArduCAM.h>

                          ^

compilation terminated.

exit status 1 Error compiling for board ArduCAM UNO w/ CC3200 (80MHz).

please help me with this.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...