This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

the file'sformat after builiding in Eclipse

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!