Already try and it didn't open any thing.
Then please upload the generated file.
Can you write a helloworld prog in c++ and mention the steps from terminal or using an exist CPP file
I am very sorry about asking alot
echo "int main() { return 0; }" > main.cpp
nspire-tools new test
make
Done. The program does nothing, though.