Forum Discussion
Altera_Forum
Honored Contributor
21 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: ...
Altera_Forum
Honored Contributor
21 years agoIt is a Nios II specific option, but I did not find anything about it in Altera's document.