Other Parts Discussed in Thread: SYSCONFIG
Hi Expert,
I created two projects in CCS and one system project. When I build them using "system_project", I found compilation errors, and "subdir_rules.mk" fils was wrongly generated as below,
SHELL = cmd.exe
# Each subdirectory must supply rules for building sources it contributes
build-1926704095: ../bcs.syscfg
@echo 'Building file: "$<"'
@echo 'Invoking: SysConfig'
"C:/ti/ccs1100/ccs/utils/sysconfig_1.11.0/sysconfig_cli.bat" -s "C:/ti/mcu_plus_sdk_am243x_08_01_00_36/.metadata/product.json" --script "C:/git/bcs_repo_8/code/make/r5f0/bcs.syscfg" --context "r5fss1-0" --script "C:/git/bcs_repo_8/code/make/r5f1/bcs.syscfg" --context "r5fss1-0" -o "syscfg" --part ALV --package ALV --compiler ticlang
@echo 'Finished building: "$<"'
@echo ' '
syscfg/error.h: build-1926704095 ../bcs.syscfg
syscfg/: build-1926704095
Could you let me know an clue why --script "C:/git/bcs_repo_8/code/make/r5f0/bcs.syscfg" --context "r5fss1-0" additionally inserted in above mk file?
I think only --script "C:/git/bcs_repo_8/code/make/r5f1/bcs.syscfg" --context "r5fss1-0" must be used. Maybe there is a wrong configuration in my environment, but I cannot find it. I would appreciate it if you share your knowledge and experience to resolve this problem.
Regards,
Moonil