I migrating a Make File project over to Code Composer (CCSv5) and having issues with my linker. Actually the problem is not with the linker, it doesn't show up until it trys to link. My project uses 'libtool' (http://www.gnu.org/software/libtool/manual/html_node/Creating-object-files.html), which I assume must use the tool chain to do it's compiling. Unfortunately I can find nothing in the libtool that came with my SDK that directs it to the tool chain. Can you give me any information on how to setup CCSv5 to use libtool. In addition, even though libtool is using the wrong compiler (gcc not arm) it looks for the objects files in the current directory and all my objects are placed in the Debug directory when the are compiled. I'm hoping that this is just a simple CCSv5 setup issue. Thank you in advance for your help.