I am using CCSv5 as part of the AM37x Eval board development environment on Ubuntu. The tool chain installer set my TOOLCHAIN_PATH environment variable in .bashrc to point to my installed tool chain location ("TOOLCHAIN_PATH=/root/CodeSourcery/Sourcery_G++_Lite/; export TOOLCHAIN_PATH;).
Does anyone have any experience using Apache XERCES & XALAN packages with CCSv5? I believe that I need to rebuild these using my Tool Chain but after reading the build process (build-winunix.html), which Apache provides with Make files, it appears pretty complex (setting all the compiler flags, symbols, etc.) to build inside of Code Composer. Can I build this outside of Code Composer using the Tool Chain compiler and just provide an 'include' path?