I am a very new user of the IDE and am having trouble with file type & location.
Attempting to execute sample program MSP430x11x1_1.c on Launchpad.
Following is the error file:
I don't understand the question "can't resolve archive .....as no input files
files hav been encountered."
?? what is the type of "input files" ?? it expects ??
I really would appreciate some guidance on this question, as
I have spent more time than I care to admit trying solve it.
Also It looks to me that all the errors derive from the missing file.
Here is the Build file.
**** Build of configuration Debug for project jan30 ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building target: jan30.out'
'Invoking: Linker'
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430" -vmsp -g
--define=__MSP430F1111__ --diag_warning=225 --printf_support=minimal -z -m"jan30.map"
--stack_size=50 --heap_size=0 --warn_sections -i
"C:/Program Files/Texas Instruments/ccsv4/msp430/include" -i
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/lib" -i
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/include"
--reread_libs --rom_model -o "jan30.out" -l"libc.a" "../lnk_msp430f1111.cmd"
<Linking>
error: cannot find file "msp430f1111.cmd"
warning: cannot resolve archive C:/Program Files/Texas
Instruments/ccsv4/tools/compiler/msp430/lib/libc.a to a compatible library,
as no input files have been encountered
fatal error: no input files
>> Compilation failure
gmake: *** [jan30.out] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project jan30