This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I've played with Arduinos, Netduino, Fezzes and Propellers without major problems but this IDE stuff is beyond me. I'm trying to follow "CCS4 Getting Started".
This is what I get:
**** Build of configuration Debug for project hallowelt1 ****
C:\Programme\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building target: hallowelt1.out'
'Invoking: Linker'
"C:/Programme/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430" -vmsp -g --define=__MSP430G2231__ --diag_warning=225 --printf_support=minimal -z -m"hallowelt1.map" --stack_size=50 --heap_size=0 --warn_sections -i"C:/Programme/Texas Instruments/ccsv4/msp430/include" -i"C:/Programme/Texas Instruments/ccsv4/tools/compiler/msp430/lib" -i"C:/Programme/Texas Instruments/ccsv4/tools/compiler/msp430/include" --reread_libs --rom_model -o "hallowelt1.out" -l"libc.a" "../lnk_msp430g2231.cmd"
<Linking>
warning: cannot resolve archive C:/Programme/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: *** [hallowelt1.out] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project hallowelt1
Edit: I have more luck with IAR workbench, I do get a bunch of "Could not write file" errors and have to click through dozens of dialogs but it does compile and deploy.
Hi Stephan,
the printf library functions needs more RAM than your value line part can offer --> that's the reason for your compile error.
You should use the 'getting started workshop' (http://processors.wiki.ti.com/index.php/Getting_Started_with_the_MSP430_LaunchPad_Workshop) or the code examples (find them here http://focus.ti.com/mcu/docs/mcuflashtools.tsp?sectionId=95&tabId=1538&familyId=342) to get started with the launachpad.
Rgds
aBUGSworstnightmare
Thanks for replying and pointing me to the right documents. I was a bit in a hurry, running short of free time last sunday.
Working through this workshop is sheduled for next weekend.
Thank you
Also I couldn't resist mentioning a "poor man's printf()" for LaunchPad mentioned here: http://e2e.ti.com/group/msp430launchpad/m/project/392082.aspx and posted here:
Not pretty but functional...:)
**Attention** This is a public forum