Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi,
All of a sudden CCSv7 no longer executes. There is apparently a segmentation fault. I am currently using Ubuntu 16.04, and below is the error message from the debugger:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffebdd4700 (LWP 11185)]
[Thread 0x7fffebdd4700 (LWP 11185) exited]
process 11181 is executing new program: /home/john/ti/ccsv7/eclipse/ccstudio
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffebdd4700 (LWP 11186)]
[New Thread 0x7fffeb5d3700 (LWP 11187)]
[New Thread 0x7fffeadd2700 (LWP 11188)]
Thread 1 "ccstudio" received signal SIGSEGV, Segmentation fault.
0x00007fffcd0002b4 in ?? ()
Any ideas how to fix this?
John