I'm trying to follow this tutorial, in order to use the CC3000 with the msp430 launchpad. I thought I was doing a pretty good job until I couldn't get the BasicWifiApplication to build. I first build the CC3000HostDriver, then the CC3000 Spi, then the HyperTerminal Driver, and they all seem to build fine. Then I try to build the BasicWifiApplication and I get this out:
gmake: *** No rule to make target `Z:/ti/SimpleLinkHostFolder/MSP430/Apps/MSP430G2553/Basic WiFi Application CCS/CC3000 Spi/Debug/CC3000 Spi.lib', needed by `BasicWiFi Application.out'.
gmake: *** No rule to make target `Z:/ti/SimpleLinkHostFolder/MSP430/Apps/MSP430G2553/Basic WiFi Application CCS/HyperTerminal Driver/Debug/HyperTerminal Driver.lib', needed by `BasicWiFi Application.out'.
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Is it just not finding the builds for the other files? How can I find out where it should be pointing and point it there?