Hello,
Today I tried create a new simulation project for learning new features C++20, but failed.
This project: Sandbox.7z
So, The project consists of a main file and a class file. The class file only describes the constructor and destructor.
Display All
If Project option -> Library -> Runtime Library i choose: Embedded Studio the build is success.
But if I choose SEGGER, the biuld is fail with errors:
But if you comment out the destructor, then the project is built with any library.
What could I "break" ?
________________________________________________
best regards,
Max
Today I tried create a new simulation project for learning new features C++20, but failed.
This project: Sandbox.7z
So, The project consists of a main file and a class file. The class file only describes the constructor and destructor.
C Source Code
If Project option -> Library -> Runtime Library i choose: Embedded Studio the build is success.
But if I choose SEGGER, the biuld is fail with errors:
What could I "break" ?
________________________________________________
best regards,
Max