Other Parts Discussed in Thread: CC2650, CC3200
Tool/software: Code Composer Studio
Hi There,
I was trying out Lab 2 of the Tutorial and on building the project these are the errors:
**** Build of configuration Debug for project blink_target_CCS ****
"C:\\CCS8\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../main.c"
Invoking: ARM Compiler
"C:/CCS8/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/TI_RTOS/TI_RTOS_LAB_SOLS/TM4C/Labs/Lab_02/Project" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_00_06/products/cc26xxware_2_24_03_17272" --include_path="C:/CCS8/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="main.d_raw" "../main.c"
>> Compilation failure
subdir_rules.mk:9: recipe for target 'main.obj' failed
"../main.c", line 19: fatal error #1965: cannot open source file "driverlib/sysctl.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
I installed the driver library not of the platforms listed in the tutorial, but of CC2650 Launchpad.
Here's a screeshot for your reference:
Best,
A

