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 agoApparently there is something wrong with the linker script. I'm using the default linker script shipped with the Microtronix uClinux port (elf2flt.ld). Are there any linker script gurus here ?