Hi Team,
as part of the work of migration to a custom board , I replaced am43xx_idkevm_pinmux_data.c with the output ofthe pinmux tool
after doing so , I got the following compilation errors :
# Compiling am43xx-evm:a9host:debug:board: am43xx/am43xx_idkevm_pinmux_data.c
am43xx/am43xx_idkevm_pinmux_data.c:1997:6: error: 'CHIPDB_MOD_ID_ARM' undeclared here (not in a function); did you mean 'CHIPDB_MOD_ID_ELM'?
{CHIPDB_MOD_ID_ARM, gArmPinCfg},
^~~~~~~~~~~~~~~~~
CHIPDB_MOD_ID_ELM
am43xx/am43xx_idkevm_pinmux_data.c:2009:6: error: 'CHIPDB_MOD_ID_GLUE' undeclared here (not in a function); did you mean 'CHIPDB_MOD_ID_GPU'?
{CHIPDB_MOD_ID_GLUE, gGluePinCfg},
^~~~~~~~~~~~~~~~~~
CHIPDB_MOD_ID_GPU
am43xx/am43xx_idkevm_pinmux_data.c:2021:6: error: 'CHIPDB_MOD_ID_OSC' undeclared here (not in a function); did you mean 'CHIPDB_MOD_ID_RTC'?
{CHIPDB_MOD_ID_OSC, gOscPinCfg},
^~~~~~~~~~~~~~~~~
CHIPDB_MOD_ID_RTC
g
I had changed the chipdb_mod_adc to chipdb_mod_adc0, but could not find how to resolve those errors. Can you suggest how to resolve this ?
