Part Number: MSP430F5529
Other Parts Discussed in Thread: SYSBIOS, MSP430WARE, MSP430F5521, CONTROLSUITE, POWERSUITE, MSP430F5229
Tool/software: Code Composer Studio
Hello everybody!
I'm trying to build the sample code for UART Echo but I can't seem to get rid of the build error attached. Is there something I'm doing wrong?
I've looked as some similar problems on this forum and tried implementing their solutions, but so far I've had no luck..
**** Build of configuration Debug for project uartecho_MSP_EXP430F5529LP_TI_MSP430F5529 ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k -j 12 all -O
making ../src/sysbios/sysbios.ae430X ...
'Building file: ../uartecho.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_19.6.0.STS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Program Files (x86)/Work/uartecho_MSP_EXP430F5529LP_TI_MSP430F5529" --include_path="C:/Program Files (x86)/Work/uartecho_MSP_EXP430F5529LP_TI_MSP430F5529" --include_path="C:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a/driverlib/MSP430F5xx_6xx" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_19.6.0.STS/include" --advice:power="all" --advice:power_severity=suppress --define=ccs --define=MSP430WARE --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --abi=eabi --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="uartecho.d" --cmd_file="configPkg/compiler.opt" "../uartecho.c"
>> Compilation failure
subdir_rules.mk:14: recipe for target 'uartecho.obj' failed
Command-line error #1966: cannot open preprocessing output file "uartecho.d": Permission denied
1 catastrophic error detected in the compilation of "../uartecho.c".
Compilation terminated.
gmake: *** [uartecho.obj] Error 1
gmake[1]: Nothing to be done for 'all'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****





