Other Parts Discussed in Thread: SYSBIOS
Hi, I'm trying to use the UARTEcho example program as supplied in the starterware code 1.1.0.6 SDK . When I load the project into CCS and try to build, I get the following errors, which I have never seen before.
Please let me know how to use this code.
Thanks.
**** Build Finished ****
**** Build of configuration Release for project uartEcho ****
"C:\\TI\\ccsv5\\utils\\bin\\gmake" -k -j 1 -s all
'Building file: C:/TI/am335x_sysbios_ind_sdk_1.1.0.6/sdk/starterware/examples/evmAM335x/uart/uartEcho.c'
'Invoking: ARM Compiler'
'Finished building: C:/TI/am335x_sysbios_ind_sdk_1.1.0.6/sdk/starterware/examples/evmAM335x/uart/uartEcho.c'
' '
'Building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/uart/Release/uartEcho.out'
'Invoking: ARM Linker'
<Linking>
error: file
"../../../../../../../binary/armv7a/cgt_ccs/am335x/system_config/Release/sys
tem.lib<exceptionhandler.obj>" has a Tag_ABI_VFP_args attribute value of "0"
that is different than one previously seen ("1"); combining incompatible
>> Compilation failure
files
error: file
"../../../../../../../binary/armv7a/cgt_ccs/am335x/system_config/Release/sys
tem.lib<cp15.obj>" has a Tag_ABI_VFP_args attribute value of "0" that is
different than one previously seen ("1"); combining incompatible files
error: errors encountered during linking;
"../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/uart/Release/ua
rtEcho.out" not built
gmake: *** [../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/uart/Release/uartEcho.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
