Hi ,
These are my configurations :
- SYSBIOS 6.41.00.26 Real Time Operating System
- XDC 3.30.05.60
- NDK 2.24.01.18
- TI ARM compiler >=5.1.5
When I try to build the I2C_led example I get the following error :
-l"C:\ti\am335x_sysbios_ind_sdk_1.1.0.6\sdk/starterware/binary/armv7a/cgt_ccs/am335x/evmAM335x/platform/platform.lib" -l"rtsv7A8_A_le_n_v3_eabi.lib"
<Linking>
error: file
"C:\ti\bios_6_41_00_26\packages\ti\targets\arm\rtsarm\lib\ti.targets.arm.rts
arm.aea8fnv<Assert.oea8fnv>" has a Tag_PCS_config attribute value of "1"
that is different than one previously seen ("0"); combining incompatible
files
I get many such errorssimilar to this e.g :
error: file
"C:\ti\am335x_sysbios_ind_sdk_1.1.0.6\sdk/platform/am335x/lib/am335x_platfor
m.lib<plat_i2c.obj>" has a Tag_PCS_config attribute value of "1" that is
different than one previously seen ("0"); combining incompatible files
and it doesnt create the .out file.
Can anyone please tell me what the issue is ?
Thank you