I am new to CCSv5, and I have the AM335x starter kit.
So I followed the example in CCSv5 where you set up the Matrix Browser example from Qt and do the Qt
bin and include paths.
But when I do the make build, I do get the make file outputs as shown on the example, but I also get
an error on CCSv5 saying that Symbol 'cerr" in unresolved, and that #include <iostream> is not found
or something to that result.
So I know where the iostream is on the project ...c++/4.7.3/iostream, but I am not sure if the compiler
is able to see it and how to set the path to it.
So I would go to windows -> preferences -> general -> c/c++ and then what?
I know there must be a ridiculous simple solution, but I just started using CCSv5 and I am lost