This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS v5.0.3 with EVM6678 support embedded 560 emulator in Linux Ubuntu 12.1?

Hi,

I manage to install CCS v5.0.3 Linux to my desktop computer, Ubuntu 12.1, 32 bit. There are two projects compiled, but I cannot connect to built in Blackhawk XDS560v2-USB Mezzanine Emulator. I have inserted the l6678.gel file to the target file. I run CCS in root mode (as I install it at root mode) with: "sudo ./eclipse" command.

There is a Launching Debug Session window pops up:

File: /home/ruoo.. .. /Debug/hello.out

Does not match the target type, not loaded.

I have gone through the target file and find no problem.

I do the following check as they are mentioned on the forum:

uname and lsusb command show the results:

root@ruwan2-MS-7696:/opt/ti/ccsv5/eclipse# lsusb
Bus 001 Device 002: ID 1b1c:0ab1 Corsair
Bus 001 Device 003: ID 18e3:9102 Fitipower Integrated Technology Inc Multi Card Reader
Bus 002 Device 004: ID 0b1e:0009 Electronic Warfare Assoc., Inc. (EWA)
Bus 004 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 004 Device 003: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
Bus 008 Device 002: ID 046d:c31d Logitech, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
root@ruwan2-MS-7696:/opt/ti/ccsv5/eclipse# uname -a
Linux ruwan2-MS-7696 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 i686 athlon i686 GNU/Linux

I also used the "BH560v2 Config Utility" on the Desktop screen to check emulator (I only simply click it,  not in root mode). It found no 560 connected. Does it support the built in 560 in EVM6678?

I search the question on the forum for some time. I find no accurate answer to my problem. Any suggestion?

Thanks,

  • Hi Jeff

    Jeff Wong1 said:

    File: /home/ruoo.. .. /Debug/hello.out

    Does not match the target type, not loaded.

    The issue is not a connection problem but that the program you are trying to load is not built correctly for your target. Please carefully check your project options and make sure the device and endianness selected in the build properties are correct.

    Jeff Wong1 said:
    I manage to install CCS v5.0.3

    Also note that you are using the old "limited edition" version of CCSv5. It's pretty old and not really supported anymore. I would strongly suggest updating to the latest CCSv5 versions (currently 5.3.0). You will need to do a full install since updates from 5.0.x are not supported.

    Thanks

    ki