Other Parts Discussed in Thread: SYSBIOS
Hi!
Recently I have bought the TMDSICE3359 for testing purposes, however I've been unable so far to run anything but the default demo code. I am using CCS 6.2.0 in which I have tried the EtherCAT Slave example code (the second one that can be downloaded here, found under sysbios_ind_sdk_02.01.02.02\sdk\examples\ethercat_slave) but I cannot get the am335x debug code to build properly.. I am getting the following errors:
error: ethercat.out uses VFP register arguments, c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3\libgcc.a(_udivdi3.o) does not
error: ethercat.out uses VFP register arguments, c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3\libgcc.a(bpabi.o) does not
failed to merge target specific data of file c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3\libgcc.a(_divdi3.o)
failed to merge target specific data of file c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3\libgcc.a(_fixunsdfdi.o)
failed to merge target specific data of file c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3\libgcc.a(_fixunssfdi.o)
failed to merge target specific data of file c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3\libgcc.a(_udivdi3.o)
failed to merge target specific data of file c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3\libgcc.a(bpabi.o)
gmake: *** [ethercat.out] Error 1
gmake: Target 'all' not remade because of errors.
recipe for target 'ethercat.out' failed
And the following warnings:
Product 'SYS/BIOS' v6.41.4.54 is not currently installed. A compatible version 6.45.1.29 will be used during build.
This project was created using a version of compiler that is not currently installed: GNU_4.8.4:Linaro [ARM]. Another version of the compiler will be used during build: GNU_4.9.3:Linaro. See 'Help > Check for Updates' or visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compilers. See 'Help > Install New Software...' to install older compilers. Alternatively, migrate the project to one of the available compiler versions by adjusting project properties.
I do not understand these errors nor do I know how to resolve them. Any suggestions on how to resolve these errors?