I am using TI compiler 5.2.6,NDK 2.21.01.38, nsp_dm814x_01_00_00_10, XDC 3.31.2.38core, Bios 6.42.3.35. I am trying to compile ARM example on DM8148 ev. But having these errors, Can anyone tell me how do I get rid of these?
error: file
"C:/ti/pdk/nsp_dm814x_01_00_00_10/packages/ti/drv/centaurus/lib/debug/ti.drv
.centaurus.aea8f<ethdriver.oea8f>" has a Tag_ABI_VFP_args attribute value of
"1" that is different than one previously seen ("0"); combining incompatible
files
error: file
"C:/ti/pdk/nsp_dm814x_01_00_00_10/packages/ti/drv/centaurus/lib/debug/ti.drv
.centaurus.aea8f<nimu_eth.oea8f>" has a Tag_ABI_VFP_args attribute value of
"1" that is different than one previously seen ("0"); combining incompatible
>> Compilation failure
files
error: file
"C:/ti/pdk/nsp_dm814x_01_00_00_10/packages/ti/drv/centaurus/lib/debug/ti.drv
.centaurus.aea8f<cpsw_miimdio.oea8f>" has a Tag_ABI_VFP_args attribute value
of "1" that is different than one previously seen ("0"); combining
incompatible files
error: file
"C:/ti/pdk/nsp_dm814x_01_00_00_10/packages/ti/drv/centaurus/lib/debug/ti.drv
.centaurus.aea8f<csl_emac.oea8f>" has a Tag_ABI_VFP_args attribute value of
"1" that is different than one previously seen ("0"); combining incompatible
files
error: errors encountered during linking; "client.out" not built
gmake: *** [client.out] Error 1
gmake: Target `all' not remade because of errors.