Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

CCS: Unable to locate files/header files used in examples in CCS Cloud

$
0
0

Tool/software: Code Composer Studio

hello.

I am using the CCS Cloud for programming the CC26x2R LaunchPad. For which, I had to manually download the SDK to my system, from the Resource Explorer.

After which (as I needed the examples in the CCS Cloud) I uploaded the folder of the example as shown below.

After which, this is how my tree looked in the cloud

So, then , I went on building the main.c file, on which I got the following errors...

the errors were mainly related to the missing files (which I presume, are present in the SDK).

I went on searching the SDK installed folder for the std.h file in the xdc folder as highlighted in the above picture and got the following results...

the next directory in the xdc folder was the "runtime" directory. All it had was the various html files,

So, I have the following questions:

1) What should I do to avoid providing files to the CCS Cloud by uploading them manually?

2) Am I looking in the right place for the files? (because I don't think the html files should have been there.)

Thank You in advance 

main.c
simple_peripheral.c
main.c
Workspace Files
x
default
x
Bluetooth_comm
x
Debug
x
examples
x
simple_peripheral
x
src
x
app
x
main.c
x
simple_peripheral.c
x
simple_peripheral.h
x
simple_peripheral_menu.c
x
simple_peripheral_menu.h
x
stack
x
ccfg_app_ble.c
x
tirtos
x
README.html
x
targetConfigs
x
main.c
x
myHeader.h
x
tm4c123gh6pm_startup_ccs.c
x
LaunchXL_Main_Board_BLE
x
TivaCBluetooth-master
39
40
41
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40:32
Output
Debug
**** Build of configuration Debug for project Bluetooth_comm **** /mnt/ccs/ccsv8/utils/bin/gmake -k all Building file: "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/main.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/main.d_raw" --obj_directory="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor" --diag_error=66 --set_error_limit=10 "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/main.c" >> Compilation failure examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/subdir_rules.mk:7: recipe for target 'examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/main.obj' failed "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/main.c", line 51: fatal error #1965: cannot open source file "xdc/std.h" 1 catastrophic error detected in the compilation of "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/main.c". Compilation terminated. gmake: *** [examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/main.obj] Error 1 Building file: "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/sensor.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/sensor.d_raw" --obj_directory="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor" --diag_error=66 --set_error_limit=10 "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/sensor.c" >> Compilation failure examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/subdir_rules.mk:7: recipe for target 'examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/sensor.obj' failed "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/sensor.c", line 52: fatal error #1965: cannot open source file "util.h" 1 catastrophic error detected in the compilation of "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/sensor.c". Compilation terminated. gmake: *** [examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/sensor.obj] Error 1 Building file: "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/ssf.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/ssf.d_raw" --obj_directory="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor" --diag_error=66 --set_error_limit=10 "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/ssf.c" >> Compilation failure examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/subdir_rules.mk:7: recipe for target 'examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/ssf.obj' failed "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/ssf.c", line 51: fatal error #1965: cannot open source file "xdc/std.h" 1 catastrophic error detected in the compilation of "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/sensor/ssf.c". ...(output truncated)... include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src/macstack.d_raw" --obj_directory="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src" --diag_error=66 --set_error_limit=10 "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src/macstack.c" >> Compilation failure examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src/subdir_rules.mk:7: recipe for target 'examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src/macstack.obj' failed "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src/macstack.h", line 55: fatal error #1965: cannot open source file "mac_api.h" 1 catastrophic error detected in the compilation of "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src/macstack.c". Compilation terminated. gmake: *** [examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/src/macstack.obj] Error 1"../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/osaltasks.c", line 51: fatal error #1965: cannot open source file "icall.h" 1 catastrophic error detected in the compilation of "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/osaltasks.c". Compilation terminated. gmake: *** [examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/osaltasks.obj] Error 1"../simple_peripheral/src/app/main.c", line 51: fatal error #1965: cannot open source file "xdc/runtime/Error.h" 1 catastrophic error detected in the compilation of "../simple_peripheral/src/app/main.c". Compilation terminated. gmake: *** [simple_peripheral/src/app/main.obj] Error 1"../simple_peripheral/src/app/simple_peripheral.c", line 53: fatal error #1965: cannot open source file "ti/sysbios/knl/Task.h" 1 catastrophic error detected in the compilation of "../simple_peripheral/src/app/simple_peripheral.c". Compilation terminated. gmake: *** [simple_peripheral/src/app/simple_peripheral.obj] Error 1 Building file: "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/osaltasks.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/osaltasks.d_raw" --obj_directory="examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src" --diag_error=66 --set_error_limit=10 "../examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/osaltasks.c" >> Compilation failure examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/subdir_rules.mk:7: recipe for target 'examples/syscfg_preview/rtos/CC26X2R1_LAUNCHXL/ti154stack/stack/tirtos/src/osaltasks.obj' failed Building file: "../simple_peripheral/src/app/main.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="simple_peripheral/src/app/main.d_raw" --obj_directory="simple_peripheral/src/app" --diag_error=66 --set_error_limit=10 "../simple_peripheral/src/app/main.c" >> Compilation failure simple_peripheral/src/app/subdir_rules.mk:7: recipe for target 'simple_peripheral/src/app/main.obj' failed Building file: "../simple_peripheral/src/app/simple_peripheral.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="simple_peripheral/src/app/simple_peripheral.d_raw" --obj_directory="simple_peripheral/src/app" --diag_error=66 --set_error_limit=10 "../simple_peripheral/src/app/simple_peripheral.c" >> Compilation failure simple_peripheral/src/app/subdir_rules.mk:7: recipe for target 'simple_peripheral/src/app/simple_peripheral.obj' failed Building file: "../simple_peripheral/src/app/simple_peripheral_menu.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="simple_peripheral/src/app/simple_peripheral_menu.d_raw" --obj_directory="simple_peripheral/src/app" --diag_error=66 --set_error_limit=10 "../simple_peripheral/src/app/simple_peripheral_menu.c" ...(output truncated)... armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="simple_peripheral/src/stack/osal_icall_ble.d_raw" --obj_directory="simple_peripheral/src/stack" --diag_error=66 --set_error_limit=10 "../simple_peripheral/src/stack/osal_icall_ble.c" >> Compilation failure simple_peripheral/src/stack/subdir_rules.mk:7: recipe for target 'simple_peripheral/src/stack/osal_icall_ble.obj' failed "../simple_peripheral/src/stack/osal_icall_ble.c", line 50: fatal error #1965: cannot open source file "icall.h" 1 catastrophic error detected in the compilation of "../simple_peripheral/src/stack/osal_icall_ble.c". Compilation terminated. gmake: *** [simple_peripheral/src/stack/osal_icall_ble.obj] Error 1 Building file: "../simple_peripheral/tirtos/ccs/config/ccfg_app_ble.c" Invoking: ARM Compiler "/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/guest/ide/default/Bluetooth_comm" --include_path="/mnt/ccs/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="simple_peripheral/tirtos/ccs/config/ccfg_app_ble.d_raw" --obj_directory="simple_peripheral/tirtos/ccs/config" --diag_error=66 --set_error_limit=10 "../simple_peripheral/tirtos/ccs/config/ccfg_app_ble.c" >> Compilation failure simple_peripheral/tirtos/ccs/config/subdir_rules.mk:7: recipe for target 'simple_peripheral/tirtos/ccs/config/ccfg_app_ble.obj' failed "../simple_peripheral/tirtos/ccs/config/ccfg_app_ble.c", line 70: fatal error #1965: cannot open source file "startup_files/ccfg.c" 1 catastrophic error detected in the compilation of "../simple_peripheral/tirtos/ccs/config/ccfg_app_ble.c". Compilation terminated. gmake: *** [simple_peripheral/tirtos/ccs/config/ccfg_app_ble.obj] Error 1gmake: Target 'all' not remade because of errors. **** Build Finished ****

Viewing all articles
Browse latest Browse all 262198

Trending Articles