Altera_Forum
Honored Contributor
20 years agoC++ global objects
The NiosII linker fails to call constructors for static global objects. A simple example: test.h:# include <math.h> const double PI = 3.14159265; class Circle { protected: ...