I bought STM32 Primer2 with the sole intend of programming in C++ (not pure C). The STM32 Primer2 package has the following label imprinted:
"Compete toolset:
- C/C++ compiler
- Ride7 development environment
- Free demos"
When I tried to build even a very basic C++ program I get many linker errors:
undefined reference to `operator delete(void*)'
undefined reference to `operator new[](unsigned int)'
undefined reference to `__cxa_end_cleanup'
undefined reference to `__gxx_personality_v0'
undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
undefined reference to `vtable for __cxxabiv1::__class_type_info'
I posted the above problem in both stm32circle.com and raisonance forums more than a week ago, but I didn't get any answer. Looking at this web site I see you talk about GNU C compiler omitting the "C++". It seems to me that I was tricked to buy STM32 Primer2, by a false advertisement. You product does not have C++ compiler as it is stated on the box. I look forward to your reply ASAP.
Thank you
Last edited by juser (2009-01-18 23:30:03)