Other Parts Discussed in Thread: MSP430G2211, MSP430WARE
Tool/software: Code Composer Studio
Hi everyone. First of all I am not an engineer nor a program coder. Just doing my hobby and I have a basic electronics and very basic knowledge of coding. Now I am struggling to make a circuit for my geared wooden clock explained in here:
I have MSP430G2211 microcontroller and want to upload the codes given in the instructables page. But I got many errors. I tried CCS V10,V5 and V6 and V6 was the program which I get the less error. Now I am trying to build and debug the codes in Version: 6.1.2.00015 with the grace add-on. Here is the error message when I try to build the codes:
**** Build of configuration Debug for project Clock **** "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all making ../src/grace/grace.lib ... gmake[1]: Entering directory `C:/Users/mm/workspace_v6_1/Clock/src/grace' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `C:/Users/mm/workspace_v6_1/Clock/src/grace' 'Building file: ../main.c' 'Invoking: MSP430 Compiler' "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.5/bin/cl430" -vmsp --abi=eabi --use_hw_mpy=none --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.5/include" --advice:power=all -g --define=__MSP430G2211__ --diag_warning=225 --diag_wrap=off --display_error_number --printf_support=minimal --preproc_with_compile --preproc_dependency="main.pp" --cmd_file="configPkg/compiler.opt" "../main.c""../main.c" Fatal error #1965: cannot open source file "../main.c/main.c" 1 catastrophic error detected in the compilation of "../main.c/main.c". Compilation terminated. >> Compilation failure gmake: *** [main.obj] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished ****
Please could someone help me to finish this code uploading? I am really stuck in this stage.