Part Number: MSP432P401R
Tool/software: Code Composer Studio
I'm getting two "gmake" errors and I'm not sure why. Also this says to post the .pp file, but I'm not sure where to find that?
Error code posted below:
**** Build of configuration Debug for project 1188_Lab1 ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
'Building target: 1188_Lab1.out'
'Invoking: MSP432 Linker'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --advice:power=all --define=__MSP432P401R__ --define=TARGET_IS_MSP432P4XX --define=ccs -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi -z -m"1188_Lab1.map" --heap_size=0 --stack_size=0 -i"C:/ti/ccsv7/ccs_base/arm/include" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="1188_Lab1_linkInfo.xml" --rom_model -o "1188_Lab1.out" "./lab1.obj" "./startup_msp432p401r_ccs.obj" "./system_msp432p401r.obj" "../msp432p401r.cmd" -llibc.a
<Linking>
"../msp432p401r.cmd", line 101: warning #10096-D: specified address lies outside memory map
"../msp432p401r.cmd", line 98: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".data" size 0x1c , overlaps with ".data", size 0x1C (page 0)
remark #10371-D: (ULP 1.1) Detected no uses of low power mode state changing instructions
>> Compilation failure
makefile:143: recipe for target '1188_Lab1.out' failed
INTERNAL ERROR: C:\ti\ccsv7\tools\compiler\ti-cgt-arm_16.9.0.LTS\bin\armlnk.exe experienced an unhandled exception
This is caused by a defect in the compiler itself. TI Customer
Support may be able to suggest a workaround to avoid this.
Upgrading to the newest version of the compiler may fix this problem.
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler". See the link titled
"Submitting an issue". Include this ENTIRE error message and a
copy of the .pp file created when option --preproc_with_comment
(-ppc) is used.
gmake[1]: *** [1188_Lab1.out] Error 1
gmake: *** [all] Error 2
makefile:139: recipe for target 'all' failed
**** Build Finished ****