I write the "HelloWorldTest.cpp"file in eclipse,and bulid it with "arm-arago-linux-gnueabi-g++"
It created "HelloWorldTest.exe"file ,not a "bin" formate file,so it can't be execute in my beaglebone.
How can I bulid the "cpp" file into "bin" file with "arm-arago-linux-gnueabi-g++"???? what should I set in eclipse???
thank you!