Hello! I'm trying to use GCC with CCS (MSP432). The target board is the MSP432 launchpad. I program in C++. It compiles fine with TI's compiler, it doesn't with GCC. The error I get is: undefined reference to `operator delete(void*)' Is there a quick fix for that kind of problem? Thanks, Pascal
↧