Omnimaga

Calculator Community => TI Calculators => Calculator C => Topic started by: Matrefeytontias on May 08, 2014, 11:53:42 am

Title: Setting up a C++ environment for Ndless ?
Post by: Matrefeytontias on May 08, 2014, 11:53:42 am
I tried some searches, but nothing helped.
Title: Re: Setting up a C++ environment for Ndless ?
Post by: Vogtinator on May 08, 2014, 12:46:03 pm
What do you mean by "C++ environment"?
Title: Re: Setting up a C++ environment for Ndless ?
Post by: Streetwalrus on May 08, 2014, 01:12:42 pm
I'm guessing dev environment.
Title: Re: Setting up a C++ environment for Ndless ?
Post by: Vogtinator on May 08, 2014, 01:26:14 pm
It's enough to download the ndless SDK and get a compiler working, best (and tested) way is with the build_toolchain.sh script in ndless-sdk/toolchain/.
Title: Re: Setting up a C++ environment for Ndless ?
Post by: Matrefeytontias on May 08, 2014, 04:17:28 pm
I meant : I know how to compile C programs, but not C++.

But I found why it wasn't working : I use to use the .cc extension for C++ programs. A quick look at the makefile told me it had to be .cpp files. Now it works.