Hello,
I'm trying to use Code Composer Studio v5 on a Fedora 20 64 bits.
i have visited http://processors.wiki.ti.com/index.php/Linux_Host_Support which explains what should be done to use it on 64 bits.
I have managed to install it, but when I try to run it, a segmentation fault occurs.
When I run the script "generate_depends.sh" (retrieved from http://processors.wiki.ti.com/index.php/Checking_Linux_Dependencies_for_CCS), execution works.
But if I try to run "check_depends.sh", a segmentation fault occurs. Same for "testprog" binary. I guess that's because some 32 bits librairies are missing.
I compiled "test.cpp" and ran it, the following output is displayed :
Checking availability of librairies in ext-depends.txt ...
Failed to find lib: ld-linux.so.2
Failed to find lib: libgnomevfs-2.so.0
Failed to find lib: libORBit-2.so.0
Done.
After checking in my "/lib" and "/lib64" directories, here is what I could find:
/lib : /lib/ld-linux.so.2 /lib/libgnomevfs-2.so.0 /lib/libORBit-2.so.0
/lib64 : /lib/ld-linux-x86-64.so.2
If my understanding is correct, concerned librairies should be found in /lib directory ?
Can anyone help me ?
Please tell me if you any additional information.
Thank you in advance.