Tag Archives: ccs

[Solved] CCS cannot connect to emulator error: Error initializing emulator

Error display:

Error initializing emulator:
(Error -2083 @ 0x0)
Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation.
(Emulation package 5.1.232.0)

Cause:
the driver is wrong. The card used is Feiteng, but the driver in CCS is ti. It can be replaced.

Solution:
Open ccs/ccs_base/emulation/drivers, and then replace the Feiteng driver

[Solved] CCS compilation and debug error: Source lookup: unable to restore CPU specific source container – expecting valid source container id value.

When debugging, compile the error report and view the error information:

Source lookup: unable to restore CPU-specific source container – expecting valid source container id value.

Solution:

Delete the .launches and .settings folders and recompile.

CCS compiler reported an error: error ා 10234-d: unresolved symbols remain

When I just contacted the CCS compiler and created a new test project, the following error occurred:
error #10234-D: unresolved symbols remain
If some of the system’s declared function calls fail.
Solutions:
Right click engineering -& GT; Properties-> Build-> ARM Linker-> File Search Path, add driverlib.a link:
“${CC3200_SDK_ROOT}/driverlib/CCS/Release/driverlib.”