Search the Community
Showing results for tags 'Compiler Error'.
-
HELLO ALL I'm new to launchpad and i have a compiler problem kindly help the error it shows is listed below Energia: 1.6.10E18 (Windows 10), Board: "MSP-EXP430G2 w/ MSP430G2553" msp430-g++: error: pc\AppData\Local\Energia15\packages\energia\tools\msp430-gcc\4.6.4/include: No such file or directory exit status 1 Error compiling for board MSP-EXP430G2 w/ MSP430G2553. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
-
Hello All, Very new to Launch Pad and am struggling with a compiler error. I've tried many solutions on Google regarding this and nothing works. I'm running Windows 10 Home. Below is the verbose compiler error output. I've installed Energia in C:\, In myUser Dir, and last as shown below. No change. I'm at wits end. Can't even compile an empty loop! Any help is greatly appreciated, Mike Energia: 1.6.10E18 (Windows 10), Board: "MSP-EXP430G2 w/ MSP430G2553" C:\energia\energia-1.6.10E18-windows\energia-1.6.10E18\arduino-builder -dump-prefs
-
Hello, I am doing wavelet transformation in C code using GSL-2.1 Library. I have done it successfully in CCSv6.1 with TI v16.3.0 STS compiler. My most of the other codes are in Energia since I have found it very easy to use. Now I am trying to interface GSL-2.1 with Energia but getting some errors. Let me explain first how I am adding library to Energia Downloaded GSL lib from here and extracted it. copied all .h files in new folder GSL_wavelet as well as in new gsl folder copied all c files related to wavelet and linked files in GSL_wavelet then paste GSL_wavelet in cc3200/libra