stellaris-launchpad-template-gcc
stellaris-launchpad-template-gcc copied to clipboard
Support for C++
Are there plans to add C++ (alongside C) support to the Makefile? I've attempted to modify the Makefile to support both C++ and C (I'm working on a project with FreeRTOS in C and my code in C++), however linking fails; an empty binary is produced. I can post the Makefile here if requested.
Hi there, sorry for the late answer, I've been quite busy this days. I've never worked with FreeRTOS before. I don't have much time to play around with that, at the moment, I suggest you take a look at the energia fork of the arduino project, they are using c++ as far as I know. Take a look here: https://github.com/energia/Energia/tree/master/hardware/lm4f/cores/lm4f Hope that could be of any help.
I was only using FreeRTOS as an example. The main point of my comment was whether you plan to add C++ support into the build system. I mentioned FreeRTOS because it's written in C, and I want to use C++ for my app code, therefore both would have to be supported simultaneously for a successful build, hence my question. Sorry for any confusion. The Energia project looks really rather neat, thanks for the heads up!