Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I am trying to upgrade my project to use the new MCU+ SDK 10.1 and I'm running into a compilation error saying that the interrupt router number is undeclared. This is shown below.
subdir_rules.mk:46: recipe for target 'main.o' failed
../main.c:77:22: error: use of undeclared identifier 'CSLR_MCU_M4FSS0_CORE0_INTR_MAIN_GPIOMUX_INTROUTER0_OUTP_4'
hwiPrms.intNum = USER_SWITCH_INTR_NUM;
^
C:/Users/usr /workspace_v12/gpio_led_blink_am64x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_drivers_config.h:69:35: note: expanded from macro 'USER_SWITCH_INTR_NUM'
#define USER_SWITCH_INTR_NUM (CSLR_MCU_M4FSS0_CORE0_INTR_MAIN_GPIOMUX_INTROUTER0_OUTP_4)
^
1 error generated.
gmake: *** [main.o] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Can you please help us resolving the above error?