[linux] console output [Solved]

hi,

I am trying to debug my cocos2dx 2.1.5 project on linux.
I am able to build and run my game, but it crashes.

How do I print messages to the console?
I am running it with “make run”

What do NOT display a message:
std::cout << “test”;
printf(“test”);
CCLOG (“test”);

make DEBUG=1 run