This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2650: Wrong generated path in Code Composer Studio

Part Number: CC2650

Tool/software: Code Composer Studio

Hello everyone,

O have project that generate subdir_rules.mk with wrong path:

################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Each subdirectory must supply rules for building sources it contributes
Utils/uart_logs.obj: /home/<user_path>/ti/ccsv8/eclipse/c:/ti/simplelink_academy_01_11_00_0000/modules/projects/support_files/Components/uart_log/uart_logs.c $(GEN_OPTS) | $(GEN_HDRS)
	@echo 'Building file: "$<"'
	@echo 'Invoking: ARM Compiler'
	...
	@echo 'Finished building: "$<"'
	@echo ' '


Where to find from which files it generates this path ? I work with CCSv8

Thanks