Forum : ARM
Post Information | Post |
---|---|
January 9, 2009 - 8:40pm
|
I have Primer2. I made a Ride7 project for STM32F103VET6 and added two files -> one .c file and one .cpp file. The compilation is fine, but I get the following link errors: The first two errors I'm able to fix by overloading the "new" and "delete" operators. This is probably, because the heap is not initialized. The other errors seems to be, because I have virtual functions and class destructors. When I comment all virtual functions (no VTABLE) and comment all dctors, then the application links correctly. |