Hello,
I've been trying to compile a working SimpliciTI project for the past couple weeks. I could get non-SimpliciTI projects to upload just fine, but I have yet to get the wireless library to compile nicely. I've tried copying other projects over and resolving the errors, creating a new project and setting all of the include/link requirements, and just about anything else I could think of.
*EDIT: This is being run on a 64bit Windows 7 Laptop with admin compatibility given to Code Composer.
So to get to the exact problem, I reinstalled the Platinum version of Code Composer 4.2.1.00004 and reinstalled SimpliciTI 1.1.1 for CCS and then followed the instructions for uploading the Simple_Peer_to_Peer for the MSP430 eZ430-RF2500 example from "SimpliciTI Sample Application User's Guide.pdf". Code Composer didn't recognize any projects in the CCS subfolder, but no worries because it seems to be able to recreate the project settings if I just copied the Project folder into my workspace and place the Configuration folder inside the Project folder. This produces a project that has the main_LinkListen.c, SimpliciTI included files (I already did the DEV_ROOT workspace linked resource step). However even after clean and rebuild all it has 41 errors in compiling. The main culprit being bsp -- as my projects always get stuck on missing variable or macro definitions within bsp (probably from missing linked resources). Below are the first few errors:
"BSP_InitDrivers" has already been declared in the current scope C:/Texas Instruments/SimpliciTI-CCS-1.1.1/Components/bsp/boards/EZ430RF bsp_drivers.c line 59 1297724913381 3125
a declaration here must declare a parameter Accel/Components/bsp bsp.c line 56 1297724913378 3117
a declaration here must declare a parameter C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/msp430/include string.h line 37 1297724913370 3081
a declaration here must declare a parameter C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/msp430/include string.h line 39 1297724913371 3082