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