Tool/software: Code Composer Studio
Hello, I've recently purchased an AM57x EVM, and I wish to do some GTK-based development on it. The TI Processor SDK (not the RTOS) has the GTK 3.0 headers and dependencies built in, however when I try to develop using those filepaths in my include options in CCSv6, it continuously manages to stop me at the compiler saying these files don't exist. I managed to skirt the issue by installing the full GTK+ development packages on my Ubuntu machine and link to those, but now I'm running into the problem that I have to do a full include directory for every single involved library/header such as glib. Now, I'm rather new to GTK/CCS to begin with, but this seems like this isn't the way to go about things.
So, is there a way to 'easily' implement GTK libraries into CCSv6 using the files that pre-exist in the Processor SDK file-tree? I'm already using several of them, but GTK is the only one giving me a headache.
